diff --git a/items.proto b/items.proto index a830cdc..4a5b806 100644 --- a/items.proto +++ b/items.proto @@ -196,15 +196,6 @@ message Query { // the requester needs to specify where the results of that query should be // sent. These subjects will be used in addition to the defaults and are // usually just dynamically generated inboxes - - // Subject that items resulting from the query should be sent to - string itemSubject = 16; - - // Subject that both interim and final responses should be sent to - string responseSubject = 17; - - // Subject that errors will be sent to - string errorSubject = 18; } message QueryResponse {