Rguig Saad,

When using ServiceMix 4.2.0, you can take a look at the examples that
I mentioned before to build an exchange listener implementation.  That
will receive all the exchanges that flow through the NMR, so you can
aggregate/report/... on them in any way you like.  If your routes are
not only using JBI endpoint but you're also using Camel, you probably
want to add a Camel InterceptStrategy as well to allow you to follow
the Exchange 'inside' the Camel route.

Regards,

Gert Vanthienen
------------------------
Open Source SOA: http://fusesource.com
Blog: http://gertvanthienen.blogspot.com/



On 6 April 2010 15:29, rguigsaad <[email protected]> wrote:
>
> Thank you very much Gert for your help,
> I am using FUSE-ESB 4.2.0,
> I actually want to catch all the information about a feed from the start to
> the end (but for the same message).
> I have  test feeds with  JMS:queues endpoints and some transformations, and
> what i want is to get  for exemple :
> for every execution:
> when the feed started, the message IN, the Message out , the status of
> completion... i just want to follow  a message from the begining to the end,
> and  be able to do that for all the messages in order to have a global view
> of the feeds.
>
> thank you,
> Regards,
> Rguig Saad
>
> http://rguigsaad.blogspot.com/
> --
> View this message in context: 
> http://old.nabble.com/Monitoring-and-Management-Console-for-Servicemix-tp28149638p28151807.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>

Reply via email to