Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 91981 invoked from network); 5 Dec 2010 09:32:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Dec 2010 09:32:25 -0000 Received: (qmail 9994 invoked by uid 500); 5 Dec 2010 09:32:25 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 9614 invoked by uid 500); 5 Dec 2010 09:32:22 -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 9598 invoked by uid 99); 5 Dec 2010 09:32:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Dec 2010 09:32:21 +0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of claus.ibsen@gmail.com designates 209.85.216.45 as permitted sender) Received: from [209.85.216.45] (HELO mail-qw0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Dec 2010 09:32:17 +0000 Received: by qwc9 with SMTP id 9so1774973qwc.32 for ; Sun, 05 Dec 2010 01:31:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=DW09P28YHzR8AR7QYA3qmXu00m3985m2T9YMv7nXKuE=; b=oAEEge0bVmMD59eyA86aGs6KI889S122e+QfD1N6y0S4fY25TdSeu+oZdwoio7RngJ DIMtVd496ASYhUpGPDD4rrCF9jA6GbVAkuuYPb8cWdIDZ+gWUEtHrwNEyqwgBqQ55jCa KsGMsx2OlcDl9y+yV3h+TfE6v7kM1ktRCQPGY= 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=JU0X/OO1cXqy1sANOe1TJIq5TtLQ5x8O91tm+/ALtd3G8IXyT2ZnLZrVn8qBHEh6ml sfpiFzQb42rkoouBTlHBVHWLa4PCUhVTt0/+VFRtGXcaBvmYPLsTfBYMiFxWFiP8luPL 0ya15yvcA/l3gI+3/AjRkPC5jpb9TeqXiqN8k= Received: by 10.229.91.15 with SMTP id k15mr3090877qcm.244.1291541515782; Sun, 05 Dec 2010 01:31:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.13.20 with HTTP; Sun, 5 Dec 2010 01:31:35 -0800 (PST) In-Reply-To: <1291039999266-3284450.post@n5.nabble.com> References: <1291039999266-3284450.post@n5.nabble.com> From: Claus Ibsen Date: Sun, 5 Dec 2010 10:31:35 +0100 Message-ID: Subject: Re: Question on VM Endpoint, multipleConsumers and OSGi To: users@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Have you used DEBUG logging at the seda component to see what happens? It logs when it send to a consumer. On Mon, Nov 29, 2010 at 3:13 PM, klausb wrote: > > I'm using camel 2.5.0 and try to setup a simple pub-sub behavior among th= ree > OSGi bundles. > One bundle (writer) is sending messages via > =A0 =A0to("vm:discovery?multipleConsumers=3Dtrue") > > The two other bundles (listener) receive messages via > =A0 =A0from("vm:discovery?multipleConsumers=3Dtrue") > > All bundles are loaded into Apache Karaf. > > If I start all three listener bundles and finally start the writer only > one(!) listener reports that the packet was received. I expected log > messages from both listeners due to multipleConsumers=3Dtrue. > > Did I misunderstood the vm option? > > klaus. > -- > View this message in context: http://camel.465427.n5.nabble.com/Question-= on-VM-Endpoint-multipleConsumers-and-OSGi-tp3284450p3284450.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --=20 Claus Ibsen ----------------- FuseSource Email: cibsen@fusesource.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/