Author |
Message |
Topic: Question on Connection Pooling |
MQDeveloper
Replies: 0 Views: 1661
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 16, 2005 10:51 am Subject: Question on Connection Pooling |
If I create an MQSimpleConnectionManager object and use it to open connections to the QMgr, when I disconnect, is the actual connection being left open and stored in a pool until the timeout is reach ... |
Topic: Problem getting CCSID from QMgr |
MQDeveloper
Replies: 9 Views: 5432
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 14, 2005 7:03 am Subject: Problem getting CCSID from QMgr |
So is channel conversion necessary? I worked on a system several years ago using an older version of MQSeries going from Unix to a mainframe and we were required to use channel conversion.
Is thi ... |
Topic: Problem getting CCSID from QMgr |
MQDeveloper
Replies: 9 Views: 5432
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 14, 2005 6:36 am Subject: Problem getting CCSID from QMgr |
Should I also code GMO_CONVERT on the PUT method or is that done automatically? I am using a SVRCONN channel so there is no data conversion on the channel. |
Topic: Problem getting CCSID from QMgr |
MQDeveloper
Replies: 9 Views: 5432
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 13, 2005 2:06 pm Subject: Problem getting CCSID from QMgr |
In the Application Programming Guide (Chapter 3), the section "Format of Message Data", it states that when I get a message from the queue, I should compare the CCSID of the QMgr against my expected ... |
Topic: Problem getting CCSID from QMgr |
MQDeveloper
Replies: 9 Views: 5432
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 13, 2005 1:44 pm Subject: Problem getting CCSID from QMgr |
I have written a Java client application that connects to a queue manager and puts and gets messages to/from queues.
Up until now, I've been testing only on Windows but I am required to support mul ... |
Topic: Cipher Spec mismatch problem between client and server |
MQDeveloper
Replies: 1 Views: 4933
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 07, 2005 8:16 am Subject: Cipher Spec mismatch problem between client and server |
I am experiencing a problem with the Cipher Specs / Suites that I am defining on both ends of the channel.
Specifically, I define Cipher Spec "TRIPLE_DES_SHA_US" (which maps to the "SSL_RSA_WITH_ ... |
Topic: Correct / legal way to distribute a Java client to customers |
MQDeveloper
Replies: 4 Views: 4680
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 21, 2005 6:54 am Subject: Correct / legal way to distribute a Java client to customers |
I am in the process of adding the ability within my Java-based applications to access (i.e., PUT & GET) to MQSeries (WebSphere MQ) queues. I am just using the MQ Java base classes from com.ibm.mq ... |