src/Configuration.h
branchv_0
changeset 2 0799eaf338b9
parent 0 7fdf75648c0a
child 3 610783d70ae9
equal deleted inserted replaced
1:4993a084b8ba 2:0799eaf338b9
    28 
    28 
    29 class Configuration {
    29 class Configuration {
    30 public:
    30 public:
    31 
    31 
    32 	relpipe::common::type::Integer messageCount = 1;
    32 	relpipe::common::type::Integer messageCount = 1;
    33 	relpipe::common::type::StringX relation = L"mqtt";
    33 	relpipe::common::type::StringX relation = L"message";
    34 	relpipe::common::type::StringX queue = L"/relpipe";
    34 	relpipe::common::type::StringX stream = L"relpipe";
    35 	relpipe::common::type::Boolean unlinkOnClose = false;
       
    36 
    35 
    37 	virtual ~Configuration() {
    36 	virtual ~Configuration() {
    38 	}
    37 	}
    39 };
    38 };
    40 
    39