Re: Message Groups and long running transactions

2015-07-07 Thread artnaseef
? -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-Groups-and-long-running-transactions-tp3499325p4698769.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Re: Message Groups and long running transactions

2015-06-24 Thread George K
Thanks Hiram, I am pretty sure I tried that, but since then I went with a custom approach so I can't verify it now. If I ever do, ill post back. -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-Groups-and-long-running-transactions-tp3499325p4698128.html Sent from

Re: Message Groups and long running transactions

2015-02-06 Thread Hiram Chirino
load balancing pretty much is broken for systems that can encounter one off long running transactions. -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-Groups-and-long-running-transactions-tp3499325p4691136.html Sent from the ActiveMQ - Dev mailing list archive

Re: Message Groups and long running transactions

2015-02-05 Thread George K
.nabble.com/Message-Groups-and-long-running-transactions-tp3499325p4691136.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Re: Message Groups and long running transactions

2011-05-09 Thread Dejan Bosanac
the group from the consumer and his messages would go to a new consumer. man thx -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-Groups-and-long-running-transactions-tp3499325p3503243.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Re: Message Groups and long running transactions

2011-05-09 Thread rbolen
for the long transaction. Another cool thing would be a client API to control the message groups association. I guess this is all non-standard so developing an API around it could be tricky. -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-Groups-and-long-running

Re: Message Groups and long running transactions

2011-05-09 Thread Dejan Bosanac
cool thing would be a client API to control the message groups association. I guess this is all non-standard so developing an API around it could be tricky. -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-Groups-and-long-running-transactions-tp3499325p3509284

Re: Message Groups and long running transactions

2011-05-06 Thread Dejan Bosanac
? Create a new consumer dynamically for large loads? Thanks, Rich -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-Groups-and-long-running-transactions-tp3499325p3499325.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Re: Message Groups and long running transactions

2011-05-06 Thread rbolen
So if I set prefetch to 0, it should work? i.e. the broker would immediately free the group from the consumer and his messages would go to a new consumer. man thx -- View this message in context: http://activemq.2283324.n4.nabble.com/Message-Groups-and-long-running-transactions

Message Groups and long running transactions

2011-05-05 Thread rbolen
-- View this message in context: http://activemq.2283324.n4.nabble.com/Message-Groups-and-long-running-transactions-tp3499325p3499325.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.