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
AMQP与Apache Qpid入门
本文介绍如何开始学习AMQP 0.10版本及其核心概念如交换器、队列和路由键等。通过官方文档和Java客户端API了解Apache Qpid的使用,并介绍了调试工具。
4941

被折叠的 条评论
为什么被折叠?



