POST
/
message_retry
curl -X POST "http://localhost:9090/message_retry" \
  -H "Content-Type: application/json" \
  -d \
'[
  {
    "messageid": "0x123..."
  }
]'
Trigger retry of failed messages matching specific patterns. This resets the retry count to 0 and re-queues the messages for processing.
curl -X POST "http://localhost:9090/message_retry" \
  -H "Content-Type: application/json" \
  -d \
'[
  {
    "messageid": "0x123..."
  }
]'