javarabbitmqamqpqpid

Consume RabbitMQ server messages from Apache Qpid java client? Which version?


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.


Solution

  • 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.