Re: JTA with durable topic

2016-05-11 Thread pwanner
I have tried to replace the JBoss TX manager by Atomikos and the behavior is the same, so it's not a problem related to JBoss. Does anyone use XA transaction with durable subscribers? -- View this message in context: http://activemq.2283324.n4.nabble.com/JTA-with-durable-topic-tp4711549p47118

JTA with durable topic

2016-05-04 Thread pwanner
Hi, I have configured Spring DefaultMessageListenerContainer to work with the Jboss TX manager in XA mode and with a queue destination it works fine, when throwing a RuntimeException in the listener the message is rolled back and redelivered 5 times before beeing sent to the DLQ. But when I try t

Re: JMSXGroupID timeout

2012-01-05 Thread pwanner
Is it also guaranteed with the Spring DefaultMessageListenerContainer when the number of active consumer can vary over the time? Regards -- View this message in context: http://activemq.2283324.n4.nabble.com/JMSXGroupID-timeout-tp3934661p4265945.html Sent from the ActiveMQ - User mailing list ar

Re: JMSXGroupID timeout

2012-01-04 Thread pwanner
It seems that I was wrong thinking that there will be one consumer for every groupId, but only a mapping between the groupId hash and the max available consumers, thus there is no real need for cleaning the mapping groupId-to-consumer. http://stackoverflow.com/questions/703659/activemq-message-gro

Re: JMSXGroupID timeout

2012-01-03 Thread pwanner
Hi Dejan, We also have the need of Message Group closing on a timeout as we never know in a message if this is the last one or not, thus we end up with a big amount of consumers as we use an order id as the groupId. Is there really no other way to close a consumer than from within the message (th

Re: How does prefetch work with client acknoledgements?

2011-08-12 Thread pwanner
Hi Martin, Thank you for your answer. It seems that the cache could be the source of the problem as Gary also pointed that out Gary Tully wrote: > > does the message appear as inflight to any consumer? What is the > inflight count on the destination? If it is >1 you should be able to > track i

Re: How does prefetch work with client acknoledgements?

2011-08-10 Thread pwanner
Hi, We have also an other broker (same very simple config master/slave on SAN) for an other app, with a queue and only one consumer that is configured with Camel (see config below), and this consumer also stop consuming messages, thus they say stuck in the queue. I used pretty much all the option

Re: How does prefetch work with client acknoledgements?

2011-07-28 Thread pwanner
Hi Gary, thank you for the answer. I have nothing yet to reproduce the problem. But thank you for giving a tip. According to your blog entry http://blog.garytully.com/2010/01/activemq-prefetch-and-asyncdispatch.html ActiveMQ prefetch , shoudn't the trackMessages property of the failover transp

Re: How does prefetch work with client acknoledgements?

2011-07-27 Thread pwanner
Hi everybody, I just had a server crash today and the slave ActiveMQ instance went active, and a message is stuck in the queue. The new messages are consumed but there is one that stays. This is very annoying... I use ActiveMQ 5.5.0 (same problem with 5.4.2) and Spring 3.0.5 as the consumer. Be

Re: Problem with ActiveMQ to Weblogic route

2011-07-14 Thread pwanner
You can follow the rest of the thread here http://camel.465427.n5.nabble.com/Problem-with-ActiveMQ-to-Weblogic-route-td4578300.html -- View this message in context: http://activemq.2283324.n4.nabble.com/Problem-with-ActiveMQ-to-Weblogic-route-tp3661981p3667682.html Sent from the ActiveMQ - User

Re: Problem with ActiveMQ to Weblogic route

2011-07-13 Thread pwanner
Actualy I found from where the error comes : The JNDI lookup to Weblogic return a weblogic.jms.common.DestinationImpl instance that is the Weblogic generic implementation for Queue and Topic. In the org.apache.activemq.command.ActiveMQDestination class the transform() method can obtain both a que

Problem with ActiveMQ to Weblogic route

2011-07-12 Thread pwanner
Hi everybody, I'm having trouble with a Camel route from ActiveMq to Weblogic. The use case is very simple, I have a Tomcat and an ActiveMq instance on the same server. The application in Tomcat is posting in the local ActiveMQ and the Camel route is forwarding the message to the queue in Webl