1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
375 views
by lewis-s-9714 (1.0k 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.
by brandon-w-8204 (34.1k points)
edited by amanda-w-3695
by lewis-s-9714 (1.0k 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.
...