[rabbitmq-discuss] Client vs Server version

Tim Watson tim at rabbitmq.com
Tue May 7 07:58:49 BST 2013


Hi

On 7 May 2013, at 07:10, Jeffery, Mark wrote:

> Do the Java client versions need to align to the server versions ?
> Can a client run with 2.8.6 client against a 3.1.0 server ?
>  

Technically it is possible to run disparate versions (the AMQP 0.9.1 protocol hasn't changed between them after all), but I would strongly advise you to use the latest version with the latest server. Not only have important bug fixes been introduced in the client libraries between releases, but it's possible in some cases that non-standard features (i.e., enhancements to or divergence from the AMQP specification) have been added to (or deprecated from) the broker and the client might need to be aware of these. Lack of support for the IMMEDIATE flag in later versions of RabbitMQ is one such example.

Cheers,
Tim

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130507/d422c364/attachment.htm>


More information about the rabbitmq-discuss mailing list