[rabbitmq-discuss] rabbitmq on EC2 using user-data

Michael Klishin mklishin at gopivotal.com
Fri May 30 09:51:24 BST 2014


 On 30 May 2014 at 12:47:50, Fei Yao (mail2fei at gmail.com) wrote:
> > apt-get -qy update
> apt-get -qy install rabbitmq-server
>  
> cat < /etc/default/rabbitmq-server
> ulimit -n 1024
> EOF
>  
> cat < /etc/rabbitmq/rabbitmq.config
> [
> {rabbit, [
> {cluster_partition_handling, "pause_minority"}
> ]}
> ].
> EOF

You install the package and modify config files.
Do you restart rabbitmq-server after that?

Also, it may be worth using the Chef cookbook or Puppet module,
both of which support provisioning Rabbit with plugins. 
--  
MK  

Software Engineer, Pivotal/RabbitMQ


More information about the rabbitmq-discuss mailing list