使用来自 Apache Qpid java 客户端的 RabbitMQ 服务器消息?哪个版本?
我必须使用 Apache qpid java 客户端使用rabbitmq-server(因为我必须使用 Apache Camel)。但我对它们的版本感到困惑,特别是因为它们都支持 amqp 协议。
java 客户端 qpid 可以使用/生成哪个版本,例如rabbitmq-server 的最后一个稳定版本?或者什么是最好的配对版本? 使用哪种 qpid URL 格式?
提前致谢。
I have to consume rabbitmq-server with Apache qpid java client (because I have to use Apache camel). But I am confused with version of both of them, especially because of amqp protocol supported by each.
Which version can of java client qpid can consume/produce to for example the last stable release of rabbitmq-server? or what is the best pair version possible?
With which qpid URL format?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
RabbitMQ 网站上的 此页面 表示他们已经使用 RabbitMQ 代理测试了 Qpid 0.6 客户端,但有其中描述的协议版本控制问题您应该清楚。显然,随后对 Qpid 的提交解决了这些问题。
This page on RabbitMQ's site says that they have tested Qpid 0.6 clients with a RabbitMQ broker, but there are protocol versioning issues described there which you should be clear about. Apparently a subsequent commit to Qpid fixed those issues.