|
|
1. read AMQP Spec first, by now the lastest version is 0.10, understand the model of AMQP, the concepts of Exchange, Queue and Route key, the queue is different from the classic MQ queue.
2. official doc on http://qpid.apache.org/qpid-java-documentation.html
3. client API on Java
TODO
4. debug:
using Hermes and JConsole @8999 |
|