Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 82508 invoked from network); 16 Mar 2008 17:03:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Mar 2008 17:03:32 -0000 Received: (qmail 60008 invoked by uid 500); 16 Mar 2008 17:03:28 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 59974 invoked by uid 500); 16 Mar 2008 17:03:28 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 59963 invoked by uid 99); 16 Mar 2008 17:03:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Mar 2008 10:03:28 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [98.136.44.63] (HELO smtp108.prem.mail.sp1.yahoo.com) (98.136.44.63) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 16 Mar 2008 17:02:38 +0000 Received: (qmail 49606 invoked from network); 16 Mar 2008 17:02:57 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=F+x4/AXGDpipENt4jdcNIlJSSLXiJ/K0komJdkGjg2+FS4FK8Ps6XKTlR6MyuSC9EDoauU3KwJvWR01v7eHwNmn/9X5SOhNl4sItABn5tJlHW8eiJbMQpdHBQH/A0lNaT6pMxdCTZU65hptINScSx+NY+SMIK3Gl/URb35JhjcI= ; Received: from unknown (HELO ?192.168.1.109?) (david_jencks@67.102.173.8 with plain) by smtp108.prem.mail.sp1.yahoo.com with SMTP; 16 Mar 2008 17:02:57 -0000 X-YMail-OSG: czmLMnMVM1kCs2T_epz._xZQ1NAPPQl8OtqxoE0TjFrj4XTxklA8JEgpZQE7vx68JRZO1_moLKtYBKXWc.xq8XCk2WuVHM1psxpVprj_SR2Eev8zNi4- X-Yahoo-Newman-Property: ymail-3 Mime-Version: 1.0 (Apple Message framework v753) In-Reply-To: <16080967.post@talk.nabble.com> References: <16080967.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: What is in-memory operation for JMS Date: Sun, 16 Mar 2008 10:03:45 -0700 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.753) X-Virus-Checked: Checked by ClamAV on apache.org On Mar 16, 2008, at 9:36 AM, newbie-gero wrote: > > Hi lists, > i have read up about Geronimo and i read that JMS provider may be > configured > for in-memory operation for maximum > performance, > > May i know what does it mean by in-memory operation ActiveMQ has quite a few transports. The fastest is the vm in-memory transport. You select it by specifying a vm:localhost?async=true URI in the resource adapater or broker connector configuration. Unfortunately there's a bug in released activemq versions with vm transport that can produce a deadlock when used with transacted message delivery. See https://issues.apache.org/activemq/browse/ AMQ-1438. thanks david jencks > > Thanks > -- > View this message in context: http://www.nabble.com/What-is-in- > memory-operation-for-JMS-tp16080967s134p16080967.html > Sent from the Apache Geronimo - Users mailing list archive at > Nabble.com. >