Re: trouble with a http body in my processor

2009-02-02 Thread Willem Jiang
I guess it's caused by the stream is not been cached. Please try to enable the streamCaching in your route like this http://localhost:8889/app"/> Willem pevgen wrote: > > pevgen wrote: >> Hello, all. >> >> I wrote a route into my spring-config

Re: trouble with a http body in my processor

2009-01-28 Thread Claus Ibsen
in my Processor... > > I don't understand it... I dont have time to look into it, but I could suspects MEP issues. The CXF is a InOut but the JMS should be an InOnly (not wait for reply) Could you try adding exchangePattern=InOnly as URI parameter to your AMQ? Also the new MEP chan

Re: trouble with a http body in my processor

2009-01-28 Thread pevgen
ut", but a log-AMQ-message have this > http-response. > And type of exchange is CxfExchange. > > Haw can a get http-response in my processor ? > > Thanks, > Evgeny > > It's a strange situation, but if i commment "", then i get a no