[rabbitmq-discuss] consuming a message from exchange does not seem to work on java client (3.2.0 as well as 3.1.5)

Michael Klishin mklishin at gopivotal.com
Mon Nov 4 16:12:13 GMT 2013


On 4 Nov 2013, at 10:22, Murugesan Guruswamy <murugesan at elementum.com> wrote:

> Routing key : "test.abc", queueName : Notification, exchangeName : localExchange.
> 
> Is there any rabbitmq-server configurations to do?

Direct and topic exchange route message based on routing key of the message.
Your example does not show if the key used in queue.bind matches the one used in basic.publish
but it’s very likely to be the issue.

Also, you do not consume messages from exchanges.

See tutorials 3-5 for more info http://www.rabbitmq.com/getstarted.html
and http://www.rabbitmq.com/tutorials/amqp-concepts.html.

Use RabbitMQ management UI to see bindings, message rates and more:
http://www.rabbitmq.com/management.html

MK

Software Engineer, Pivotal/RabbitMQ




More information about the rabbitmq-discuss mailing list