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 B88821856A for ; Fri, 13 Nov 2015 19:17:58 +0000 (UTC) Received: (qmail 52206 invoked by uid 500); 13 Nov 2015 19:17:58 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 52163 invoked by uid 500); 13 Nov 2015 19:17:58 -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 Delivered-To: moderator for users@activemq.apache.org Received: (qmail 32629 invoked by uid 99); 13 Nov 2015 05:46:28 -0000 X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.287 X-Spam-Level: ** X-Spam-Status: No, score=2.287 tagged_above=-999 required=6.31 tests=[SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313, URI_TRY_3LD=0.001] autolearn=disabled Date: Thu, 12 Nov 2015 21:32:08 -0800 (PST) From: ma258110 To: users@activemq.apache.org Message-ID: <1447392728908-4703928.post@n4.nabble.com> Subject: ActiveMQ not able to handle message load MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi I am using Apache ActiveMQ 5.12. In my project the requirement is 1000s of clients will connect and send messages all at a time. My server application is able to accept 1000s of connection and store in database but while dumping those to ActiveMQ its showing error. Only after 10 to 15 messages the server app is throwing JMSException which is saying JMSConnection is down and after that it is not able to send any message to queue. Below is the message coming in the ActiveMQ console. "*jvm 1 | WARN | Async error occurred: javax.jms.JMSException: Transaction 'TX:ID:L-501800318-53077-1447330462832-1:1:2' has not been started.*" The producer has implemented ExceptionListener which override onException() and in the onException() i am reseting the JMSConnection. But not able to send data to queue. It's bit urgent and critical. Please guide me what can i do? Thanks In Advance. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-not-able-to-handle-message-load-tp4703928.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.