Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 75027 invoked from network); 25 Apr 2007 09:30:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Apr 2007 09:30:15 -0000 Received: (qmail 42627 invoked by uid 500); 25 Apr 2007 09:30:22 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 42370 invoked by uid 500); 25 Apr 2007 09:30:21 -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 42360 invoked by uid 99); 25 Apr 2007 09:30:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 02:30:21 -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 (herse.apache.org: domain of james.strachan@gmail.com designates 64.233.184.227 as permitted sender) Received: from [64.233.184.227] (HELO wr-out-0506.google.com) (64.233.184.227) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 02:30:14 -0700 Received: by wr-out-0506.google.com with SMTP id 57so144975wri for ; Wed, 25 Apr 2007 02:29:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=b6/swxbBxREzmNxw6twn4HwcupKlyEgdRlRsSe0D/BLPDA/Cwc4NT8Sly7B7RHCes3oBVFr+7FLC/UAbmEf9t2MvAjHm3G1lS+8zPFupVlCzXJIXdr94Ia/ZECLsSRF31Not/iPvX0xH9CA7h9r5/HijmNTdOgtOdqQr2SruDjE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nMsnGy0Tin2hxAo15awaNKRyaJV1HiFfW5rmSFtEzGQrRxa0ZjPRQnrcob8I0hQE6Uz51nLhUzHzMWcCy/cSKaSqPrCFXrVg/nDSNxoJgmGn79bSF1MD022Db9/ttb+8E8IcvQyzMV18b6GjgpAKfwD8AwrrZ1NerC+dyDrJmsI= Received: by 10.90.87.5 with SMTP id k5mr296056agb.1177493393573; Wed, 25 Apr 2007 02:29:53 -0700 (PDT) Received: by 10.90.67.18 with HTTP; Wed, 25 Apr 2007 02:29:53 -0700 (PDT) Message-ID: Date: Wed, 25 Apr 2007 10:29:53 +0100 From: "James Strachan" To: users@activemq.apache.org Subject: Re: Can a MDB listen at queue In-Reply-To: <10158623.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: <10158623.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Sun's tutorials on JMS and MDBs might help you get up to speed on JMS & MDBs. A common cause of problems is you've sent to a different destination you're consuming from, so you might want to monitor ActiveMQ to see what messages are on what queues and what consumers are listening to... http://activemq.apache.org/how-can-i-monitor-activemq.html On 4/24/07, shwetketu wrote: > > Hi > > I am new with Active MQ. I am trying to run the given sample code on > ActiveMQ site. > > I am fine with SenderEJB code..I am able to put the message on queue..... > > But i am not able to receive the message using MDB... > > Can any one tell me how can i get the message using MDB ??? > > > Shwetketu Rai > -- > View this message in context: http://www.nabble.com/Can-a-MDB-listen-at-queue-tf3637932s2354.html#a10158623 > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > -- James ------- http://macstrac.blogspot.com/