I have a .NET application that needs to monitor a queue in WebSphere MQ. I need to react to each message without impacting the current proc开发者_如何转开发ess. The client application can\'t explicity
We have 5000+ clients, 10 gateway servers and 6 backend servers. Both gateway and backend Servers are in same cluster. If v7.0.1 is used on cli开发者_JS百科ents and gaetway servers, is round robin loa
Are there any (preferable free and open) components or examples out there for integrating to IBM MQSeries from Delphi?
am connectting the MQ with below code. I am able connected to MQ successfully. My case is i place the messages to MQ every 1 min once. After disconnecting the cable i get a ResonCode error but IsConne
I can\'t reconnect to MQQueueManager after a while as an exception (reason code 2059 - MQRC_Q_MGR_NOT_AVAILABLE) is thrown when I\'m constructing new object of MQQueueManager. My client app is written
I have a message driven bean that throws exception under certain conditions. When it throws an exception the message is not processed and put back on the queue. From what I understand with MQ and WAS
If I have a Websphere MQ queue defined on another queue manager in the cluster, is there a way I can open it for writing using the Perl interface?The code below brings back mqrc 2085.
We are using security exits in WebsphereMQ 6.0 to provide security 开发者_运维技巧in java clients connecting to MQ and MQ - MQ connectivity. We use security exits to provide secure way to connect to Q
I got a .p12 file from our server team. I need to connect MQ server using this. What i need to amqputc to work. is there any config entries i need perform bef开发者_运维百科ore i use this. Short answe
I\'d like to connect to a Websphere 6.0 MQ via Java.I have already working code for a \"normal\" queue, but now I need to access a new queue which is SSL encrypted (keystore).I have been sent a file c