ng.newbie
ng.newbie

Reputation: 3217

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

So how do I configure Spring AMQP to use 1.0 or 0.9.1 ?

Upvotes: 2

Views: 651

Answers (1)

Gary Russell
Gary Russell

Reputation: 174604

Spring AMQP only supports 0.9.1 and, specifically, RabbitMQ using that protocol version.

Upvotes: 4

Related Questions