src/Configuration.h
branchv_0
changeset 1 27c11cea34de
parent 0 e5d547ab0c51
child 3 3891db9e45b7
--- 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() {
 	}