Queue has 3 consumers and all those are of other MQ network of brokers. Pre-fetch is 1000
In activemq.xml there is only one broker defined with NetworkConnectors as <networkConnectors> <networkConnector uri="static:(tcp://machine1:61616,tcp://machine2:61616,tcp://machine4:61616)"/> </networkConnectors> On Thu, Jan 24, 2013 at 2:21 PM, Christian Posta <christian.po...@gmail.com>wrote: > You'll need to post some more details... configs for the brokers, which > broker you're putting the message on, which broker has the consumers, etc. > > > On Thu, Jan 24, 2013 at 3:13 PM, Mohit Anchlia <mohitanch...@gmail.com > >wrote: > > > Could it be because of pre-fetch? It's set to 1000 and the messages are > > less than 800. Not sure if it has something to do with that and how it > > works with network of brokers. > > > > On Thu, Jan 24, 2013 at 1:42 PM, Mohit Anchlia <mohitanch...@gmail.com > > >wrote: > > > > > I use network of brokers and in the admin UI I see the connections to > > > other MQ serves. However, when I post a message to it never gets picked > > up > > > by other network of brokers. I thought messages were supposed to be > > flowing > > > to other MQ servers where clients are connected to. It has worked > before > > > but not sure why it's not working. > > > > > > > > > -- > *Christian Posta* > http://www.christianposta.com/blog > twitter: @christianposta >