[BUG] JMS message listener invoker failed when listen to both servicebus queue and topic via jms at the same time #44470
Labels
azure-spring
All azure-spring related issues
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Describe the bug
In same spring app using
spring-cloud-azure-starter-servicebus-jms
. If the app listens to both a servicebus queue and servicebus topic at the same time, connection error will appear.Exception or Stack Trace
To Reproduce
Listen to both queue and topic in the same app. Already tried below scenarios:
Code Snippet
Expected behavior
A single spring boot app should be able to listen to both servicebus queue and topic at the same time without erroring out
Screenshots
N/A
Setup (please complete the following information):
If you suspect a dependency version mismatch (e.g. you see
NoClassDefFoundError
,NoSuchMethodError
or similar), please check out Troubleshoot dependency version conflict article first. If it doesn't provide solution for the problem, please provide:mvn dependency:tree -Dverbose
)Additional context
The production app listens to 3 servicebus queue and 1 servicebus topic at the same time. Which is why in the stack trace you will see JMS listener invoker failed for 3 destination. I also tried just one single servicebus queue and 1 single servicebus topic, same exception also happens
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: