JMS Listener error handling on database unavailability
Hi Pega Developers,
When our database is not available (due to some maintanance tasks) our JMS Listener is not able to process messages. Every consumed message ends with error which is send to reponse destination (queue) configured on JMS properties tab.
Error message contains only:
JMS service [PPEJMS][ServiceJMS][createProcess] failed:Service requestor could not be authenticated
Is there any way to keep original message which was not processed to be requeued? Maybe Pega has some DSS which cause to save original message in destination queue along with error message?