package mqMgr // 消息队列类型:消息队列、消息主题 const ( MQ_TYPE_QUEUE = "queue" MQ_TYPE_TOPIC = "topic" )