Skip to content

Instantly share code, notes, and snippets.

@sonus21
Last active July 24, 2020 03:57
Show Gist options
  • Save sonus21/0b39bd47b47ef3f94d58ccd378f969d1 to your computer and use it in GitHub Desktop.
Save sonus21/0b39bd47b47ef3f94d58ccd378f969d1 to your computer and use it in GitHub Desktop.
Listener without dead later queue
@RqueueListener(value = "job-queue",numRetries = "3")
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