Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 9139 invoked from network); 25 May 2010 13:52:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 May 2010 13:52:44 -0000 Received: (qmail 52063 invoked by uid 500); 25 May 2010 13:52:44 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 52019 invoked by uid 500); 25 May 2010 13:52:44 -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 52010 invoked by uid 99); 25 May 2010 13:52:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 May 2010 13:52:44 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 May 2010 13:52:37 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OGuYK-0001uJ-CS for users@activemq.apache.org; Tue, 25 May 2010 06:52:16 -0700 Message-ID: <28668647.post@talk.nabble.com> Date: Tue, 25 May 2010 06:52:16 -0700 (PDT) From: zzcat To: users@activemq.apache.org Subject: ActiveMq integration with Spring 2.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: evolye@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org I am using ActiveMq 5.32 with Spring 2.5.5. I use pretty generic configuration, as long as I include the jmsTransactionManager in DefaultMessageListenerContainer, Spring throw an error on start up: "Error creating bean with name 'org.springframework.jms.listener.DefaultMessageListenerContainer#0'" Without the transactionManager attribute , this works fine, but when I add 10 message to the message queue, a transaction exception will occur. Part of my configurations : Does this version of Spring and Activemq has some know issues in integration ? Or do I need additional libs to get jmsTransactionManager to work ? -- View this message in context: http://old.nabble.com/ActiveMq-integration-with-Spring-2.5-tp28668647p28668647.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.