You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Jamie McCrindle <ja...@gmail.com> on 2006/10/18 17:45:58 UTC

transaction timeout

hi all,

what's the default transaction timeout and how do a configure it?

cheers,
j.

Re: transaction timeout

Posted by Jamie McCrindle <ja...@gmail.com>.
thanks James,

it was JMS transactions i was looking at.

cheers,
j.

On 10/18/06, James Strachan <ja...@gmail.com> wrote:
> On 10/18/06, Jamie McCrindle <ja...@gmail.com> wrote:
> > hi all,
> >
> > what's the default transaction timeout and how do a configure it?
>
> For JTA transactions, its up to your transaction manager to decide.
>
> For JMS transactions, there's no transaction timeout (since they
> generally don't affect anyone else but your session, so its up to you
> when to commit() / rollback()).
>
> --
>
> James
> -------
> http://radio.weblogs.com/0112098/
>

Re: transaction timeout

Posted by HellKnight <he...@foxmail.com>.
Hi Mr. Strachan:
you said "For JMS transactions, there's no transaction timeout (since they
generally don't affect anyone else but your session, so its up to you
when to commit() / rollback()). "

So I suppose you are suggesting that there is a way we can set up jms
transaction timeout manually. I wonder exactly how to achieve that. Can you
give me some tips? thanks !



--
View this message in context: http://activemq.2283324.n4.nabble.com/transaction-timeout-tp2349001p4671017.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: transaction timeout

Posted by James Strachan <ja...@gmail.com>.
On 10/18/06, Jamie McCrindle <ja...@gmail.com> wrote:
> hi all,
>
> what's the default transaction timeout and how do a configure it?

For JTA transactions, its up to your transaction manager to decide.

For JMS transactions, there's no transaction timeout (since they
generally don't affect anyone else but your session, so its up to you
when to commit() / rollback()).

-- 

James
-------
http://radio.weblogs.com/0112098/