Author |
Message |
Topic: MQ Explorer v6 weirdness |
mbw
Replies: 4 Views: 4565
|
Forum: General IBM MQ Support Posted: Mon Mar 13, 2006 6:16 am Subject: MQ Explorer v6 weirdness |
CSD1 required as well. |
Topic: MQ Explorer v6 weirdness |
mbw
Replies: 4 Views: 4565
|
Forum: General IBM MQ Support Posted: Mon Mar 13, 2006 6:14 am Subject: MQ Explorer v6 weirdness |
With regards to getting Java exits to work with the explorer...
Say the classname of the exit is com.mycompany.myexit then put this exit in the c:\program files\ibm\websphere mq\exits as a unzippe ... |
Topic: Which if any JDK ship with the base products? |
mbw
Replies: 2 Views: 2015
|
Forum: IBM MQ Java / JMS Posted: Tue Feb 07, 2006 6:34 am Subject: Which if any JDK ship with the base products? |
With WMQ v6.0 a 1.4.2 JDK is shipped with those platforms. |
Topic: MQ Base Java API Documentation? |
mbw
Replies: 5 Views: 5712
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 25, 2006 12:01 pm Subject: MQ Base Java API Documentation? |
Yes, the API docs for the JMS classes and MQ Classes for Java are in that file. They in the normal JavaDoc format.
MBW |
Topic: JMS and syncpoint |
mbw
Replies: 5 Views: 5384
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 05, 2006 3:25 am Subject: JMS and syncpoint |
The Trasnactional Client License purchase is really needed when you want to do transactional work on a client (i.e. tcp/ip) connection.
If you are using a bindings connection then the 'normal' clie ... |
Topic: Jar files to be used |
mbw
Replies: 3 Views: 3586
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 03, 2006 8:49 am Subject: Jar files to be used |
Keep in mind though that just copying the JAR files puts you in an unsupported configuration of the code.
The full client (with HP-UX) support can be downloaded separately here http://www-1.ibm.co ... |
Topic: RRS Feeds for MQSeries.net |
mbw
Replies: 1 Views: 1721
|
Forum: General Discussion Posted: Thu Jul 07, 2005 11:16 pm Subject: RRS Feeds for MQSeries.net |
Hi,
I wondered if adding a RSS feed for the forums had been considered at all? I admit to being a an of RSS feeds and find that I'm able to keep up-to-date with a number of different websites far ... |
Topic: Where can I find the MQ Series API JavaDoc (JMS) |
mbw
Replies: 9 Views: 9503
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 06, 2005 11:46 pm Subject: Where can I find the MQ Series API JavaDoc (JMS) |
In a WMQ v6 installation look for a file called mqjmsapi.jar
If you extract this file you will get a complete set of JavaDoc.
On Windows for example this file would be in say...
D:\Program ... |
Topic: Using WMQ to cordinate JDBC transaction with base classes |
mbw
Replies: 3 Views: 2802
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 17, 2005 8:05 am Subject: Using WMQ to cordinate JDBC transaction with base classes |
Yes - HP-UX is there - check the readme for CSD6 or later.
There's some stuff in the v6 readme that is worth reading as well. |
Topic: MQ JMS API |
mbw
Replies: 1 Views: 2244
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 04, 2005 11:33 pm Subject: MQ JMS API |
Try going to http://www-306.ibm.com/software/integration/mqfamily/library/manualsa/manuals/crosslatest.html
and looking for the WebSphere MQ Using Java book. This covers both the WMQ Java API and the ... |
Topic: XA: ReasonCode 2121 at qMgr.begin() |
mbw
Replies: 8 Views: 10054
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 11, 2005 1:27 am Subject: XA: ReasonCode 2121 at qMgr.begin() |
The switch library you have in the qm.ini file 'oraswit_9' isn't the one you want to use if you plan on using the JDBC/XA function.
Try the jdbcora one instead. This needs to be built - check the ... |