I'm trying to use a subject as part of a replyTo but am seeing differing
behavior between queues and topics. Using the command-line tools to send
and receive a message to the same queue:

qpid-send -a myqueue --reply-to "myqueue/mysubject;{node:{type:queue}}"
qpid-receive -a myqueue --print-headers yes

When I receive the message back, the replyTo is
"myqueue;{node:{type:queue}}" with the subject stripped. This is in
contrast to when I do this with a topic, where the replyTo retains the
specified subject. I am running qpid-cpp server 0.34. Is this working as
intended? Thanks,

-Bill

Reply via email to