Skip to content

Commit

Permalink
Merge pull request #139 from marlongerson/default-exchange-constant
Browse files Browse the repository at this point in the history
Add constant for default exchange
  • Loading branch information
michaelklishin committed Dec 6, 2022
2 parents bab848e + 0dec4f6 commit 1e67c9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import (
"time"
)

const DefaultExchange = ""

// Constants for standard AMQP 0-9-1 exchange types.
const (
ExchangeDirect = "direct"
Expand Down

0 comments on commit 1e67c9e

Please sign in to comment.