Just upgraded to a new version of RabbitMQ -- 2.3.1 -- and now the following error occurs: PRECONDITION_FAILED unknown delivery tag 1
I am using RabbitMQ with Django through Celery. I am using the most basic setup: # RabbitMQ connection settings
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am designing a distributed master-worker system which, from 10,000 feet, consists of: Web-based UI a master component, responsible for generating jobs according to a configurable set of algorithms
I have inherited a windows Python application that communicates with linux RabbitMQ.I开发者_C百科 need it to connect via SSL, but am currently failing.
Looking for experience with RabbitMQ, especially in HA configuration using Pacemaker and DRDB as recommended here:http://www.rabbitmq.com/pacemaker.html
RabbitMQ ticks all the boxes for the project I am planning, save one.I would have different workers listening on a queue and it is important that they process the newest messages (i.e., latest sequenc
Global question : can we mark a message as obsolete before it consummed by a client ? Context: I have a cluster of machines
In my model there are about 8-9 Scala Actors. Each actor has its own queue on RabbitMQServer in act method of each Actor .It is continuously listing to the queue
I\'ve set whole infrastructure meaning I\'ve configure php with AMQP extension http://www.php.net/manual/en/book.amqp.php. I\'ve set up durable exchange and queue. Now I know I should publish message