Re: Activating consumer for each message groups

2014-07-15 Thread UcayaliFish
Hi, I've checked it once again and broker's web console shows 3 active consumers. TIA. Sergey -- View this message in context: http://activemq.2283324.n4.nabble.com/Activating-consumer-for-each-message-groups-tp4683066p4683266.html Sent from the ActiveMQ - User mailing list archive at Nabble

Re: Activating consumer for each message groups

2014-07-11 Thread UcayaliFish
ceposta wrote > Can you verify (JMX) that your consumer (are you using Camel? or straight > DMLC from spring?) is actually creating the requisite number of consumers > you're expecting? > > --SKIPPED-- I'm using DMLC. Is web console to broker sufficient? I believe it shows 3 consumers of the queu

Activating consumer for each message groups

2014-07-10 Thread UcayaliFish
Hi, I need some advice with message groups and I've failed to find a solution in the net. What I'm doing is accepting RTP audio from several sources and converting each RTP frame to JMS BytesMessage and sending it to ActiveMQ queue setting JMSXGroupID property according to audio origin. I use Sprin