Hi,

I'm setting some properties on the exchange properties map in the consumer
marshaler. I can see it passes through my camel & reaches all the way to the
SedaFlow.

Inside the SedaFlow we perform enqueuePacket(me) & rollback all the way to
the HttpConsumerEndpoint (through the JBIContainer) - there i get an
exception while trying to perform:
boolean result = cont.suspend(to); ...line 237 inside process()
The exception's cause is org.mortbay.jetty.RetryRequest.

& indeed there is another try to enqueue the packet in the SedaFlow - this
time it's without the properties we set.

Why does the process fails to send the packet the first try & why does it
looses its property map in the second?

Thanks.
-- 
View this message in context: 
http://www.nabble.com/loosing-exchange-properties---why--tp22032835p22032835.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to