src/Configuration.h
branchv_0
changeset 2 1a0fbd17db13
parent 0 7ef5ce9477c8
child 3 62ced7c41c67
equal deleted inserted replaced
1:cb9577442d3b 2:1a0fbd17db13
    27 namespace mqtt {
    27 namespace mqtt {
    28 
    28 
    29 class Configuration {
    29 class Configuration {
    30 public:
    30 public:
    31 
    31 
    32 	relpipe::common::type::StringX relation = L"mqtt";
    32 	relpipe::common::type::StringX relation = L"message";
    33 	relpipe::common::type::StringX queue = L"/relpipe";
    33 	relpipe::common::type::StringX stream = L"relpipe";
    34 	relpipe::common::type::Boolean unlinkOnClose = false;
       
    35 
    34 
    36 	virtual ~Configuration() {
    35 	virtual ~Configuration() {
    37 	}
    36 	}
    38 };
    37 };
    39 
    38