Spring Messaging Azure ServiceBus project not supporting topic listeners #39783
Unanswered
nikoladjuran
asked this question in
Q&A
Replies: 1 comment
-
The documentation is quite confusing. In fact, 'group' should be referred to as the subscription name, while 'destination' should be identified as the topic name. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to write declarative listeners for Service Bus Topics, following https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/using-service-bus-in-spring-applications#use-spring-messaging-azure-service-bus
What seems to be missing in the
@ServiceBusListener
(https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/spring-messaging-azure-servicebus/src/main/java/com/azure/spring/messaging/servicebus/implementation/core/annotation/ServiceBusListener.java) annotation is a parameter for specifying subscription. Am I missing something or does the current implementation supports only queues?Beta Was this translation helpful? Give feedback.
All reactions