Hi,
I am using 5.5.0. When running on 64bit ubuntu on EC2, I have 30 connections via pyactivemq on same host. They connect fine. get messages.

Shortly later (like couple minutes) all the connections disappear with this exception in the activemq log (many of them).

2011-06-22 00:36:10,394 | INFO | Transport failed: org.apache.activemq.transport.InactivityIOException: Channel was inactive for too (>30000) long: /127.0.0.1:54146 | org.apache.activemq.broker.TransportConnection.Transport | InactivityMonitor Async Task: java.util.concurrent.ThreadPoolExecutor$Worker@207a8313

I see from Go*gle that this has been a bug in the past. I've tried various remedies. Nothing works.

Any help is greatly appreciated. I can't get ActiveMQ to function for more than a couple minutes because of this.

Darren

my connect URI:
tcp://host:port?wireFormat=openwire&wireFormat.maxInactivityDuration=0

Reply via email to