diff -r e5d547ab0c51 -r 27c11cea34de src/Configuration.h --- a/src/Configuration.h Sun May 01 18:23:45 2022 +0200 +++ b/src/Configuration.h Sun May 01 22:27:32 2022 +0200 @@ -29,10 +29,9 @@ class Configuration { public: + relpipe::common::type::StringX relation = L"message"; relpipe::common::type::Integer messageCount = 1; - relpipe::common::type::StringX relation = L"zeromq"; - relpipe::common::type::StringX queue = L"/relpipe"; - relpipe::common::type::Boolean unlinkOnClose = false; + relpipe::common::type::StringX endpointUrl = L"tcp://*:1234"; virtual ~Configuration() { }