I developed a message flow with JMSInput Node -> JMSMQTransform Node -> Mapping Node -> MQOutput Node.
I have configured the JMS in Linux Server with the following details.
INITIAL_CONT ...
Is it possible to dynamically configure the Property Quantity of the Collector Node from the request message. My flow will starts with SOAPInput and I am using Collector Node next to SoapInput node.
I need to Configure Collector Node in such a way that I need stop collecting the input messages when a condition is met. For example if the input message has a XML tag as <StopCollecting>True< ...