Hey @sjaak , thanks for the update! Yeah, there is currently no way to just “move a message back” from the broker tooling itself. Since JMSToolbox is just a JMS client (not a broker tool), it’s essentially creating a copy of the message and republishing it, which is why the Destination changes. Timestamps could also change as well.
Our Replay feature allows the replay of a series of messages from the replay log to any one particular queue, and it maintains all of the original message properties (such as Destination). But you can’t replay a single message.
I’ll raise the issue with our Product Line Mgmt team, and make sure this is on their radar.