Details
Description
I create a connection to my local ActiveMQ and open two sessions. In the first session I create a durable topic subscriber with noLocal=true. In the second session I send a message to the same topic. Then I close both sessions and the connection. The first time I do this, everything works well, that means I send but do not receive the message. The second time I run the same application I send AND receive the message.
After removing all files and directories in ActiveMQ's data directory, not receiving my own message works again, but only once.
Attachments
Attachments
Issue Links
- relates to
-
AMQ-5996 Durable subscription no updated when reactivated sub changes noLocal value
- Resolved