Re: What methods have people used to overcome race conditions?

2016-08-30 Thread Matt Pavlovich
Josh- There are established patterns for managing race conditions in distributed computing-- ActiveMQ or other, the approach is the same. A messaging system, such as ActiveMQ, is a solid part of the solution of sending messages from system A to B and avoiding race conditions by solving for

Re: What methods have people used to overcome race conditions?

2016-08-30 Thread joshhendo
s can apply to. Once again thanks for taking the time to reply. Cheers, Josh -- View this message in context: http://activemq.2283324.n4.nabble.com/What-methods-have-people-used-to-overcome-race-conditions-tp4715676p4715984.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: What methods have people used to overcome race conditions?

2016-08-21 Thread Tim Bain
new to the Active MQ > community. > > I'm doing a research project on different ways that people have overcome > race conditions when using message queues. As such, I'm looking to do an > informal survey throughout various communities that use message queues, to > find out wha

What methods have people used to overcome race conditions?

2016-08-19 Thread joshhendo
Hi Everyone, Firstly, I just wanted to quickly say hi as I'm new to the Active MQ community. I'm doing a research project on different ways that people have overcome race conditions when using message queues. As such, I'm looking to do an informal survey throughout various commu

Re: Race conditions

2009-11-08 Thread Bruce Snyder
On Sun, Nov 8, 2009 at 6:33 AM, Wais wrote: > > Hi, > > I've got one machine (x) publish to activemq where there are 2 subscribers > (y, z). y is a databse that logs all the events as they happen within this > system, the z is a machine which acts in response to messages published by > x. > > So,

Race conditions

2009-11-08 Thread Wais
Thanks, Wais -- View this message in context: http://old.nabble.com/Race-conditions-tp26254217p26254217.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.