Hi Experts,
I need to implement a below scenario.
If message is pushed on UM queue and trigger condition doesn’t match message will not be subscribe and will remain in queue. Since the message is persistent it will be stored in disk in .mem file.
Now I want tp find out such messages and want to edit the message data so that trigger condition match and can be subscribe.
I know I need to use custom solution for this. Can any one please let me if there are any built in service to implement this. Is that possible to read .mem file to fetch persistent messages and edit the message data.
Any help will be much appreciated.