Are server-conn and client-conn channels the only channels that could have more than one instances?

*爱你&永不变心* 提交于 2019-12-11 03:54:10

问题


I cannot figure out a way to get other channel types, e.g. sender channel, to be multiple instances. There is nothing documented against this. I am assuming only the connection channels could have multiple instances. Is this correct?

Thanks.


回答1:


Channels that can have multiple instances include channels used by clients (MQI channels) and the channels used by QMgrs (MCA channels) that are inbound types - RCVR, RQSTR and CLUSRCVR. Outbound MCA channels (SDR, SVR, CLUSSDR) are associated with a single remote destination and must be uniquely named.



来源:https://stackoverflow.com/questions/1821514/are-server-conn-and-client-conn-channels-the-only-channels-that-could-have-more

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!