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 pika to rabbitMQ remote server? (python, pika)

In my local machine I can have: connection = pika.BlockingConnection(pika.ConnectionParameters('localhost')) for both scripts (send.py and recv.…

python rabbitmq pika
Best PHP client library for accessing RabbitMQ (AMQP)?

There is a list of PHP clients on the RabbitMQ site. I'm asking this question in hopes that people who …

php rabbitmq amqp
Publish/Subscribe samples with RabbitMQ in .NET

I've built this sample: Getting Started With RabbitMQ in .net, but made 2 programs: one-publisher one-subscriber I'm using BasicPublish to publish …

c# rabbitmq publish-subscribe messagebroker
Authentication failed (rejected by the remote node), please check the Erlang cookie

I installed erlang and rabbitmq in the way mentioned in the official documentation. But then, when I do this C:\…

erlang rabbitmq
Execution of Rabbit message listener failed, and no ErrorHandler has been set. Failed to invoke target method with argument type = [class [B],

I am using spring amqp rabbitmq, and sending messages using Message message = MessageBuilder .withBody(item.toString().getBytes()) .setReplyTo("importReply") .setCorrelationId(…

java spring rabbitmq spring-amqp
Rabbit - Error: mnesia_unexpectedly_running

I am trying to cluster rabbit using chef Here is my error. I shutdown all of rabbit on the second …

rabbitmq chef-infra
RabbitMQ user permission format

I am trying to configure user permissions in RabbitMQ using rabbitmqctl. The RabbitMQ documentation http://www.rabbitmq.com/man/rabbitmqctl.1.…

rabbitmq amqp
Rabbitmq retrieve multiple messages using single synchronous call

Is there a way to receive multiple message using a single synchronous call ? When I know that there are N …

rabbitmq synchronous
Are there any good alternatives to RabbitMQ for low-end setups?

I've been using RabbitMQ in a few setups now, and I can't shake the feeling that there must be something …

rabbitmq message-queue amqp mq
Exception 'The AMQP operation was interrupted' (code=406) occurs in .NET Client programming

I have a 2.8.2 RabbitMQ Server and a 2.8.2 client dll, have the code to declare a queue and get a message, …

c# exception rabbitmq amqp