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
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
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo