Balancing messages

2013-12-20 Thread Rodrigo Ramos
Hello everybody Im reading about how to configure Failover transportation, but I can not find information about how to distribute in each one. Regards

Re: Competing consumers + redelivery policy

2013-12-20 Thread Gary Tully
I don't think that comment has been addressed. Can you raise a new issue to track that and if you have some simple test cases that can demonstrate/exercise that would be a great help. There are some new tests with the original commit that can provide templates. https://fisheye6.atlassian.com/chang

Re: Competing consumers + redelivery policy

2013-12-20 Thread gllambi
Hi tully! I tried the nonBlockingRedelivery=true and now it deliver but it doesn't take care about the redelivery policy. there was a comment made by Michael Piotrowski that explains the same problem. This issue was solved? Thanks! -- View this message in context: http://activemq.2283324.n4

Re: Size Limitation for tx.**tmp file

2013-12-20 Thread Sophia Wright
Yes, temp store limit could be used. Thanks for the reply. I will log the JIRA request. -- View this message in context: http://activemq.2283324.n4.nabble.com/Size-Limitation-for-tx-tmp-file-tp4675739p4675772.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Size Limitation for tx.**tmp file

2013-12-20 Thread Gary Tully
please raise an enhancement issue in jira to track this. I guess we could use the temp store limits for this... ie: have the tmp file size increment the temp store usage, which would then block the producer. On 20 December 2013 15:48, Sophia Wright wrote: > Hi Garry, > > But there should be a upp

Re: Size Limitation for tx.**tmp file

2013-12-20 Thread Sophia Wright
Hi Garry, But there should be a upper limit on the file size because it may be possible that a producer is sending messages using transaction and not able to commit it ( may be because of some issue or may be some code glitches or may be sending stuck in an infinite loop etc.) then it might fill t

Re: Why does connection id use broker host in case of STOMP clients?

2013-12-20 Thread Paul Gale
Hi Sophia, It's not clear to me how you intend to use the load balancer. Are you expecting it to route traffic to the appropriate broker based on client_id by inspecting messages or something else? Are multiple brokers expected to be active simultaneously or master/slave? Do you have to use a loa

Re: Competing consumers + redelivery policy

2013-12-20 Thread Gary Tully
see https://issues.apache.org/jira/browse/AMQ-1853 On 20 December 2013 13:42, gllambi wrote: > Hi guys! > > Is there a way to define a thread pool for normal message delivery and > another thread pool for message redelivery? > > I have a queue + redelivery policy and when three messages get locke

Competing consumers + redelivery policy

2013-12-20 Thread gllambi
Hi guys! Is there a way to define a thread pool for normal message delivery and another thread pool for message redelivery? I have a queue + redelivery policy and when three messages get locked for redelivery, no new messages are send by "normal" message delivery. I'm using AMQ with spring inte

Re: Size Limitation for tx.**tmp file

2013-12-20 Thread Gary Tully
that only hard limit is the available disk space On 20 December 2013 07:42, Sophia Wright wrote: > Hi, > > As discussed > http://activemq.2283324.n4.nabble.com/jira-Created-AMQ-4267-Huge-tx-tmp-file-in-the-kahadb-directory-td4662065.html#a4675449 > > This tmp files gets created when a transaction

Re: my inbound MDB is losing connection with MQ 5.8 (queue)

2013-12-20 Thread Gary Tully
can you provide some information from the activemq logs? There is no relevant activemq information in that stack trace that I can fathom? On 20 December 2013 09:05, kunal wrote: > please look into this issue. It is show stopper for us. > > > > -- > View this message in context: > http://activemq

Re: my inbound MDB is losing connection with MQ 5.8 (queue)

2013-12-20 Thread kunal
please look into this issue. It is show stopper for us. -- View this message in context: http://activemq.2283324.n4.nabble.com/my-inbound-MDB-is-losing-connection-with-MQ-5-8-queue-tp4675699p4675748.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

hawtio in AMQ 5.8

2013-12-20 Thread Jose MarĂ­a Zaragoza
Hello: I'm trying to enabled AMQ 5.8 to be instrumented by hawtio. So, as hawtio documentation says, I've added a jolokia agent ( javax/servlet/http/HttpServlet) to JVM But when I start AMQ server, an java.lang.NoClassDefFoundError error is thrown Without jolokia agent all works fine and I can c