A user defined property in a message flow is defined with a name of MyUDP of type STRING. What ESQL statement must be used before the UDP can be utilized?
How many App Connect Enterprise Dashboard instance(s) can be installed in one Kubernetes namespace?
The following simple message flow receives orders on an MQInput node and forwards only a subset of the incoming request to another MQ queue through an MQOutput node.The solution developer decided to use a Compute node to copy the request without the shipping xml element. Which two ESQL expressions can be used in the Compute node to implement this design? (Choose two.)
Which two properties can be set to change the default behavior of database error handling?
The following flow is implemented in an online retailer's system to expose a web service that would process new orders then send shipping request(s) to the shipping carrier.The shipping request messages should be put on a queue in the shipping carrier's secured remote queue manager which requires username and password for authentication. What are two ways to set up the secured connection to the remote queue manager? (Choose two.)
Which restriction applies to Java code in a JavaCompute node?