Re: DSL Content Router interrupted with splitter() or multicast()

2009-03-05 Thread Claus Ibsen
On Thu, Mar 5, 2009 at 11:11 AM, ee7arh wrote: > > Thanks, > > The only issue I now foresee by connecting sub-routes together by either > direct: or seda: is when I am trying to use transactions. > > I am trying to build an application using Camel / ActiveMQ which can never > lose a message. My wh

Re: DSL Content Router interrupted with splitter() or multicast()

2009-03-05 Thread ee7arh
Thanks, The only issue I now foresee by connecting sub-routes together by either direct: or seda: is when I am trying to use transactions. I am trying to build an application using Camel / ActiveMQ which can never lose a message. My whole application is based arount the camel routing and I want

Re: DSL Content Router interrupted with splitter() or multicast()

2009-03-05 Thread Claus Ibsen
On Thu, Mar 5, 2009 at 10:25 AM, ee7arh wrote: > > Hi, > > When I tryto use the functions "splitter()" or "multicast()" in my DSL > within a "choice()" block, I am not able to have another "when()" or even an > "otherwise()" > > Predicate isInvitation >        = PredicateBuilder.regex(header("even

DSL Content Router interrupted with splitter() or multicast()

2009-03-05 Thread ee7arh
Hi, When I tryto use the functions "splitter()" or "multicast()" in my DSL within a "choice()" block, I am not able to have another "when()" or even an "otherwise()" Predicate isInvitation = PredicateBuilder.regex(header("event_type"), "invitation"); Predicate isReply = Predicat