diff --git a/types.go b/types.go index 80f7362..828e225 100644 --- a/types.go +++ b/types.go @@ -13,6 +13,8 @@ import ( "time" ) +const DefaultExchange = "" + // Constants for standard AMQP 0-9-1 exchange types. const ( ExchangeDirect = "direct"