Suppose in my listener i have
public void exchangeSent(ExchangeEvent event){
MessageExchange me = event.getExchange();
}
then can I use me.setEndpoint(ServiceEndPoint arg) to change my route and
send it to my destination?
If I can use how to create ServiceEndPoint?-Pratibha -- View this message in context: http://www.nabble.com/How-to-route-message-from-a-listener--tp17483625p17510752.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
