AMQP with RabbitMQ and Java Client
June 4, 2010
Here's some example code, similar in functionality to the fanout example at http://www.drumcoder.co.uk/blog/2010/jun/04/amqp-rabbitmq/, but using the standard RabbitMQ Java client instead of python.
This code will interoperate with the python code at the other blog entry.
Client Side Code
Here's the equivalent code to receive messages and print them …