Browse Source

fix: Add manual action to consumer return type

pull/104/head
Vishal Dubey 3 years ago
committed by GitHub
parent
commit
4d0568c6fd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      consume.go

+ 2
- 0
consume.go View File

@ -22,6 +22,8 @@ const (
NackDiscard
// NackRequeue deliver this message to a different consumer.
NackRequeue
// Message acknowledgement is left to the end user
Manual
)
// Consumer allows you to create and connect to queues for data consumption.


Loading…
Cancel
Save