Abort selected messages from queue
Dear Community,
Is there any way to search , select and abort a specific set of messages from a large queue in Healthshare business operation?
Thank you for your help
Product version: IRIS 2021.1
Go to the original post written by @Mary George
Discussion (4)1
Comments
Yes, query Ens.MessageHeader table, maybe joining on a body and then call AbortMessage method here.
Try below steps
1.Abort the queue in Business operation
2.Go to Business service and apply the filter for the message type you need and resend all the messages
@Smythe Smythee, message volume is high so we trying to avoid reprocessing but thank you for your suggestion.
Thank you @Eduard Lebedyuk . It is helpful.