Browse Source

update: Add manual action to consumer handler

pull/105/head
Vishal Dubey 3 years ago
committed by GitHub
parent
commit
1b2d3b05a7
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 user using the msg.Ack() method
Manual
)
// Consumer allows you to create and connect to queues for data consumption.


Loading…
Cancel
Save