Author |
Message |
Topic: 2 phase commit with MQ BaseJava on Linux |
murali_bestha
Replies: 3 Views: 3811
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 19, 2004 6:39 pm Subject: 2 phase commit with MQ BaseJava on Linux |
On the MQSeries Base Java document ( a PDF file bundled along with the installable). |
Topic: 2 phase commit with MQ BaseJava on Linux |
murali_bestha
Replies: 3 Views: 3811
|
Forum: IBM MQ Java / JMS Posted: Thu Mar 18, 2004 9:29 pm Subject: 2 phase commit with MQ BaseJava on Linux |
Hi All,
Finally we found that the 2 phase commit is not supported in WebSphere MQ on Linux.
Regards
Murali |
Topic: 2 phase commit with MQ BaseJava on Linux |
murali_bestha
Replies: 3 Views: 3811
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 15, 2004 5:54 pm Subject: 2 phase commit with MQ BaseJava on Linux |
Hi,
Please help me. If anybody has implemented the on Linux i86 platform with WebSphere Base MQ Java. Our environment is as follows:
WebSphere MQ Server : Linux 2.4.18-14 (intel based)
Oracle ... |
Topic: MQQueueManager Database connections - pool |
murali_bestha
Replies: 1 Views: 1950
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 10, 2004 6:54 pm Subject: MQQueueManager Database connections - pool |
Hi,
Please clarify me whether the MQQueueManager's getJDBCConnection internally does a DB connection pooling or we need to explicitly implement the DB connection pooling ?
Thanks and Regards
Mu ... |
Topic: JRE Version for QueueManager's getJDBCConnection for 2PC |
murali_bestha
Replies: 3 Views: 4755
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 09, 2004 8:44 pm Subject: JRE Version for QueueManager's getJDBCConnection for 2PC |
Hi
Found the solutions. The problem was with the JDBC drivers. We have downloaded the latest classes12.zip available on the Oracle website and its working fine.
Thanks and Regards
Murali |
Topic: MQ Series 5.3/Oracle 9i/XA/Java (Error 2121) |
murali_bestha
Replies: 3 Views: 3223
|
Forum: General IBM MQ Support Posted: Mon Mar 08, 2004 7:31 pm Subject: MQ Series 5.3/Oracle 9i/XA/Java (Error 2121) |
Hi anand
Could you please let me know the following?
Ours system environment is :
Oracle9i on Solaris
Websphere MQ 5.3 on Windows 2K
JRE : 1.3.1_10
JDBC Driver : classes12.jar from Orac ... |
Topic: JRE Version for QueueManager's getJDBCConnection for 2PC |
murali_bestha
Replies: 3 Views: 4755
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 08, 2004 7:20 pm Subject: JRE Version for QueueManager's getJDBCConnection for 2PC |
Hi jefflowrey,
The WebSphere MQ base Java documentation says like this:
WebSphere MQ base Java supports the MQQueueManager.begin() method, which allows WebSphere MQ to act as a coordinator for a ... |
Topic: JRE Version for QueueManager's getJDBCConnection for 2PC |
murali_bestha
Replies: 3 Views: 4755
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 08, 2004 6:57 pm Subject: JRE Version for QueueManager's getJDBCConnection for 2PC |
Hi,
We have the following environment:
DB : Oracle9i on Solaris
Websphere MQ : on Windows 2K
JRE : 1.3.1_10
JDBC Driver : classes12.jar from Oracle
In a standalone java application, we ar ... |
Topic: SYNCPOINT and MQMO_MATCH_MSG_ID together |
murali_bestha
Replies: 1 Views: 2580
|
Forum: IBM MQ Java / JMS Posted: Sun Mar 07, 2004 11:07 pm Subject: SYNCPOINT and MQMO_MATCH_MSG_ID together |
Hi,
Folks, this got resolved luckily. Sorry to say that the problem was in our DB Server whioc was all of a sudden crashed and we were not actually thinking in that angle.
Regards
Murali |
Topic: SYNCPOINT and MQMO_MATCH_MSG_ID together |
murali_bestha
Replies: 1 Views: 2580
|
Forum: IBM MQ Java / JMS Posted: Sun Mar 07, 2004 10:09 pm Subject: SYNCPOINT and MQMO_MATCH_MSG_ID together |
Hi,
I am having an application that does a SYNCPOINT get. The requriement is, from the Queue only those messages with a mathcing messages must be fetched and processed. And this get must be done un ... |
Topic: MessageID to a message to put in a non-jms Q from JMS |
murali_bestha
Replies: 3 Views: 2688
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 03, 2004 3:54 pm Subject: MessageID to a message to put in a non-jms Q from JMS |
Hi EddieA,
Thanks for the info.
Is this possible if we use the JMS API provided by the WebSphere MQ?
Regards
Murali
With JMS you cannot set Message ID. JMS always generates it's own.
... |
Topic: MessageID to a message to put in a non-jms Q from JMS |
murali_bestha
Replies: 3 Views: 2688
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 03, 2004 12:36 am Subject: MessageID to a message to put in a non-jms Q from JMS |
Hi,
We have a requirement like this.
Through a JMS provider ( using JMS API), we send messages to a non-JMS Queue destination. But we need to set our own message ID, correlation ID and group id ... |
Topic: Equivakent of get method of MQBaseJava in JMS |
murali_bestha
Replies: 3 Views: 2788
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 18, 2004 6:07 pm Subject: Equivakent of get method of MQBaseJava in JMS |
Thanks EddieA for the reply.
If not browse versions, then what versions can we use?
Our requirement is there will be a thread (doesnt implement the MessageListener) continuosly polling at the ... |
Topic: Equivakent of get method of MQBaseJava in JMS |
murali_bestha
Replies: 3 Views: 2788
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 18, 2004 5:00 pm Subject: Equivakent of get method of MQBaseJava in JMS |
Hi,
Im MQBaseJava API, after accessing the queue, the get method removes the message from the queue. This way I can get the current depth of the Queue and get the messages in a loop. Is there any e ... |
Topic: Has anybody implemented 2-phse commit with Oracle? |
murali_bestha
Replies: 3 Views: 6431
|
Forum: IBM MQ Java / JMS Posted: Sun Feb 15, 2004 9:51 pm Subject: Has anybody implemented 2-phse commit with Oracle? |
Hi,
Please help me. We have the same requirement of two phase commit. I am unable to start the Queue Manager after registering the database resource.
My enironment is:
Java version "1.4.2_ ... |