If you want to change the target of the exchange, it should be doable
if you intercept the exchange when it is sent. You need to implement
an o.a.s.jbi.event.ExchangeListener and implement the exchangeSent
method. The routing is done after the method is called, so you will
be able to change the target if you want.
Cheers,
Guillaume Nodet
On Aug 21, 2007, at 1:00 PM, VBPVB wrote:
Hi all,
Can we control flow of messages(request flow) if we have
interceptors using
the ExchangeListeners?
regards,
Vijaya Bhaskar
--
View this message in context: http://www.nabble.com/Exchange-
Listeners-tf4304475s12049.html#a12252466
Sent from the ServiceMix - User mailing list archive at Nabble.com.