The spring-cloud-azure-starter-servicebus-jms Spring Boot starter allows to use Azure Service Bus via the JMS 1.0 or 2.0 API depending on the configured pricing for Azure Service Bus. This implementation seems to emulate the JMS functionality through the use of Apache QPID . Is there any implementation of spring-amqp for Azure Service Bus? Is the spring-cloud-azure-starter-integration-servicebus using AMQP or JMS?

1

There are 1 best solutions below

0
Gary Russell On

Spring AMQP only supports AMQP 0.9.1, not 1.0; its only implementation is for RabbitMQ.