Re: activemq-client does not close properly connections to the broker

2014-05-15 Thread mtruchado
Thanks for your answer ActiveMQ provides a resource adapter. You can deploy a Resource Adapter under JBoss, in my case this is the one that I'm using: http://repository.jboss.org/nexus/content/groups/fs-public/org/apache/activemq/activemq-rar/5.8.0.redhat-60024/ A resource adapter is basically a

Re: activemq-client does not close properly connections to the broker

2014-05-15 Thread mtruchado
Hi again Now I got a stacktrace, because obviously this problem is not related to TcpTransport class at all, It just makes what It is designed to do, closing the Connection is something for that TcpTransport class has no responsibility. Here is the stack trace: Daemon Thread [IdleRemover] (Suspen

Re: activemq-client does not close properly connections to the broker

2014-05-14 Thread mtruchado
Hi @tabish121: I'm using RedHat AM-Q 6.0 which contains inside AcitveMQ 5.8, this is a product certificated for production environment, and I'm evaluating It. ActiveMQ 5.8 is a finalized product that should be stable and contain the less number of bugs possible. I'm not interested in the trunk. @

Re: activemq-client does not close properly connections to the broker

2014-05-13 Thread mtruchado
Hi again, I got some more time to dig into this, I found the place where It is happening I have here the sources for activemq-client 5.8.0.redhat-60024 (please note that I'm using JBoss AMQ 6.0, this is a product released by RedHat that uses internally Activemq 5.8.0) The sources that I'm using

Re: activemq-client does not close properly connections to the broker

2014-05-13 Thread mtruchado
IMHO I have here one candidate class ActiveMQConnection: The method stop() is called on my stacktrace on the method close(), so first try to close the ActiveMQ connection, then the transport (which is good). The method stop() looks like this: @Override public void stop() throws JMSExcep

activemq-client does not close properly connections to the broker

2014-05-12 Thread mtruchado
Hi This is my configuration: client: JBoss using ActiveMQ resource adapter, which uses activemq-client 5.8.0 broker: ActiveMQ 5.8.0 The connection string is a failover between two different brokers, using openwire each openwire connection string is using the default configuration, this is, the

Re: activemq-client does not close properly connections to the broker

2014-05-12 Thread mtruchado
Hi Thanks for your answer, I will do It next week and tell you about my findings. -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-client-does-not-close-properly-connections-to-the-broker-tp4681005p4681007.html Sent from the ActiveMQ - User mailing list archive a