package mqMgr
// 网络类型:内网、外网
const (
MQ_NETWORK_INTERNAL = "tencentyun"
MQ_NETWORK_PUBLIC = "tencenttdmq" //"qcloud" //todo:切换成tdmq之后,该值需要修改成:tencenttdmq
)