How can static library LIB1 be converted into a shared library without breaking references?
A solution developer sets the maximum rate for a message flow to 100 messages per second. What is this rate evaluated across?
What Event Coordination option must be implemented in the Collector node so that message collections are propagated in the order they have been completed?
How is an IBM supplied pattern removed from the IBM App Connect Enterprise Toolkit?
Which IBM App Connect Enterprise component interacts with version control systems?
The following flow receives order messages on an MQInput node then uses a Compute node to do some processing and sends MQ messages to two warehouses on two different queues.
The compute node routes the message to two MQOutput nodes connected through terminals Out1 and Out using the following ESQL expressions.
PROPAGATE TO TERMINAL 'out1; RETURN TRUE;
After deploying the flow, the solution developer noticed that the second queue always receives an empty message. To fix this issue, which ESQL expression lines should be used in the Compute node instead?