# README
rmq
Go client for rabbitmq
# Packages
No description provided by the author
# Functions
Debug Enable debug.
NewClient 创建一个默认的客户端信息.
Publish rabbitmq publish.
PublishWithRoutingKey rabbitmq publish.
SetUserDebug 配置其他日志输出.
Subscribe rabbitmq subscribe.
TraceError 错误日志.
TraceInfo 调试信息日志.
# Constants
Constants for standard AMQP 0-9-1 exchange types.
Constants for standard AMQP 0-9-1 exchange types.
Constants for standard AMQP 0-9-1 exchange types.
Constants for standard AMQP 0-9-1 exchange types.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DeliveryMode Transient means higher throughput but messages will not be restored on broker restart.
QueueType Classic queues are the standard queue type in RabbitMQ.
QueueType Classic queues are the standard queue type in RabbitMQ.
QueueType Classic queues are the standard queue type in RabbitMQ.
DeliveryMode Transient means higher throughput but messages will not be restored on broker restart.
# Variables
No description provided by the author
# Structs
Client rabbitmq客户端信息.
MessageWithRoutingKey is the application type for a message with routing key.
Session composes an amqp.Connection with an amqp.Channel.