# README
消息队列
常用消息队列 整合接口
# Functions
No description provided by the author
NewMessageHandler return new MessageHandler.
NewMQ 实例化消息队列对象.
No description provided by the author
NewRabbitMQ 创建RabbitMQ结构体实例.
NewRabbitMQPubSub 订阅模式创建 rabbitMq实例 (目前用的fanout模式).
NewRabbitMQRouting 路由模式 创建RabbitMQ实例.
NewRabbitMQSimple 简单模式step:1。创建简单模式下RabbitMQ实例.
NewRabbitMQTopic 话题模式 创建RabbitMQ实例.
# Structs
No description provided by the author
MessageHandler MessageHandler.
MQKafkaService Kafka消息队列.
MQNsqService NSQ消息队列.
MQRabbitService Rabbit消息队列.
No description provided by the author
No description provided by the author
# Interfaces
MQer 消息队列接口.