Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 34300 invoked from network); 23 Jun 2006 14:53:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jun 2006 14:53:21 -0000 Received: (qmail 50597 invoked by uid 500); 23 Jun 2006 14:51:50 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 48951 invoked by uid 500); 23 Jun 2006 14:51:42 -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 44376 invoked by uid 99); 23 Jun 2006 14:51:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jun 2006 07:51:18 -0700 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of chirino@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jun 2006 07:28:12 -0700 Received: by ug-out-1314.google.com with SMTP id m3so1099994uge for ; Fri, 23 Jun 2006 07:27:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=kzSVnJL/5CCfuSTOMl09GEZ2olcITi0ZnjWZxwhcQ43BZrTa2j3bF7iHWZrZbSdX7JKIyzZ2W6U/zvs8qus7fdv0xhRZjxcH8qMy4PUfU5L36gGzTYtLQuhX4AoTD+MoOX2oj7l3k+ygw4elWacNTXN+9uCH4VFMHR8ZAos2ufA= Received: by 10.67.22.2 with SMTP id z2mr934437ugi; Fri, 23 Jun 2006 07:27:51 -0700 (PDT) Received: by 10.66.237.18 with HTTP; Fri, 23 Jun 2006 07:27:50 -0700 (PDT) Message-ID: Date: Fri, 23 Jun 2006 10:27:50 -0400 From: "Hiram Chirino" Sender: chirino@gmail.com To: activemq-users@geronimo.apache.org Subject: Re: Whether ActiveMQ supports mutiple connection at a same time In-Reply-To: <5012002.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5012002.post@talk.nabble.com> X-Google-Sender-Auth: 3ea2196fb80ba5c5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Could you provide a stack trace? On 6/23/06, Balakumar Narayanasamy wrote: > > In my application, there are multiple threads push messages to input queue. > These thread takes a file from a directory and add the file to input queue. > So i am using multi threading concept to read the file and pushing its name > to input queue. > Problem which i am facing is if number of file in directory is high, then my > JMS throws UNCategorized Exception named UNManagedConnectionException. If > increase my polling time relative to number of input files, i am not getting > that exception. But increasing polling time reduced my application > performance. > Currently i believe there is only one connection made to MQ at a time. > Kindly let me if there is any possibilty of openning a multiple connection > to MQ at a point of time. i.e., whether MQ can itself handle synchronization > when mutiple threads are acting on it. > Thanks in advance... > -- > View this message in context: http://www.nabble.com/Whether-ActiveMQ-supports-mutiple-connection-at-a-same-time-t1836329.html#a5012002 > Sent from the ActiveMQ - User forum at Nabble.com. > > -- Regards, Hiram Blog: http://hiramchirino.com