You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: