From ba1c14357a415632863489b613765f3202952373 Mon Sep 17 00:00:00 2001 From: lcaballero Date: Tue, 27 Oct 2015 15:37:15 -0600 Subject: [PATCH] Updated Queue names. --- protofiles/configelements/AnubisClientConfig.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protofiles/configelements/AnubisClientConfig.proto b/protofiles/configelements/AnubisClientConfig.proto index 3c9059273776b..7e092cae774e2 100644 --- a/protofiles/configelements/AnubisClientConfig.proto +++ b/protofiles/configelements/AnubisClientConfig.proto @@ -5,7 +5,7 @@ option java_outer_classname = "AnubisClientConfigMsg"; message AnubisClientConfig { - optional string msgQueue = 1; - optional string ackidQueue = 2; + optional string inputQueue = 1; + optional string ackQueue = 2; }