package
1.1.8
Repository: https://github.com/domingor/go-blackbox.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewMq 创建一个新的Mq操作对象,用于延迟消息处理.
ReceiveMsg 接收消息,连接失败后进行重试.
Recv2 当前监听队列关闭后通知进行重试机制.
Send 发送消息.

# Constants

默认交换机.
默认交换类型.
默认失败重新间隔/s.

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
QueueExchange 定义队列交换机对象,外部可调用.
RabbitMQ 定义RabbitMQ对象.
No description provided by the author

# Interfaces

Receiver 定义接收者接口.