srvg wrote:
> 
> Hi,
> 
> Thanks for the reply. As u said , In the consumer component I after
> getting the response , I set the Done signal on the InOut exchange and
> sent it across the channel. After doing this I was able to listen to the
> Done signal and is displayed in the logs..i.e In the code i added the
> following :
> 
> ...
> NormalizedMessage out = exchange.getOutMessage();
>               exchange.setStatus(ExchangeStatus.DONE);
>               channel.send(exchange);
> 
> ...
> 
> 

That looks fine. =)

-----
Ioannis Canellos
http://iocanel.blogspot.com/ http://iocanel.blogspot.com/ 
-- 
View this message in context: 
http://old.nabble.com/No-Done-messages-seen-when-using-InOUT-MEP-pattern-tp28691445p28703812.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to