I wrote an application that connected to local queue manager using this function call: MQQueueManager mqQMgr = new MQQueueManager(\"QM_QueueManagerName\");
Hi I have two Message Driven Beans (MDBs) running on Websphere Application Server v7. It is connecting to, and receiving messages from Websp开发者_如何学Chere MQ v6.
Maybe I dont know the right search terms to query with, but I cannot find instructions on how to configure glassfish 3.1 to allow me to use an external websphere mq7 server for my jms/mdb project. Can
Our code runs in weblogic and we MQ 6.0. No matter if I use the default createQueueConnection() or createQueueConnection(\"myuserid\",\"mypassword\") it always seems to use userid mqm. See code below.
We have a WMQ - WAS/JMS client setup through server connection channels where we are trying to put in security through user Ids.
I am facing two issues when i try to connect to MQ which is deployed on a Remote Server from Weblogic Server(WLS) by creating a Foreign Server.
Just wanted to know what is the difference between the two fields putApplicationNa开发者_JAVA百科me field which is a part of the MQMessage class and putApplName which is a part of MQMD class. When to
i am using MQ7 and trying to access a queue with JMS api\'s. Getting this error. Has anyone seen it before? How do i resolve this? TIA
We have IBM websphere mq set up that accepts message from outside world and transmits message to another internal queue manager. I want to trace time taken for this activi开发者_开发百科ty per message
I\'ve got a model queue (say, MY.MODEL.QUEUE). I\'m opening it in process A and get a dynamic queue created (say, AMQ.WHATEVER). I send a message to another queue, specifying AMQ.WHATEVER as a ReplyTo