Search code examples
tibcotibco-designer

Confirm JMS message into subprocess


Is there any way to confirm a JMS message in a subprocess?

I have process A that starts with a JMS Queue Receiver (or JMS Topic Subscriber). It calls process B which has to confirm the message received - I'm using Tibco EMS Explicit acknowledge mode.

This will allow me to reuse some parts. Is it possible to do it?


Solution

  • I'm afraid this is not possible. The confirm always has to be in the same process as the receiver.