ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » when to use property co-ordinated transaction in bar file

Post new topic  Reply to topic
 when to use property co-ordinated transaction in bar file « View previous topic :: View next topic » 
Author Message
vijayakumar
PostPosted: Mon Mar 28, 2011 10:47 pm    Post subject: when to use property co-ordinated transaction in bar file Reply with quote

Centurion

Joined: 01 Aug 2010
Posts: 101

which is more effective of using globally coordinated transaction or partially transaction?. In which scenario we need to use globally coordinated transaction?
Back to top
View user's profile Send private message
lancelotlinc
PostPosted: Tue Mar 29, 2011 4:27 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

In most situations, you would not turn transactionality on. You would set transactionality to off.

This is because most transactions require compensation to reverse pieces of work and this compensation is usually more complicated than a simple rollback.

Also, if you have a flow with Request-Response, where there is MQInput, MQOutput, and MQGet, you will notice it will timeout if transactionality is on. Because the flow cannot retrieve the message from the reply queue , even when it is there.

Each business case is different. Transactionality , as implemented in Broker, is a low-intelligence offering that can be used sometimes. More often than not, you need higher intelligence to figure things out and take the right actions.
_________________
http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER
Back to top
View user's profile Send private message Send e-mail
zpat
PostPosted: Tue Mar 29, 2011 5:25 am    Post subject: Reply with quote

Jedi Council

Joined: 19 May 2001
Posts: 5866
Location: UK

I have to disagree. Transactional integrity and rollback is one of the strongest features of MQ and WMB.

If you make MQ callouts inside the flow, these need to be outside the unit of work.

However most message flows should be transactional overall - certainly if you are dealing with MQ and databases, these can all take part in global unit of work (XA).

Use of non-transactional protocols is of course at your own risk.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » when to use property co-ordinated transaction in bar file
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.