lichao
2021-04-06 70fec55c71f707358e6dba1b551d7836e93a5c78
src/defs.h
@@ -25,9 +25,9 @@
typedef boost::uuids::uuid MQId;
const MQId kBHTopicBus = boost::uuids::string_generator()("01234567-89ab-cdef-8349-1234567890ff");
const MQId kBHTopicReqRepCenter = boost::uuids::string_generator()("12345670-89ab-cdef-8349-1234567890ff");
const MQId kBHUniCenter = boost::uuids::string_generator()("87654321-89ab-cdef-8349-1234567890ff");
const MQId &BHTopicBus();
const MQId &BHTopicReqRepCenter();
const MQId &BHUniCenter();
const int kBHCenterPort = 24287;
const char kTopicSep = '.';