Re: Multiple guava-event-bus consumers issue

2013-03-20 Thread Henryk Konsek
Hi Wojtek, > When consuming messages from more > than one route with the same endpoint URI (lets say: > guava-eventbus:eventBus), context doesn't start and throws exception Actually I used multicast EIP to copy message from the given event bus to multiple destination... from("guava-eventbus:myBu

Re: Multiple guava-event-bus consumers issue

2013-03-20 Thread Claus Ibsen
Hi Yeah I am not sure with the nature of guava eventbus. If its pub/sub based then yeah it could make sense to allow 2+ consumers on the same topic name. For that to happen, the endpoint need to implement, then Camel knows its allowed http://camel.apache.org/maven/current/camel-core/apidocs/org/a

Multiple guava-event-bus consumers issue

2013-03-12 Thread wpaciorkowski
Hi everyone, Just tried to use guava eventBus (11.0.2) with camel 2.10.3 and found following issue: When consuming messages from more than one route with the same endpoint URI (lets say: guava-eventbus:eventBus), context doesn't start and throws exception: Caused by: org.apache.camel.Fail