Yes, I think it should. It looks like `o.a.a.a.p.a.b.AMQPMessage#toPropertyMap(boolean, int)` is just missing a call to `properties.getReplyTo()`.
Justin On Sun, May 8, 2022 at 6:47 PM Dondorp, Erwin <[email protected]> wrote: > Hello, > > ActiveMQ Artemis supports the reply-to property for request-reply > messaging. > The property is at least supported in the CORE and AMQP protocols. > > When inspecting an AMQP message, no information can be found for the > reply-to address that was specified. > From the related properties, the message annotation "x-opt-jms-reply-to" > is visible with value "0" (which indicates "queue") is visible when a > reply-to address is used. > Shouldn't the actual reply-to destination address be visible too? > > thx, > e. >
