Can Azure Service Bus be used directly through the AMQP protocol without JMS? Would a spring-amqp implementation for Service bus be feasible?

484 views Asked by At

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 answers

0
Gary Russell On

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