How to make multiple instances of RCVR, RQSTR and CLUSRCVR channels in WMQ?
- by Dr. Xray
This is a follow up on the question below, but it deserves another question.
http://stackoverflow.com/questions/1821514/are-server-conn-and-client-conn-channels-the-only-channels-that-could-have-more-t
To my understanding, a receiver (or cluster receiver) channel usually pair up with a single sender (or cluster sender) channel. How can one side being single instance while the other side being multiple instances?
Thanks.