Skip to content

Instantly share code, notes, and snippets.

@sonus21
Last active July 24, 2020 03:57
Show Gist options
  • Save sonus21/ecbdb2fa347a1db30d44882bb8e476bf to your computer and use it in GitHub Desktop.
Save sonus21/ecbdb2fa347a1db30d44882bb8e476bf to your computer and use it in GitHub Desktop.
Listener with dead later queue
@RqueueListener(value = "job-queue",numRetries = "3", deadLetterQueue="job-dlq")
public void onMessage(Job job) throws Exception {
//
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment