rabbitmq json config to setup exchanges and queues
624 views
Skip to first unread message
david.n...@warbyparker.com
unread,
Jan 28, 2014, 12:31:20 PM1/28/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
Setting up rabbitmq with ansible works really well but I also need to pass it a config file to setup the exchanges and queues. According to the rabbitmq documentation this is done with passing the json file to the management plugin. Is this possible to do with the rabbitmq_parameter module?
Chris Hoffman
unread,
Jan 31, 2014, 1:45:10 PM1/31/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
You should be able to just write the config file in the default location and when you restart rabbitmq it will pick up these settings. We usually have our publishers create exchanges and consumers create exchange, bindings, and queues as opposed as configuring them in the rabbitmq config files.