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 <klaus.baumec...@hp.com> wrote:
>
> I'm using camel 2.5.0 and try to setup a simple pub-sub behavior among three
> OSGi bundles.
> One bundle (writer) is sending messages via
>    to("vm:discovery?multipleConsumers=true")
>
> The two other bundles (listener) receive messages via
>    from("vm:discovery?multipleConsumers=true")
>
> 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=true.
>
> 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.
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to