Replies: 2 comments
-
Posted in wrong Discussions (should be in rabbitmq-jms-client) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well, I have transferred this discussion to the JMS client repo but alas, this one has been already closed :) |
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
-
I have created a test application with a JMS durable topic. I added two JMS listeners for which a queue is created automatically.
On the first start I have:
Every time I stop the application and start it again, two new x-jms-topic exchanges are created and binded to the corresponding queue and jms.durable.topic.
Why are x-jms-topic exchanges recreated on each startup?
Beta Was this translation helpful? Give feedback.
All reactions