Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 9333 invoked from network); 10 Apr 2006 07:47:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Apr 2006 07:47:42 -0000 Received: (qmail 4037 invoked by uid 500); 10 Apr 2006 07:47:42 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 3909 invoked by uid 500); 10 Apr 2006 07:47:41 -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 3900 invoked by uid 99); 10 Apr 2006 07:47:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Apr 2006 00:47:41 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of james.strachan@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO uproxy.gmail.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Apr 2006 00:47:39 -0700 Received: by uproxy.gmail.com with SMTP id m3so546925ugc for ; Mon, 10 Apr 2006 00:47:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NFthuUN594mexYFej5AfZIjAiF6nJhswA0t8GAe8/lo/kT4deHoYuHV4ZQd21iacUPqeEiQgnqZQpoCyWngrfbd7Q1cQRd6wTR1WZmb6HhhqHbeNVdvX/2SjRjFU5IGjI/VVPBr9HEuiAXb/z50ZFMpcS9nzo7PfGyXIpH3QbEc= Received: by 10.78.56.19 with SMTP id e19mr18354hua; Mon, 10 Apr 2006 00:47:18 -0700 (PDT) Received: by 10.78.27.13 with HTTP; Mon, 10 Apr 2006 00:47:18 -0700 (PDT) Message-ID: Date: Mon, 10 Apr 2006 08:47:18 +0100 From: "James Strachan" To: activemq-users@geronimo.apache.org Subject: Re: EOFException In-Reply-To: <3833563.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <3822624.post@talk.nabble.com> <3833563.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 4/9/06, Wayne1285 wrote: > > Good idea! There is a firewall on both ends. I checked the blocked statu= s on > my end and it is blocking the communications stating that there is no > session. Is the [socket] session created only once, even though I am doi= ng > opens and closes? The socket is created once for each Connection, then closed when the connection is closed. > I assume there is some socket pooling going on, is that > what the Scheduler is doing? No, there is no socket pooling. Since the socket lives for the duration of the connection, you can pool connections if you wish. -- James ------- http://radio.weblogs.com/0112098/