Author |
Message |
Topic: Exception during the createQueueConnection |
creacker
Replies: 21 Views: 19106
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 12, 2008 11:07 am Subject: Exception during the createQueueConnection |
Connecting to a local qmgr in bindings mode using java or JMS involves more than just jar files. You may notice that you also have runtime libraries (.dll/.so) in the <mqinstall>/java/lib path. ... |
Topic: Exception during the createQueueConnection |
creacker
Replies: 21 Views: 19106
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 12, 2008 8:30 am Subject: Exception during the createQueueConnection |
Ok, I'm sorry. I'm not fluent in english and i use a dictionnary to translate in english, so sorry if sometimes i misunderstand you.
I was thinking that you were telling me that i can't install 2 MQ ... |
Topic: Exception during the createQueueConnection |
creacker
Replies: 21 Views: 19106
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 11, 2008 6:07 pm Subject: Exception during the createQueueConnection |
First thanks a lot for your help
Like I said, I would not trust my 6.0 to connect to a 5.3 below CSD11.
Certainly not below CSD6. I believe you're at CSD1....
Ok, so i updated my server to the ... |
Topic: Exception during the createQueueConnection |
creacker
Replies: 21 Views: 19106
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 09, 2008 12:12 pm Subject: Exception during the createQueueConnection |
I'm not using an XA connection factory but a MQQueue connection factory.
And I still does not understand why i cannot connect to my local Websphere MQ server 5.3 with my 6.0 jars  |
Topic: Exception during the createQueueConnection |
creacker
Replies: 21 Views: 19106
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 09, 2008 11:39 am Subject: Exception during the createQueueConnection |
You never specified the CSD for your 5.3 server installation. I would not try to connect to anything below CSD 11, anyways 5.3 is out os support, upgrade to 6.0.2.5 or V7 already!
I need to use my ... |
Topic: Exception during the createQueueConnection |
creacker
Replies: 21 Views: 19106
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 08, 2008 5:41 pm Subject: Exception during the createQueueConnection |
I believe V6 is more strict on the setup of the QCF. So if you specify bindings mode for transport you may not be allowed to specify host and port, and obviously if you specify client mode you MUST ... |
Topic: Exception during the createQueueConnection |
creacker
Replies: 21 Views: 19106
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 05, 2008 11:34 am Subject: Exception during the createQueueConnection |
There is compatability between those versions of MQ. If your problem went away when you changed versions that's purely coincidental and not the root cause for a 2046 MQ Reason Code.
I'm working in a ... |
Topic: Exception during the createQueueConnection |
creacker
Replies: 21 Views: 19106
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 04, 2008 9:38 am Subject: Exception during the createQueueConnection |
I found my error : I was using 6.0 jar, and my server is a 5.3.
i'm a little bit surprise that there is no backward compatibility...
Thank you for you help |
Topic: Exception during the createQueueConnection |
creacker
Replies: 21 Views: 19106
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 04, 2008 8:43 am Subject: Re: Exception during the createQueueConnection |
Anyone knows what I've done wrong ?You've not captured the linked exception. This contains the reason code thrown by WMQ and indicates the specific problem, rather than this generic "well I tried ... |
Topic: Exception during the createQueueConnection |
creacker
Replies: 21 Views: 19106
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 03, 2008 9:20 pm Subject: Exception during the createQueueConnection |
I'm working in a local server, I'm not connecting to a remote server.
What value should I put in the SVRCONN channel value ???
Thank you for your help |
Topic: Exception during the createQueueConnection |
creacker
Replies: 21 Views: 19106
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 03, 2008 8:01 pm Subject: Exception during the createQueueConnection |
Hi,
I'm trying to connect to my local Websphere MQ server using the jms library but I have an exception...
My code
MQQueueConnectionFactory factory = new MQQueueConnectionFactory();
tr ... |