Author |
Message |
Topic: Base Java MQ classes and SSL |
tony4ever
Replies: 40 Views: 41808
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 12, 2007 12:15 am Subject: Base Java MQ classes and SSL |
mqmike,
Steps:
(1) creating a JKS keystore
- if you have a PKCS12 certfile you can use the GSKit when creating keystore:
gsk6cmd -keydb -create -db key.jks -type jks -pw mq123
gsk6cmd -cert -im ... |
Topic: Error Opening queue manager 2 2009 |
tony4ever
Replies: 11 Views: 10601
|
Forum: IBM MQ Java / JMS Posted: Sun Jan 07, 2007 5:57 pm Subject: Error Opening queue manager 2 2009 |
Thank you all guys! Finally it can be through create new Server channel fix the error, just like what you said, there is nothing can do for code!
Thanks again! |
Topic: Error Opening queue manager 2 2009 |
tony4ever
Replies: 11 Views: 10601
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 04, 2007 4:12 am Subject: Error Opening queue manager 2 2009 |
You'll find the Clients manual (and all the others) at:
Thanks Vitor! |
Topic: Error Opening queue manager 2 2009 |
tony4ever
Replies: 11 Views: 10601
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 04, 2007 4:10 am Subject: Error Opening queue manager 2 2009 |
Specify the transport in the MQ.Environment.
Read the MQ Client Manual
fjb_saper,
Still not work! En... any more suggestion? (add : MQEnvironment.properties.put(MQC.TRANSPORT_PRO ... |
Topic: Error Opening queue manager 2 2009 |
tony4ever
Replies: 11 Views: 10601
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 04, 2007 3:24 am Subject: Error Opening queue manager 2 2009 |
FJ - This is not JMS code, I don't think the MQEnvironment needs the transport set.
tony4ever - you've got a very common return code. There's been lots of discussion on what to do when it is recei ... |
Topic: Error Opening queue manager 2 2009 |
tony4ever
Replies: 11 Views: 10601
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 04, 2007 3:20 am Subject: Error Opening queue manager 2 2009 |
Specify the transport in the MQ.Environment.
Read the MQ Client Manual
Thanks so much fjb_saper, but can you elaborate a little bit? coz I am new to mq, so how to specify the tran ... |
Topic: Error Opening queue manager 2 2009 |
tony4ever
Replies: 11 Views: 10601
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 04, 2007 2:55 am Subject: Error Opening queue manager 2 2009 |
Dear all,
I am working on a mq utility, and I use client mode to connect the queueManager, but I always faild with below error,so any suggestion?
" 05:46:05:Completion Cod ... |