quarkiverse / quarkus-azure-services

Quarkus extensions for Azure services
Apache License 2.0
13 stars 17 forks source link

Support for Azure Service Bus - Quarkus Dev Service #55

Open JoaoBrandao opened 1 year ago

JoaoBrandao commented 1 year ago

As Developer, Would be great to be able to have a Dev Service in Quarkus that allows me to use Azure Service Bus without requiring any internet connection for my local environment.

My recommendation would be to use Apache ActiveMQ since this supports AMQP 1.0, topics, and queues which is required by Azure Service Bus.

ppalaga commented 1 year ago

I wonder what is the preferred way of interacting with Azure Service Bus? Isn't it AMQP? If so, Quarkus offers the quarkus-smallrye-reactive-messaging-amqp extension for that, that has a dev service built in. I do not see anything missing for that scenario. But maybe you meant something different?