Using IBM WebSphere MQ and Message Broker there is stong need for this functionality.
Consider scenario where one application is connected to QManager A , second application is connected to QManager B and beetwen there is IBM WebSphere Message Broker on third QManager. Somethimes there is need to change reply inside broker. In this situation I should send reply to queue placed in broker QMGR not replyToQueue specified on request message. Then this message should be send to destination reply queue placed in QManager A. I can not do it because in reply replyToQueue is blank. What I need to achieve this: 1. Always send reply in CXF to queue specified in replyDestination or other config parameter. 2. copy replyToQueue parameter from request to response message 3. in response message set "JMS_IBM_MsgType" int parameter to 2. Do you know haw I can do it ? -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-JMS-and-replyToQueue-tp4834301p4842646.html Sent from the cxf-dev mailing list archive at Nabble.com.
