In order to comply with port binding in 12-Factor App, how many integration servers should exist per container?
A solution developer sets the maximum rate for a message flow to 100 messages per second. What is this rate evaluated across?
What command must be executed before running the mqsicreatebroker command on Linux to create an integration node?
Which standard is used to define web service security mechanisms?
When developing RESTful APIs, what is the main purpose of the RESTAsyncRequest node?
According to the API resource pictured above, there are three possible HTTP Return Codes: 400, 404, 200. What is one way to set a HTTP Return code as 400 using ESQL?
Which two external security providers can be configured in the security profiles in IBM App Connect Enterprise?
How can static library LIB1 be converted into a shared library without breaking references?
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?
What is the file format of resource statistics that are written by resource managers?