RE: visibility of reply-to destination property in Artemis

2022-05-09 Thread Dondorp, Erwin
Justin, Thanks! I've created an issue for this (ARTEMIS-3824) This looks like something I should be able to do in a PR. e. -Oorspronkelijk bericht- Van: Justin Bertram Verzonden: maandag 9 mei 2022 17:53 Aan: users@activemq.apache.org Onderwerp: Re: visibility of reply-to destination

Re: visibility of reply-to destination property in Artemis

2022-05-09 Thread Justin Bertram
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 wrote: > Hello, > > ActiveMQ Artemis supports the reply-to property for request-reply >