|
|
|
@ -137,8 +137,6 @@ func (chanManager *ChannelManager) QosSafe( |
|
|
|
|
|
|
|
/* |
|
|
|
PublishSafe safely wraps the (*amqp.Channel).Publish method. |
|
|
|
|
|
|
|
Deprecated: Use PublishWithContextSafe instead. |
|
|
|
*/ |
|
|
|
func (chanManager *ChannelManager) PublishSafe( |
|
|
|
exchange string, key string, mandatory bool, immediate bool, msg amqp.Publishing, |
|
|
|
@ -155,7 +153,6 @@ func (chanManager *ChannelManager) PublishSafe( |
|
|
|
) |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// PublishWithContextSafe safely wraps the (*amqp.Channel).PublishWithContext method.
|
|
|
|
func (chanManager *ChannelManager) PublishWithContextSafe( |
|
|
|
ctx context.Context, exchange string, key string, mandatory bool, immediate bool, msg amqp.Publishing, |
|
|
|
|