|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQSeries and .Net transaction support |
« View previous topic :: View next topic » |
Author |
Message
|
prasannal |
Posted: Thu May 12, 2005 11:07 pm Post subject: MQSeries and .Net transaction support |
|
|
Apprentice
Joined: 04 Aug 2003 Posts: 44
|
Hi All,
Need to know if .Net/VB has API for MQSeries to handle transactions. JMS for MQ API provides API to do rollback and commits.
Thanks,
Plad |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri May 13, 2005 3:15 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Where have you looked for this information? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
prasannal |
Posted: Fri May 13, 2005 6:08 am Post subject: MQSeries and .Net transaction support |
|
|
Apprentice
Joined: 04 Aug 2003 Posts: 44
|
Hi,
MQJava has API providing javax.jms.QueueSession, which can call commit or rollback.
Does there exists MQ .Net API for the same.
Thnx.
Plad |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri May 13, 2005 6:13 am Post subject: Re: MQSeries and .Net transaction support |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
prasannal wrote: |
Hi,
MQJava has API providing javax.jms.QueueSession, which can call commit or rollback.
Does there exists MQ .Net API for the same.
Thnx.
Plad |
Have you looked yourself?
If so, not very well. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri May 13, 2005 10:39 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
You need to read up on the transactional model of .NET
You need as well to read up on the IBM MQ manual Using .NET
Enjoy  |
|
Back to top |
|
 |
dpchiesa |
Posted: Wed Jul 06, 2005 7:07 am Post subject: MQ, .NET , and transactions |
|
|
 Apprentice
Joined: 29 May 2002 Posts: 46
|
yes, the MQ classes for .NET work with the transaction manager in Windows. In the "Using .NET" doc, it talks about the EnterpriseServices model: inheriting from ServicedComponent, and doing work on MQ within that component. You can also use the "services without components" model, which is simpler in many cases. A C# example is here:
http://blogs.msdn.com/dotnetinterop/archive/2005/07/06/435864.aspx
The same stuff also works with VB.NET, and other .NET languages. _________________ -dpchiesa |
|
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
|
|
|
|