9.3. 从频道取消订阅
以下示例演示了如何使用管理 CLI 取消订阅独立服务器和受管域中的频道。
流程
启动管理 CLI:
EAP_HOME/bin/jboss-cli.sh
EAP_HOME/bin/jboss-cli.shCopy to Clipboard Copied! Toggle word wrap Toggle overflow 取消订阅频道:
在独立服务器中取消订阅频道:
[standalone@localhost:9990 /] installer channel-remove --channel-name=test-channel
[standalone@localhost:9990 /] installer channel-remove --channel-name=test-channelCopy to Clipboard Copied! Toggle word wrap Toggle overflow 取消订阅受管域中的频道:
[domain@localhost:9990 /] installer channel-remove --host=target-host --channel-name=test-channel
[domain@localhost:9990 /] installer channel-remove --host=target-host --channel-name=test-channelCopy to Clipboard Copied! Toggle word wrap Toggle overflow