English 中文(简体)
Are server-conn and client-conn channels the only channels that could have more than one instances?
原标题:
  • 时间:2009-11-30 18:28:25
  •  标签:
  • ibm-mq

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.

最佳回答

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.

问题回答

暂无回答




相关问题
Setting LDAP Configuration in IBM Websphere Message Broker

I m a newbe for message broker. I m trying to create webservice security in message broker authenticated using LDAP. but the authentication is always fail in my SOAP message header I have specify ...

How can I get an existing JMS queue?

I feel like this is probably a pretty simple question, but this is my first foray into JMS, so I am a little unsure. I am trying to write to an existing JMS queue (and then read from another queue), ...

MQ EOL Data conversion

we are sending data trough MQ from a z/OS/CICS system to an AS400. Original encoding of the message is CCSID 500 with a MQSTR Format. The client application is getting the message with the CONVERT ...

Connecting to an MQ: Newbie question

I am a novice with Websphere MQ and require some novice help. I am using Websphere MQ Explorer to connect to a queue but do not know how to write the connection string. I have all the details (host, ...

热门标签