Skip to content

Commit

Permalink
codegen admin command to remove a domain
Browse files Browse the repository at this point in the history
Signed-off-by: Emelia Lei <[email protected]>
  • Loading branch information
emelialei88 committed Dec 20, 2024
1 parent 40eb300 commit 84a2edb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
3 changes: 3 additions & 0 deletions src/groups/mqb/mqbcmd/mqbcmd_commandlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ struct CommandDefinition {
"Clear the domain resolution cache entry of the optionally specified "
"'domain', or clear all domain resolution cache entries if 'ALL' is "
"specified."},
{"DOMAINS REMOVE <domain>",
"Reject all incoming connections to all queues in domain 'name'",
"and purge them from the domain"},
// ConfigProvider
{"CONFIGPROVIDER CACHE_CLEAR (<domain>|ALL)",
"Clear domain's cached configuration.",
Expand Down
15 changes: 0 additions & 15 deletions src/groups/mqb/mqbcmd/mqbcmd_messages.cpp
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
// Copyright 2019-2024 Bloomberg Finance L.P.
// SPDX-License-Identifier: Apache-2.0
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// mqbcmd_messages.cpp *DO NOT EDIT* @generated -*-C++-*-

#include <mqbcmd_messages.h>
Expand Down

0 comments on commit 84a2edb

Please sign in to comment.