Re: Queue hanging with n to n network of brokers

2016-03-20 Thread Lucas Dias
Hello again, I've done exhaustive testing and I ended up finding this URL: https://issues.apache.org/jira/browse/AMQ-3446?jql=status%20in%20(Open%2C%20%22In%20Progress%22)%20AND%20text%20~%20%22network%20of%20broker%22 The case is the same one as the one I've set up. I would like to focus the fo

Re: Queue hanging with n to n network of brokers

2016-03-09 Thread Lucas Dias
I've removed the failover and used only tcp, as in: static:tcp://myip.sample:61616. I see the same problem. I've tried also to follow the stuck messages session, even before I started this thread. I've followed the instructions and included the configs from that post (by setting a networkBridgeFil

Re: Queue hanging with n to n network of brokers

2016-03-08 Thread Lucas Dias
Hello, After many testing, it seems to work fine when reseting the broker. I've included a reboot step in my recipe to run when a broker comes up or down, indeed I've seen the network work again. It looks like the runtime plugin does not fully restores the broker network when reloading the file.

Queue hanging with n to n network of brokers

2016-02-15 Thread Lucas Dias
Hello, I would like to discuss the following scenario: I have a 4 broker network, each one connects to the other. All the connections are static, I use the runtineConfiguration plugin to poll the file for broker addition and removal. The activemq.xml can be changed by chef dynamically. When I s

Producer blocking on transacted message

2013-12-17 Thread Lucas Dias
Dear fellows, I am trying to produce messages in batch (using transactions) on a producer. I've set the ActiveMQSession as a non transacted Session (Session.Non_transacted) and attempted to commit on every group of 50 messages. However, considering a few situations we usually face here (package b