[
https://issues.apache.org/jira/browse/AMQ-6972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16488943#comment-16488943
]
Timothy Bish commented on AMQ-6972:
-----------------------------------
AMQP Application Properties are immutable for the AMQP messages that pass
through the broker. For other conversions it doesn't make sense to add broker
specific information in Application Properties. If added it should be done as
a generic message annotation (not something JMS tagged as has been suggested in
other places). Something like x-opt-original-destination or the like in the
message annotations should be done if anything.
> Original destination is not accessible via AMQP when using Virtual topics
> -------------------------------------------------------------------------
>
> Key: AMQ-6972
> URL: https://issues.apache.org/jira/browse/AMQ-6972
> Project: ActiveMQ
> Issue Type: Bug
> Components: AMQP
> Affects Versions: 5.15.4
> Reporter: Marco Carrer
> Priority: Major
>
> ActiveMQ MQTT transport is configured for virtual topics -
> transport.subscriptionStrategy=mqtt-virtual-topic-subscriptions. All other
> configuration options are default.
> Messages are published into the broker using MQTT.
> Messages are consumed from the broker using AMQP from the address
> "queue://Consumer.clientA.VirtualTopic.>".
> Messages are correctly received by the AMQP receiver but there is no property
> or annotation in the message which allows the consumer to retrive the
> original MQTT topic on which the message was published to.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)