Gabriela, Is this ServiceMix 3 or 4 you are talking about? In ServiceMix 3, we do have the Auditor/ExchangeListener that you can plug into the NMR for capturing messages and starting a new Exchange with another endpoint in the process (e.g. for keeping an audit trail or something). For ServiceMix 4, we would like to enhance this by allowing you to actually re-route the exchange from the NMR interceptor, but no work on this has been done yet.
Another way of solving this could be by extracting the target endpoint names into properties files that could be more easily modified at runtime or by using a Camel dynamic recipientlist that fetches the list of target endpoint names dynamically (e.g. from a file or DB) at runtime. Regards, Gert Vanthienen ------------------------ Open Source SOA: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ 2009/2/5 Gabriela Gheorghe <[email protected]>: > Hi, > > > > I need to do a bit of tuning inside the NMR so that messages sent to and > from the SAs could be transparently sent to a certain configurable endpoint > prior to taking their actual route. This of course without having to change > the routes already associated with the deployed components. > > > > Could you please tell me what I should do/use in this case? > > > > Thanks in advance, > > Gabriela > > > >
