tags:

views:

26

answers:

1

Hi all,

 How to implements rabbitMQ message broker with Java client.i am not found any document or link to understand implementation.

Thanks

A: 

There's plenty or RabbitMQ documentation.

In particular, you may be interested in the Java client API guide and the javadocs.

scvalex