cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

JMS Consumer - Processing mode information

akashyap
New Contributor

Hi,

As per Snaplogic documentation for JMS Consumer there is a reference about STOP in the Processing Mode option but there no explanation how can we set this STOP option.

Any information will really be very helpful.

Thanks in advance.

1 REPLY 1

dmiller
Admin Admin
Admin

From Development:

When the consumer pipeline is running, and it might run for a longer time, and we wish to gracefully stop the Snap without manually terminating the pipeline then this โ€œControl Destinationโ€ property helps. Just provide some queue/topic name in this property.

When you want to terminate the Consumer Snap, simply write a โ€œSTOPโ€ text message to the control destination using a JMS Producer Snap.

The moment control destination sees the STOP message, it signals the Consumer Snap to gracefully shutdown.


Diane Miller
Community Manager