Defining IBM MQ resources
An application client can run on a computer anywhere in the IBM® MQ network. If your applications use IBM MQ facilities to connect to the integration node, and to interact with it (by using the MQI and AMI), you must set up the IBM MQ resources that they require.
About this task
The way that you set up applications is identical to the setup for clients for an IBM MQ server. To support client connections to an integration node:
Procedure
Results
An application can get messages only from queues that are owned by the queue manager to which it is connected (this restriction is true for all IBM MQ applications). Therefore, if an application expects to receive messages from a queue populated by a service within a particular integration node and owned by that integration node queue manager, it must connect to that integration node queue manager (by using a local or IBM MQ client connection).
An application that puts messages, however, can be connected to any queue manager in the IBM MQ network, if the queue manager can resolve the target destination in some way. In all cases, the queue manager to which the client application is connected must know the location of the queue or queues to which the application puts messages (for example, by using remote queue definitions).
When you define an IBM MQ queue for a node in a message flow, you must not give it a name that starts with SYSTEM_BROKER. Names that include these characters are reserved for queues that are defined for internal use by IBM App Connect Enterprise components.
If your application is a subscriber that receives messages published by other applications, it can specify a temporary dynamic queue as its subscriber queue. If it does so, the integration node automatically deregisters the subscription when the queue is deleted.
For more details about applications, putting and getting messages, and the use of IBM MQ clients, see the Clients and Application Programming Guide sections of the IBM MQ product documentation online.