Skip to content

Commit

Permalink
Merge pull request elastic#433 from Lucas-Caballero/anubis-revs
Browse files Browse the repository at this point in the history
Updated Queue names.
  • Loading branch information
Lucas Caballero committed Oct 27, 2015
2 parents abfaa5b + ba1c143 commit 6628358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protofiles/configelements/AnubisClientConfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;

}

0 comments on commit 6628358

Please sign in to comment.