diff -r e8f15f432efc -r d93ea7346b66 src/Configuration.h --- a/src/Configuration.h Sun May 01 18:42:53 2022 +0200 +++ b/src/Configuration.h Tue Jul 26 23:22:24 2022 +0200 @@ -30,7 +30,7 @@ public: relpipe::common::type::Integer messageCount = 1; - relpipe::common::type::StringX relation = L"socket"; + relpipe::common::type::StringX relation = L"message"; relpipe::common::type::StringX queue = L"/relpipe"; relpipe::common::type::Boolean unlinkOnClose = false;