How can an MQGet node be configured to read a message from a queue without deleting it?
A. Set "Copy Message" property to None
B. Check the "Read Only" property
C. Set "Generate Mode" property to None
D. Check the "Browse Only" property
Which prerequisite task must be done before encrypting a connection to an MQTT server?
A. Create a connection from the MQTT server to the SSL server.
B. Configure the Security identity property on the MQTT server to use encrypted message flow.
C. Configure the MQTT server to communicate using JMT encryption.
D. Create a truststore and import the MQTT server public certificate into the truststore.
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 SSL- enabled remote queue manager. What are two ways to set up the SSL connection to the remote queue manager?
A. Configure an SSL-enabled Security Identity by using the mqsisetdbparms command, then use that identity in the MQ Output node properties
B. Check the "Use HTTPS" property in the MQ Output node
C. Check the "Alternate User Authority" property in the MQ node
D. Check the "Use SSL" property in the MQ Output node properties
E. Create and configure an MQEndpoint policy to use SSL and attach it to the MQ Output node
On distributed systems, where must the local queue manager be specified in globally coordinated transactions?
A. MQ Header
B. Message Flow
C. JMS Header
D. Integration Node
When installing IBM App Connect Enterprise for a shared installation on Linux, which group do users needed to be added to in order to gain access to the platform?
A. mqusers
B. mqnodeusers
C. mqbrkrs
D. mqsiadmin
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?
A. PROPAGATE TO TERMINAL 'out; PROPAGATE TO TERMINAL 'out';
B. PROPAGATE TO TERMINAL 'out1; DELETE NONE-RETURN TRUE;
C. RETURN TRUE DELETE NONE; RETURN TRUE; D. PROPAGATE TO TERMINAL 'out1; PROPAGATE; RETURN FALSE;
The mqsicommandconsole command is a required prerequisite for running which two commands?
A. mqsichangeproperties
B. mqsiAssemblylnstall
C. mqsiprofille
D. mqsimanagelinlcs
E. mqsisetsecurity
A solution developer sets the maximum rate for a message flow to 100 messages per second. What is this rate evaluated across?
A. All instances of all input node types.
B. Each instance of all input node types.
C. Each instance of each input node type.
D. All instances of each input node type.
Which two types of libraries exist within IBM App Connect Enterprise?
A. Shared
B. Exemplar
C. Reference
D. Static
E. Dynamic
Where are recorded messages sent by default in the flow exerciser?
A. They are sent to the Message Flow icon in the Flow Exerciser toolbar
B. They are sent to the input node where each message was saved
C. They are sent to the output node where each message was saved
D. They are sent to the Recorded Messages item located in the navigator