Sidebar

Can you get the content of a completed message within a scheduled script?

0 votes
241 views
asked Dec 10, 2020 by lewis-s-9714 (1,020 points)
I see within a scheduled script you can use errorManager.getMessage(messageQueueId) to get a message so you can work with it and resolve it but are there any options for getting a completed message? How about resubmitting a completed message?

1 Answer

+1 vote
 
Best answer
Currently, there is not an option to search messages in the channel or the option to resubmit a completed message. I have entered an enhancement request 3980 to be discussed.
answered Dec 10, 2020 by brandon-w-8204 (33,270 points)
edited Feb 17, 2022 by amanda-w-3695
commented Dec 10, 2020 by lewis-s-9714 (1,020 points)
Thanks for the quick response and consideration. It might be useful to your discussion to know that the use case here is combining related non-consecutive messages that have arrived over a certain period time without storing a copy. The file size of the messages is a concern, but we have options we can explore.
...