Top "Amqp" questions

AMQP is an open messaging standard.

Why do CELERY_ROUTES have both a "queue" and a "routing_key"?

My understanding of AMQP is that messages only have the following components: The message body The routing key The exchange …

python celery amqp
RabbitMQ Topic exchanges: 1 Exchange vs Many Exchanges

I have a scenario where I have a series of processes I need to perform, each step is done and …

rabbitmq amqp
How would you encode a Map<String, Object> using Protocol Buffers?

I'm trying to use Protocol Buffers for message serialization. My message format should contain Map< String, Object > entries ... …

java protocol-buffers amqp
Message broker vs. MOM (Message-Oriented Middleware)

I'm a little confused as to what the difference is between a message broker e.g. RabbitMQ and Message-orientated Middleware. …

rabbitmq message-queue amqp messagebroker mom
How to set timeout detection on a RabbitMQ server?

I am trying out RabbitMQ with this python binding. One thing I noticed is that if I kill a consumer …

python message-queue rabbitmq amqp
How is concurrency in Spring AMQP Listener Container implemented?

My container XML config: <rabbit:listener-container connection-factory="myConnectionFactory" acknowledge="none" concurrency="10" requeue-rejected="false"> <rabbit:listener ref="myListener" …

java spring rabbitmq amqp spring-amqp
Channel shutdown: channel error

sometimes i found follow entry in my log file. I have no idea what the problem is. My guess is …

spring rabbitmq amqp spring-rabbit
bad_header for AMQP connection while connecting sensu-client to server

I have installed sensu with chef community cookbook. However, sensu client fails to connect to server. Results in rabbitmq connection …

rabbitmq chef-infra amqp sensu
Set message header in rabbitmq while sending

I want to set message header while sending a message to rabbit. I am using below code, but confused how …

jackson rabbitmq amqp spring-amqp spring-rabbit
Specific advantages of NServiceBus over plain RabbitMQ

Are there any advantages of using NServiceBus over simply using the .net driver for RabbitMQ (assuming we can replace MSMQ …

nservicebus rabbitmq amqp