Re: camel seda queue log

2016-09-15 Thread Brad Johnson
I wants to understand whether both routes use same object reference, as > it > > is using the shared queue. > > > > Here is my actual route. > > > > from("file://somefile") > > .split(bodyAs(String.class).tokenize("\n")) > > .multicas

Re: camel seda queue log

2016-09-15 Thread Claus Ibsen
object reference, as it > is using the shared queue. > > Here is my actual route. > > from("file://somefile") > .split(bodyAs(String.class).tokenize("\n")) > .multicast().to("seda:splunkstore","seda:elasticsearchstore"); > > &

Re: camel seda queue log

2016-09-14 Thread Akram
reference, as it is using the shared queue. Here is my actual route. from("file://somefile") .split(bodyAs(String.class).tokenize("\n")) .multicast().to("seda:splunkstore","seda:elasticsearchstore"); -- View this message in context: http

Re: camel seda queue log

2016-09-14 Thread Brad Johnson
ueue. Any > suggestions will be more helpfule. > > > > -- > View this message in context: http://camel.465427.n5.nabble. > com/camel-seda-queue-log-tp5787556.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: camel seda queue log

2016-09-14 Thread Brad Johnson
it is using shared queue, even though i have defined the queue. Any > suggestions will be more helpfule. > > > > -- > View this message in context: http://camel.465427.n5.nabble. > com/camel-seda-queue-log-tp5787556.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

camel seda queue log

2016-09-14 Thread Akram
in context: http://camel.465427.n5.nabble.com/camel-seda-queue-log-tp5787556.html Sent from the Camel - Users mailing list archive at Nabble.com.