If amqp message has query parameters in properties.to (for example, my_dest?foo=bar), then InboundTransformer creates ActiveMQ destination with physicalName=my_dest and options containing foo=bar. The JMSMappingOutboundTransformer then populates properties.to with qualifiedName (that is incorrect also, should be physicalName) without options.
It makes imposible to adopt amqp 1.0 addressing.
If amqp message has query parameters in
properties.to(for example, my_dest?foo=bar), thenInboundTransformercreates ActiveMQ destination withphysicalName=my_destandoptionscontainingfoo=bar. TheJMSMappingOutboundTransformerthen populatesproperties.towithqualifiedName(that is incorrect also, should bephysicalName) without options.It makes imposible to adopt amqp 1.0 addressing.