Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does the JMS Adapter support the JMSReplyTo feature?

adapter feature JMS support
0
Posted

Does the JMS Adapter support the JMSReplyTo feature?

0

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

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123