You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Nivetha Shri <ni...@gmail.com> on 2009/02/12 13:12:04 UTC

Re: Need help in Content Based routing

Hi
I was successful in creating a dynamic routing. How can i specify an
endpoint in a different system?

Regards
Nivi

On Fri, Jan 23, 2009 at 7:45 PM, GrkEngnr <ni...@gmail.com> wrote:

>
> I think you're probably looking for Apache Camel. Really easy to use as a
> JBI
> component in Servicemix.
>
>
>
> Nivi shri wrote:
> >
> > Hi
> > Can any one point me to links that speaks about content based routing
> > without domain logic using servicemix.
> > I need to pass the destination information in the header of the input xml
> > and based on the header information routing should happen.
> >
> > Any example code snippets of passing the header information
> > and retrieving it using JAVA DSL or xmls would be of great help
> >
> > kindly let me know if am not clear with my requirement.
> >
> > Regards
> > Nivi
> >
> >
> --
> View this message in context:
> http://www.nabble.com/Need-help-in-Content-Based-routing-tp21619018p21625124.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>

Re: Need help in Content Based routing

Posted by Nivetha Shri <ni...@gmail.com>.
Thanks a lot for your guidance.

On Fri, Feb 27, 2009 at 12:45 PM, Gert Vanthienen <gert.vanthienen@gmail.com
> wrote:

> Nivi,
>
> Just use any binding component (e.g. servicemix-http or
> servicemix-jms) and configure that to address the other system.  For
> the Camel route, it doesn't really matter where the binding component
> connects to, as long as Camel can route to the endpoint, things should
> be fine.
>
> Camel has some additional components to interact with other systems as
> well (e.g. camel-mina), those can be used by using the URI syntax that
> is described on the Camel component page itself.
>
> Regards,
>
> Gert Vanthienen
> ------------------------
> Open Source SOA: http://fusesource.com
> Blog: http://gertvanthienen.blogspot.com/
>
>
>
> 2009/2/12 Nivetha Shri <ni...@gmail.com>:
> > Hi
> > I was successful in creating a dynamic routing. How can i specify an
> > endpoint in a different system?
> >
> > Regards
> > Nivi
> >
> > On Fri, Jan 23, 2009 at 7:45 PM, GrkEngnr <ni...@gmail.com>
> wrote:
> >
> >>
> >> I think you're probably looking for Apache Camel. Really easy to use as
> a
> >> JBI
> >> component in Servicemix.
> >>
> >>
> >>
> >> Nivi shri wrote:
> >> >
> >> > Hi
> >> > Can any one point me to links that speaks about content based routing
> >> > without domain logic using servicemix.
> >> > I need to pass the destination information in the header of the input
> xml
> >> > and based on the header information routing should happen.
> >> >
> >> > Any example code snippets of passing the header information
> >> > and retrieving it using JAVA DSL or xmls would be of great help
> >> >
> >> > kindly let me know if am not clear with my requirement.
> >> >
> >> > Regards
> >> > Nivi
> >> >
> >> >
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/Need-help-in-Content-Based-routing-tp21619018p21625124.html
> >> Sent from the ServiceMix - User mailing list archive at Nabble.com.
> >>
> >>
> >
>

Re: Need help in Content Based routing

Posted by Gert Vanthienen <ge...@gmail.com>.
Nivi,

Just use any binding component (e.g. servicemix-http or
servicemix-jms) and configure that to address the other system.  For
the Camel route, it doesn't really matter where the binding component
connects to, as long as Camel can route to the endpoint, things should
be fine.

Camel has some additional components to interact with other systems as
well (e.g. camel-mina), those can be used by using the URI syntax that
is described on the Camel component page itself.

Regards,

Gert Vanthienen
------------------------
Open Source SOA: http://fusesource.com
Blog: http://gertvanthienen.blogspot.com/



2009/2/12 Nivetha Shri <ni...@gmail.com>:
> Hi
> I was successful in creating a dynamic routing. How can i specify an
> endpoint in a different system?
>
> Regards
> Nivi
>
> On Fri, Jan 23, 2009 at 7:45 PM, GrkEngnr <ni...@gmail.com> wrote:
>
>>
>> I think you're probably looking for Apache Camel. Really easy to use as a
>> JBI
>> component in Servicemix.
>>
>>
>>
>> Nivi shri wrote:
>> >
>> > Hi
>> > Can any one point me to links that speaks about content based routing
>> > without domain logic using servicemix.
>> > I need to pass the destination information in the header of the input xml
>> > and based on the header information routing should happen.
>> >
>> > Any example code snippets of passing the header information
>> > and retrieving it using JAVA DSL or xmls would be of great help
>> >
>> > kindly let me know if am not clear with my requirement.
>> >
>> > Regards
>> > Nivi
>> >
>> >
>> --
>> View this message in context:
>> http://www.nabble.com/Need-help-in-Content-Based-routing-tp21619018p21625124.html
>> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>>
>>
>