ActiveMQ transport fails with EOFException on localhost

2011-02-03 Thread Martin C.
Hi, lately I recognize sporadic EOFExceptions while being connected to the broker which runs on localhost (activemq1). 2011-02-03 13:44:14,200 [ActiveMQ Transport: ssl://activemq1/127.0.0.1:61617] WARN org.apache.activemq.transport.failover.FailoverTransport  - Transport (activemq1/127.0.0.1:6161

HTTP transport - consumers do not receive messages

2011-02-03 Thread lukast
Hi, I am using ActiveMQ 5.4.2 and HTTP transport. On server A there is a web application with embeded ActiveMQ broker.(Tomacat Web Container) On server B there is ActiveMQ client application configured using Spring DefaultMessageListenerContainer. (Tomcat Web Container) After startup of both ser

Re: Erratic JMSException Peer (vm://localhost#1) disposed

2011-02-03 Thread Albrecht Militzer
Sorry, forgot the stack trace: Caused by: javax.jms.JMSException: Peer (vm://localhost#1) disposed. at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:62) ~[activemq-core-5.4.2.jar:5.4.2] at org.apache.activemq.ActiveMQConnection.doAsyncSendPacket(Acti

Erratic JMSException Peer (vm://localhost#1) disposed

2011-02-03 Thread Albrecht Militzer
Hello, it seems my transports are disposing now and then for no apparent reason. Erratically, I get an JMSException Peer (vm://localhost#1) disposed. I got inspired here (http://forum.springsource.org/archive/index.php/t-39820.html) to to change my transport definition from vm://localhost to tc