반응형

 /* Channel Status */

 #define MQCHS_INACTIVE     0

 #define MQCHS_BINDING      1

 #define MQCHS_STARTING     2

 #define MQCHS_RUNNING      3

 #define MQCHS_STOPPING     4

 #define MQCHS_RETRYING     5

 #define MQCHS_STOPPED      6

 #define MQCHS_REQUESTING   7

 #define MQCHS_PAUSED       8

 #define MQCHS_INITIALIZING 13

반응형

+ Recent posts