'How to change Spring AMQP protocol version from 0.9.1 to 1.0?
I am a beginner to the Spring AMQP and I trying to understand what version of the AMQP protocol it uses, and how to change it.
AFAIK there are 2 variations of the AMQP protocol
- 0.9.1
- 1.0
So how do I configure Spring AMQP to use 1.0 or 0.9.1 ?
Solution 1:[1]
Spring AMQP only supports 0.9.1 and, specifically, RabbitMQ using that protocol version.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Gary Russell |
