Creating the distributed queue manager topology

Point-to-point messaging is the simplest form of messaging in IBM MQ . In point-to-point messaging, the sending application must know certain information about the receiving application before messages can be sent. The sending application will require a way to address the remote queue. Use point-to-point messaging to send a message to a second queue manager with a sample application.


Before you begin

You must have set up the source queue manager as described in Creating the queue manager.


Create the target queue manager on a remote host. Use the sample applications to verify communication between the source and target queue managers.