Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B34BC1105B for ; Thu, 10 Jul 2014 11:18:31 +0000 (UTC) Received: (qmail 42495 invoked by uid 500); 10 Jul 2014 11:18:31 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 42446 invoked by uid 500); 10 Jul 2014 11:18:31 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 42432 invoked by uid 99); 10 Jul 2014 11:18:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2014 11:18:30 +0000 X-ASF-Spam-Status: No, hits=3.0 required=5.0 tests=FORGED_YAHOO_RCVD,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.250.139 is neither permitted nor denied by domain of vamsikrishna_tsss@yahoo.com) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2014 11:18:28 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1X5CM7-0000eF-2A for users@activemq.apache.org; Thu, 10 Jul 2014 04:17:39 -0700 Date: Thu, 10 Jul 2014 04:17:24 -0700 (PDT) From: vkcse To: users@activemq.apache.org Message-ID: <1404991044052-4683067.post@n4.nabble.com> Subject: Embedded ActiveMQ broker stopped MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am using ActiveMQ 5.9. In my application I have 3 embedded ActiveMQ brokers for producer queues. When I started my app 2 of them started successfully and other one not. Here is the exception it throws at the time of app start-up. javax.jms.JMSException: peer (vm://localhost_embed3#5) stopped. javax.jms.JMSException: peer (vm://localhost_embed3#5) stopped. at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:54) at org.apache.activemq.ActiveMQConnection.syncSendPacket(ActiveMQConnection.java:1405) at org.apache.activemq.ActiveMQSession.syncSendPacket(ActiveMQSession.java:1925) at org.apache.activemq.ActiveMQMessageProducer.(ActiveMQMessageProducer.java:125) at org.apache.activemq.ActiveMQSession.createProducer(ActiveMQSession.java:969) Can someone please help me with this. Thanks, Vamsi. -- View this message in context: http://activemq.2283324.n4.nabble.com/Embedded-ActiveMQ-broker-stopped-tp4683067.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.