Re: First activeMQ use - help please

2015-10-30 Thread Bob M
ve trade takes place within seconds. But you suggestion of a time limit as well is well founded Thank you for your advice Bob M -- View this message in context: http://activemq.2283324.n4.nabble.com/First-activeMQ-use-help-please-tp4703506p4703536.html Sent from the ActiveMQ - User mai

Re: First activeMQ use - help please

2015-10-30 Thread Tim Bain
eption ex) { > System.out.println("JMS Exception occurred. Shutting down > client."); > } > } > > My question:- > Is it possible to enclose the "wait for a message' section of code in a > loop > which has as a maximum number, the no. of active consumers minus 1 ? > > i.e. I am trying to decide when I have received messages (one only) from > each of the other active consumers before continuing with the remainder of > the code > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/First-activeMQ-use-help-please-tp4703506.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

First activeMQ use - help please

2015-10-29 Thread Bob M
r a message' section of code in a loop which has as a maximum number, the no. of active consumers minus 1 ? i.e. I am trying to decide when I have received messages (one only) from each of the other active consumers before continuing with the remainder of the code -- View this message