Description
When message is delivered using virtual topic, it will have original topic as its JMSDestination property. The better way would be to have this value set as OriginalDestination property on ActiveMQMessage object, and use the target queue name as the JMSDestination.
Additionally, the current implementation leads to inconsistency in the broker cluster environment as this value is change when forwarding the message over the network.
Attachments
Issue Links
- relates to
-
AMQ-6972 Original destination is not accessible via AMQP when using Virtual topics
- Open