Re: Problem Consuming from queue with more than one consumer

2016-07-21 Thread Tim Bain
er one I start first consumes and the second > one > blocks until > I stop this first consumer. > > Etienne > > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Problem-Consuming-from-queue-with-more-than-one-consumer-tp4714196p4714212.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: Problem Consuming from queue with more than one consumer

2016-07-21 Thread etiennet123
-queue-with-more-than-one-consumer-tp4714196p4714212.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Problem Consuming from queue with more than one consumer

2016-07-20 Thread Tim Bain
catch (Exception dd) > { > > > } > } > > } > } > > > > > > StopThread2 = false; > } > > private void timer1_Tick(object sender, EventArgs e) > { > lblStatus1.Text = ConsumeCount1.ToString(); > lblStatus2.Text = ConsumeCount2.ToString(); > } > > } > } > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Problem-Consuming-from-queue-with-more-than-one-consumer-tp4714196.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Problem Consuming from queue with more than one consumer

2016-07-20 Thread etiennet123
lblStatus2.Text = ConsumeCount2.ToString(); } } } -- View this message in context: http://activemq.2283324.n4.nabble.com/Problem-Consuming-from-queue-with-more-than-one-consumer-tp4714196.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.