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 exemple the last stable release of rabbitmq-server ? or what is the best pair version possible ?
With wich qpid url format ?
Thanks in advance.
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.