You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by yodamad <mv...@gmail.com> on 2013/03/18 16:15:06 UTC

Re: Routing an ObjectMessage in ActiveMQ

Hi,

 I'm facing the same problem using camel 2.8 in servicemix 4.4.1.
Does anyone find a solution for this "issue" ?

Thanks
Mat



--
View this message in context: http://camel.465427.n5.nabble.com/Routing-an-ObjectMessage-in-ActiveMQ-tp5717965p5729353.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Routing an ObjectMessage in ActiveMQ

Posted by Matthieu Vincent <mv...@gmail.com>.
Thanks Christian for the hint, I'll have a look at it.

I found a workaround yesterday, as server and client know entities I've
switched my messages to BytesMessage and it did the trick.

Regards,
Matthieu


2013/3/18 Christian Müller <ch...@gmail.com>

> Try stream caching as described here:
> http://camel.apache.org/stream-caching.html
>
> Best,
> Christian
>
> On Mon, Mar 18, 2013 at 4:15 PM, yodamad <mv...@gmail.com> wrote:
>
> > Hi,
> >
> >  I'm facing the same problem using camel 2.8 in servicemix 4.4.1.
> > Does anyone find a solution for this "issue" ?
> >
> > Thanks
> > Mat
> >
> >
> >
> > --
> > View this message in context:
> >
> http://camel.465427.n5.nabble.com/Routing-an-ObjectMessage-in-ActiveMQ-tp5717965p5729353.html
> > Sent from the Camel - Users mailing list archive at Nabble.com.
> >
>
>
>
> --
>

Re: Routing an ObjectMessage in ActiveMQ

Posted by Christian Müller <ch...@gmail.com>.
Try stream caching as described here:
http://camel.apache.org/stream-caching.html

Best,
Christian

On Mon, Mar 18, 2013 at 4:15 PM, yodamad <mv...@gmail.com> wrote:

> Hi,
>
>  I'm facing the same problem using camel 2.8 in servicemix 4.4.1.
> Does anyone find a solution for this "issue" ?
>
> Thanks
> Mat
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Routing-an-ObjectMessage-in-ActiveMQ-tp5717965p5729353.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



--