-
as seen on Server Fault
- Search for 'Server Fault'
I try to install rabbitmq-server on ubuntu-server 12.04 but failed.
Then I add the apt source list following the guide in http://www.rabbitmq.com/install-debian.html
But reinstall still have the same error as following:
$ sudo aptitude install rabbitmq-server
...
Setting up rabbitmq-server (2.8…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am kinda stuck with a problem I am trying to wrap my head around for days now.
Here is what I am doing:
By using Veewee, I am creating a VirtualBox image and then I create a Vagrant box from it. See here, here
Finally I run puppet from Vagrant to install RabbitMQ, see here.
Veewee, Vagrant…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I want to create a RabbitMQ server on a virtual machine (VMware) to be used in production.
It will contain persistent queues.
I'm wondering if it is a bad idea to store the server on a NAS that's accessed over NFS.
Basically my questions are:
Will RabbitMQ's writes be blocking?
Will the entire…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I'm trying to install php amqp according to this answer http://stackoverflow.com/a/9997263/2271028
but at the make command i see following:
/bin/bash /var/www/rabbitmq-c/amqp-1.4.0/libtool --mode=compile cc -I. -I/var/www/rabbitmq-c/amqp-1.4.0 -DPHP_ATOM_INC -I/var/www/rabbitmq-c/amqp-1.4.0/include…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am currently evaluating message queue systems and RabbitMq seems like a good candidate, so I'm digging a little more into it.
To give a little context I'm looking to have something like one exchange load balancing the message publishing to multiple queues. I don't want to replicate the messages…
>>> More