[FEATURE REQ] Support AzureMessagingListener work with Event Hubs and Service Bus Spring starter together #26580
Labels
azure-spring
All azure-spring related issues
Client
This issue points to a problem in the data-plane of the library.
feature-request
This issue requires a new behavior in the product in order be resolved.
Milestone
Context
In Azure, messaging includes servciebus and eventhubs azure messaging listener. We may extend the annotation driven message consuming programing using our new APIs.
In the new 4.0 version of the project, we have refactored the API and module structrues. Regarding the Azure
Messaging Listener feature, the original APIs are deprecated, and the Message Listener Container function does not work any more.
Related issue: #24995
Goal
As the APIs are redesigned in the new 4.0 version, we need to implement the Message Listening function on top of the new APIs in 4.0. As that Azure Messaging service include Service Bus and Event Hubs, we will have to consider all usage senarios of how users may use this feature, i.e. to use Service Bus or Event Hubs or both.
Scenarios To Be Used:
The text was updated successfully, but these errors were encountered: