Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 14016 invoked from network); 7 Aug 2006 13:31:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Aug 2006 13:31:16 -0000 Received: (qmail 25482 invoked by uid 500); 7 Aug 2006 13:31:16 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 25464 invoked by uid 500); 7 Aug 2006 13:31:16 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 25448 invoked by uid 99); 7 Aug 2006 13:31:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Aug 2006 06:31:15 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [80.254.115.10] (HELO stc.donpac.ru) (80.254.115.10) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Aug 2006 06:31:14 -0700 Received: from ats-manager.stc.donpac.ru (new-ats-ats45.stc.donpac.ru [192.168.15.17]) by stc.donpac.ru (8.13.1/8.13.1/calex3.0.0.3) with ESMTP id k77DUola026321 for ; Mon, 7 Aug 2006 17:30:52 +0400 (MSD) (envelope-from prokopiev@stc.donpac.ru) Received: from localhost (localhost.localdomain [127.0.0.1]) by ats-manager.stc.donpac.ru (Postfix) with SMTP id 0AFC51E for ; Mon, 7 Aug 2006 17:30:50 +0400 (MSD) Received: from [192.168.46.2] (prokopiev.stc.donpac.ru [192.168.46.2]) by ats-manager.stc.donpac.ru (Postfix) with ESMTP id 2071511 for ; Mon, 7 Aug 2006 17:30:49 +0400 (MSD) Message-ID: <44D7411E.7030305@stc.donpac.ru> Date: Mon, 07 Aug 2006 17:33:18 +0400 From: Eugene Prokopiev User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.7.2) Gecko/20040808 X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: activemq-users@geronimo.apache.org Subject: One connection to AMQ in some transactions Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-DSPAM-Result: Whitelisted X-DSPAM-Processed: Mon Aug 7 17:30:49 2006 X-DSPAM-Confidence: 0.9899 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 239,44d7408944693885062572 X-DSPAM-Factors: 27, Received*Postfix+with, 0.01000, Is+it, 0.01000, To*activemq-users, 0.01000, or, 0.01000, Content-Type*text+plain, 0.01000, of, 0.01000, of, 0.01000, Content-Type*us-ascii, 0.01000, User-Agent*ru-RU+rv, 0.01000, Received*ESMTP, 0.01000, message, 0.01000, Date*Mon, 0.01000, User-Agent*X11+U, 0.01000, use, 0.01000, use, 0.01000, Content-Type*charset+us-ascii, 0.01000, Received*Aug+2006, 0.01000, Received*geronimo.apache.org+Mon, 0.01000, User-Agent*U, 0.01000, Received*Aug, 0.01000, messages, 0.01000, messages, 0.01000, Content-Type*plain, 0.01000, Eugene+Prokopiev, 0.01000, that, 0.01000, I+see, 0.01000, User-Agent*1.7.2, 0.01000 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I use this configuration - http://goopen.org/confluence/display/ACTIVEMQ/JMS+and+JDBC+operations+in+one+transaction I see that on every transaction separate connection to AMQ for sending message is opened and closed at the end of transaction. Is it possible to reuse one connection to AMQ for sending messages or use already established connection for consuming messages which is not closed at the and of transaction? -- Thanks, Eugene Prokopiev