Author |
Message |
Topic: MQJMS2005: failed to create MQQueueManager for .... |
GK
Replies: 17 Views: 41669
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 25, 2008 10:31 am Subject: MQJMS2005: failed to create MQQueueManager for .... |
I am still trying, could not find the right info, I may be stupid and looking at in the wrong place . If any one help me would be appreciated .
thanks |
Topic: MQJMS2005: failed to create MQQueueManager for .... |
GK
Replies: 17 Views: 41669
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 25, 2008 9:38 am Subject: MQJMS2005: failed to create MQQueueManager for .... |
Thanks I will try reading and fixing the issue.
Regards,
--GK. |
Topic: MQJMS2005: failed to create MQQueueManager for .... |
GK
Replies: 17 Views: 41669
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 25, 2008 7:46 am Subject: MQJMS2005: failed to create MQQueueManager for .... |
define qlocal (GSCC.9721.SEND) USAGE (XMITQ) DEFPSIST(YES) TRIGDATA(10014111_DTCUG.C1) INITQ(SYSTEM.CHANNEL.INITQ)
define qremote (local.def.of.remote.queue) rname (MCCT.9721.TGSCC.INPUT) rqmname (' ... |
Topic: MQJMS2005: failed to create MQQueueManager for .... |
GK
Replies: 17 Views: 41669
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 25, 2008 6:15 am Subject: MQJMS2005: failed to create MQQueueManager for .... |
Here it is,
I had host name earlier now removed it because the application is running on a localhost
jms.queue.connectionFactory=QueueConnectionFactory
def qcf(QueueConnectionFactory) qmgr(U100 ... |
Topic: MQJMS2005: failed to create MQQueueManager for .... |
GK
Replies: 17 Views: 41669
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 25, 2008 5:57 am Subject: MQJMS2005: failed to create MQQueueManager for .... |
Hi,
Sorry that I have given the wrong information. Yes I had 1425 as my port but after seen few posting here, I changed my port to default one(1414). I believe I copy and past the old JNDI setup wh ... |
Topic: MQJMS2005: failed to create MQQueueManager for .... |
GK
Replies: 17 Views: 41669
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 24, 2008 1:32 pm Subject: MQJMS2005: failed to create MQQueueManager |
I have got the same problem
javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for '10.2.0.193:U10014111'
at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEn ... |