ページの先頭行へ戻る
Interstage Application Server/Interstage Web Server Java EE運用ガイド

13.16.14 IJMQ_B4200番台のメッセージ

IJMQ_B4209: Unable to unsubscribe to subscription with a durable name of {0} and a client id of {1} - Destination {2}:{3} and its associated consumers have been destroyed user={4], broker={5}

[可変情報]

{0}:durable subscription名
{1}:クライアントID
{2}:物理格納先タイプ(T:Topic Q:Queue)
{3}:物理格納先名
{4}:メッセージブローカに接続しているユーザ名
{5}:メッセージブローカのホスト名とポート番号

[意味]

durable subscriberの削除に失敗しました。

[システムの処理]

処理を中断します。

[ユーザの対処]

  • JMSアプリケーション実行時に出力された場合
    以下の可能性があります。

    • 存在しないdurable subscription名を指定した可能性があります。アプリケーションを見直してください。

    • durable subscriberがimqcmd destroy durコマンドで削除された可能性があります。必要に応じて、JMSアプリケーションを再度実行してください。

  • imqcmd destroy durコマンド実行時に出力された場合
    durable subscription名、またはクライアントIDに誤りがあります。正しいdurable subscription名、またはクライアントIDを指定して、再度コマンドを実行してください。