parent
17ad68b108
commit
2ab3b54628
|
@ -17,6 +17,13 @@ var (
|
|||
errShutdown = errors.New("client is shutting down")
|
||||
)
|
||||
|
||||
const (
|
||||
DeliveryModeTransient = amqp.Transient
|
||||
DeliveryModePersistent = amqp.Persistent
|
||||
|
||||
ContentTypeJson = "application/json"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
ReconnectDelay time.Duration
|
||||
ReInitDelay time.Duration
|
||||
|
|
Loading…
Reference in New Issue