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
Looking through the micronaut-jms code it seems that all topics/queue listeners use the createConsumer JMS API to create a JMSConsumer, and there is no ability to configure it to use any other API such as shared durable consumer.
In order to integrate with Azure Service bus topics, we need to create a shared durable subscriber on the topic.
Feature description
Looking through the micronaut-jms code it seems that all topics/queue listeners use the createConsumer JMS API to create a JMSConsumer, and there is no ability to configure it to use any other API such as shared durable consumer.
In order to integrate with Azure Service bus topics, we need to create a shared durable subscriber on the topic.
e.g
It would be great to support different consumer types, i.e shared durable, unshared durable etc.
The text was updated successfully, but these errors were encountered: