I concluded that it is a bug and filed
https://issues.apache.org/jira/browse/AMQ-6391.
-
---
Patrik Dudits
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Messages-piling-up-in-FailoverTranport-tp4715072p4715258.html
Sent from the ActiveMQ - User mailing list archive
Thank you, Martin,
this is indeed a result of heap dump analysis. Under normal conditions the
application
operates happilly with around 800MB of heap as can be seen in visualvm. In
these out
of memory situations, 1.2 - 1.6 GBs is allocated in that very object in the
description.
It is always this
Hello,
I'm facing a situation where client go OutOfMemory due to ever growing
transaction log in
FailoverTransport.stateTracker.connectionStates[one specific
connection].transactions.
The majority of recorded transactions contain three commands:
1. TransactionInfo BEGIN
2. The message the client
I ended up patching ServerSessionPoolImpl, so it would block and wait for the
session instead of releasing the connection. I even managed to cherrypick
the commit for you on top of 5.10:
https://github.com/pdudits/activemq/tree/sync-session-pool-5.10.0
Good luck!
-
---
Patrik Dudits
I take my statement back, the error occurred again. Is there anything I can
do to troubleshoot the problem
further?
-
---
Patrik Dudits
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Endpoint-factory-ClientID-problems-during-deployment-on-Glassfish-tp4667751p4667883.
It looks, that putting ?jms.watchTopicAdvisories=false in ServerUrl of
resource adapter was causing this.
I moved the setting to connection pool instead (as advisories caused
troubles only on sending messages to
temporary queues from remote brokers), and it appears that the server is now
able recov
Hello,
I've run into following issue with ActiveMQ 5.5.1 (fuse-10-16) on Glassfish
3.1.2.2,
two instances running embedded brokers that are connected over network
connector.
During startup of an application I'll get following exception for some of
the MDBs:
[#|2013-05-30T09:14:49.612+0200|WARNI