Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Commit

Permalink
Merge b24d6e7 into 516d330
Browse files Browse the repository at this point in the history
  • Loading branch information
roidelapluie committed Sep 6, 2018
2 parents 516d330 + b24d6e7 commit fcd5fc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ func main() {
receiver, err := session.NewReceiver(
amqp.LinkSourceAddress("/queue-name"),
amqp.LinkCredit(10),
amqp.LinkBatching(false),
)
if err != nil {
log.Fatal("Creating receiver link:", err)
Expand Down

0 comments on commit fcd5fc3

Please sign in to comment.