Multi Hoping With Four Queue Managers In IBM Websphere Messaging Queue
What Is Mean By Multi-Hoping?
it is the process of passing messages from source to destination with one or more intermediate systems if we don’t have a direct communication link.
Components:
IBM WEBSPHERE MQ v7.0 and above
Objects required:
Create four queue managers, create transmission queues, create sender and receiver channels, create remote queues& local queues, and alias queues
Platform:
We can perform IBM WEBSPHERE MQ in any platform like Linux, Windows, zOS, and others.
How does Multi Hoping work in IBM MQ?
- First, create the queue managers and objects inside the queue managers
- Create the objects like a local queue, transmission queue, alias queues, sender and receiver channels, and remote queues.
- After the connection is established between the queue managers we can able to put and get the messages between the queue managers.