Modifying Persistent message data

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.

Hi.

is there really a neccessity to change the data to get the subscription condition matching?

Most likely this is an issue with the subscription filter itself or on the sender side sending incorrect data.

Manipulating data in between is not the best approach and is usually not allowed due to security restrictions in the companies IT department.

Regards,
Holger