Top "Rabbitmq" questions

RabbitMQ is an open-source message broker originally implementing the AMQP protocol with additional messaging protocols supported via a plug-in architecture.

how to connect to rabbitmq using javascript without nodejs

I'm implementing a mobile application using Titanium appcelerator. In this app, I'll need implementing a chat using RabbitMQ. I saw …

javascript titanium rabbitmq appcelerator
How to use Ack or Nack in Spring AMQP

I am new to Spring AMQP. I am having an application which is a producer sending messages to the other …

rabbitmq spring-amqp spring-rabbit
How to reconnect to RabbitMQ?

My python script constantly has to send messages to RabbitMQ once it receives one from another data source. The frequency …

python rabbitmq pika
How to properly manage rabbitmq with supervisord

The current section in my supervisord.conf looks like: [program:rabbitmq] command=/usr/sbin/rabbitmq-server When I try to stop …

rabbitmq supervisord
HelloWorld example for sending an object over RabbitMQ via EasyNetQ between two different applications

Hi I am attempting to send a simple object like through RabbitMQ via EasyNetQ. I'm having issues deserializing that object …

c# rabbitmq easynetq
How to generate password_hash for RabbitMQ Management HTTP API

The beloved RabbitMQ Management Plugin has a HTTP API to manage the RabbitMQ through plain HTTP requests. We need to …

c# rabbitmq rabbitmqadmin
Celery task schedule (Celery, Django and RabbitMQ)

I want to have a task that will execute every 5 minutes, but it will wait for last execution to finish …

rabbitmq celery django-celery
Celery: When should you choose Redis as a message broker over RabbitMQ?

My rough understanding is that Redis is better if you need the in-memory key-value store feature, however I am not …

python django redis rabbitmq celery
RabbitMQ C# driver stops receiving messages

Do you have any pointers how to determine when a subscription problem has occurred so I can reconnect? My service …

c# rabbitmq
RabbitMQ: erl.exe taking high CPU usages

I have implemented rabbitmq in my application and it's running on windows server 2008 server, the problem is that erl.exe …

c# performance rabbitmq erl