Create 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 starting

We must have set up the source queue manager as described in Create 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.

Parent topic: Implement the solution Previous topic: Create the sender channel Next topic: Verify the solution