Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 97530 invoked from network); 9 Mar 2010 05:51:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Mar 2010 05:51:47 -0000 Received: (qmail 79296 invoked by uid 500); 9 Mar 2010 05:51:21 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 79087 invoked by uid 500); 9 Mar 2010 05:51:21 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 79079 invoked by uid 99); 9 Mar 2010 05:51:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 05:51:20 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of claus.ibsen@gmail.com designates 209.85.218.214 as permitted sender) Received: from [209.85.218.214] (HELO mail-bw0-f214.google.com) (209.85.218.214) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Mar 2010 05:51:15 +0000 Received: by bwz6 with SMTP id 6so3522386bwz.36 for ; Mon, 08 Mar 2010 21:50:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=rRykLONbXr/g240AJ6jYjAURRrqscSgaYoj59K70Jb0=; b=bY6yNLHM+OvVkVzNDQBbPPuMKKgIME0R0pO1s8pJ8OwdKcmaY0qXlO2MZxfB00wXhc hyMf4UAuXqCObKOmSsFbkDefu8Dxw2pMCb4hAL2SIai78FLKINE0THZzh5KCDEfQV3Nb 7317z62uxa/aQgaBLECR5+6p8691gOtjc+qHU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=XhI9rsh79x7sOJ1HcCYE0Q1/7YsFpVpZzAF4pk3ZRMBiPzF6/ucu+2BwkAblgIBSxe fCu0nR0sLEsmiUpsrIpcGrfTUwCnkbXjmGkgjvp/sc2bZwF2AFeeNx9TK6zpm8AG4GuL 1ldDL0pn1cf2Ti9eGLrHAsh+0rYsu9GftDjeQ= MIME-Version: 1.0 Received: by 10.204.0.77 with SMTP id 13mr445899bka.5.1268113854917; Mon, 08 Mar 2010 21:50:54 -0800 (PST) In-Reply-To: <27828209.post@talk.nabble.com> References: <27826024.post@talk.nabble.com> <27828209.post@talk.nabble.com> From: Claus Ibsen Date: Tue, 9 Mar 2010 06:50:34 +0100 Message-ID: <5380c69c1003082150t42b5b47do900cafcf6cf2c669@mail.gmail.com> Subject: Re: Problems with Weblogic: consumer not listening To: users@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi Basically its spring JMS under the covers. So go google for how to use Spring JMS with BEA WebLogic. And ensure the queue you listen to is already created and exists in BEA JMS, as it may not support creating queues on demand, as AMQ does. On Mon, Mar 8, 2010 at 10:52 PM, anandsk wrote: > > try adding this to camel context file. create DefaultJMSConFactory in > weblogic if doesn't exist already. > > =A0 =A0 =A0 jndi-name=3D"DefaultJMSConFactory"> > =A0 =A0 =A0 =A0 > > =A0 =A0 =A0 =A0 class=3D"org.springframework.jms.support.destination.JndiDestinationResol= ver"/> > > > =A0 =A0 > =A0 =A0 =A0 =A0 > =A0 =A0 =A0 =A0 > > =A0 =A0 > > asindic wrote: >> >> Hi, >> I'm having problems getting a simple producer/consumer application with >> Weblogic, everything works fine with AMQ. >> There is one queue (topic), a JmsComponent and a RouteBuilder with a rou= te >> like this >> >> from("jms:requestQueue").process(new Processor() {....} >> >> The producer is working fine, putting messages on the requestQueue, but >> there is no consumer registered that processes the messages... >> I'm really impressed why this would work with AMQ and not with Weblogic. >> Dose someone have any ideas where to look at? >> >> Regards, >> Angela. >> > > -- > View this message in context: http://old.nabble.com/Problems-with-Weblogi= c%3A-consumer-not-listening-tp27826024p27828209.html > Sent from the Camel - Users (activemq) mailing list archive at Nabble.com= . > > --=20 Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus