Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 21574 invoked from network); 23 May 2008 01:15:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 May 2008 01:15:28 -0000 Received: (qmail 60500 invoked by uid 500); 23 May 2008 01:15:28 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 60471 invoked by uid 500); 23 May 2008 01:15:28 -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 60460 invoked by uid 99); 23 May 2008 01:15:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 May 2008 18:15:28 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.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; Fri, 23 May 2008 01:14:41 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JzLs0-00008J-P2 for users@activemq.apache.org; Thu, 22 May 2008 18:14:56 -0700 Message-ID: <17416851.post@talk.nabble.com> Date: Thu, 22 May 2008 18:14:56 -0700 (PDT) From: ipsi To: users@activemq.apache.org Subject: Re: Creating temporary connections from Javascript? In-Reply-To: <17415533.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: nzipsi@gmail.com References: <17415277.post@talk.nabble.com> <17415533.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Ok, here's my problem: AJAX can create and receive messages from dynamic Queues, but as far as I can tell, the Java code can't receive messages from it. It can send them, however! What's up with this? Am I not connecting to the AMQ Connection Factory? As far as I can tell, I am though. I'm not getting any form of error. It just doesn't pick them up. Could it be because it's an MDB, and an MDB can never receive messages other than from the Queue it's assigned to? Having said that, I've just realised this isn't a problem in any way, shape or form for me - all I wanted was for it to be able to send to the client, as it should never have to receive anything on these Queues. All hail the mighty internet! - Andrew -- View this message in context: http://www.nabble.com/Creating-temporary-connections-from-Javascript--tp17415277s2354p17416851.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.