
Hi,
Open question .... what exist in standard on the mule plaform to monitor/track messages and is it possible to replay unsucesfull messages with this solution.
After some investigation it seems the "insight" is a solution but the on premise install cannot benefits from the replay option .... :(
is there other soltuion like MMC ?
or must I investigate for a custom code to persit all messages in a database with a status and also custom code to be able to reinject thoses messages in the flow .... ?
Thanks in advance for your comments
Hi @g660913.
You should check Runtime Manager, it allows you to handle deploying and management of your Mule Applications either in a CloudHub virtual worker or in a Mule server on-premises (server group, cluster, etc.). Also you have some useful Monitoring and Troubleshooting features.
About the message redelivery, you could take a look at Exception Strategy Most Common Use Cases where you can see an example of how to handle failed messages using a Dead Letter Queue.
Regards.