I am using ActiveMQ 4.0.1 along with spring 1.2.2 framework and connection
pooling is done by JCA. 

My application communicates to queue to pull and push message. My
application sends thousands of messages to input queue and other application
pulls from queue, do some processing and writes to another output queue. My
application reads from output queue. 
This process works fine when i deal within thousand request.
But when it goes beyond that i getting following exception

[2006-08-24 02:57:56] [ERROR]
org.springframework.jms.UNcategorizedJmsException: UNcategorized exception
occured during JMS processing; nested exception is java.net SocketException:
Broken pipe

javax.jms.JMSException: Broken pipe 
   at org.apache.activemq.util.JMSExceptionSupport.create
(JMSExceptionSupport.java:57)
   at org.apache.activemq.ActiveMQConnection.syncSendPacket
(ActiveMQConnection.java:1118)
   at
org.apache.activemq.ActiveMQConnection.ensureConnectionInfoSent(ActiveMQConnection.java:1196)
   at org.apache.activemq.ActiveMQConnection.start(ActiveMQConnection.java:
412)
   ...
   ...
 

-- 
View this message in context: 
http://www.nabble.com/How-to-restart-ACTIVEMQ-connection-in-spring-framework-tf2158023.html#a5961840
Sent from the ActiveMQ - User forum at Nabble.com.

Reply via email to