Does the JMS Adapter support the JMSReplyTo feature?
Yes, this is a un-documented feature that was introduced in XI 3.0 SP20/ XI 7.0 SP12, but it is very limited in nature and does not correspond to the way that the JMS specification defines this feature. This is because JMS connections are bi-directional whereas XI communication channels are uni-directional.The purpose of a JMSReplyTo header is to allow a JMS application to receive a request JMS message that has this header , process this request, and respond to the target destination that is contained within the header. However, a XI JMS sender communication channel – which is a JMS application – is uni-directional by definition. It cannot ‘respond’ back on the same JMS connection. Only receiver JMS communication channels can ‘respond’ back to the external world.So, one needs a receiver JMS communication channel for this job. It is possible to configure the receiver JMS communication channel to dynamically target a XI message to a JMS destination that is mentioned in the value of the X