|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQBegin in Java |
« View previous topic :: View next topic » |
Author |
Message
|
jmac |
Posted: Sat Jul 07, 2001 7:06 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I need to write a transacted application in Java. I am unsure of MQBegin, the doc seems to imply that this is done automatically, but I am unsure. Can anyone confirm this for me?
Thanks
_________________ John McDonald
RETIRED |
|
Back to top |
|
 |
kolban |
Posted: Sat Jul 07, 2001 7:45 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2001 Posts: 1072 Location: Fort Worth, TX, USA
|
John,
I am not 100% sure about this but if your transaction wishes to encompass a database, you are currently limited to using MQ under IBM' Websphere environment.
However, if all you wish to do is put/get under transacational control (i.e. the only participant is MQSeries) then if you can invoke the begin() method of the MQQueueManager class.
This will only work if you use the "bindings" interface to MQSeries and not connect your Java application to the queue manager as a client. |
|
Back to top |
|
 |
mpammidi |
Posted: Mon Jan 07, 2002 9:29 am Post subject: |
|
|
Newbie
Joined: 07 Oct 2001 Posts: 8 Location: Toronto
|
Is this mean we can't use MQBEGIN verb when using weblogic. Suppose, if i want to update the database based on a value from replyHeader is it possible with MQBEGIN and MQCLOSE to commit the whole transaction or rollback entire transaction weblogin being the app server ? Thanks in advance |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|