9.3. チャネルからのサブスクライブ解除
次の例では、管理 CLI を使用して、スタンドアロンサーバーおよびマネージドドメインでチャネルからサブスクライブを解除する方法を説明します。
手順
管理 CLI を起動します。
EAP_HOME/bin/jboss-cli.sh
EAP_HOME/bin/jboss-cli.sh
Copy 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-channel
Copy 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-channel
Copy to Clipboard Copied! Toggle word wrap Toggle overflow