ページの先頭行へ戻る
Interstage Application Server V12.1.0 移行ガイド
FUJITSU Software

B.6 メッセージ番号に「IJMQ」を含むメッセージ

ここでは、以下について説明します。メッセージの詳細は、「メッセージ集」を参照してください。

Interstage Application Server V10.0での変更

旧メッセージID

新メッセージID

変更内容

IJMQ_B1285

変更なし

メッセージの内容を以下に変更しました。
旧:“INFO: IJMQ_B1285: Committed transaction reaper thread has started (limit {0}, interval {1}sec).”
新:“INFO: IJMQ_B1285: Reaper thread for committed transactions has started (limit {0}, interval {1}sec).”

IJMQ_B2009

変更なし

メッセージの内容を以下に変更しました。
旧:“WARNING: IJMQ_B2009: Creation of consumer from connection {0}@{1} on destination {2} failed: {3}”
新:“WARNING: IJMQ_B2009: Creation of consumer {0} from connection {1}@{2} on destination {3} failed: {4}”

IJMQ_B2047

変更なし

メッセージの内容を以下に変更しました。
旧:“WARNING: IJMQ_B2047: Unable to update service {0}:{1}”
新:“IJMQ_B2047: Unable to update service {0}:{1}”

IJMQ_B4026

変更なし

メッセージの内容を以下に変更しました。
旧:“IJMQ_B4026: The size [ {0} bytes ] of Message {1} is larger than the individual message limit (maxBytesPerMsg) of {2} bytes, rejecting the message”
新:“IJMQ_B4026: The size [ {0} bytes ] of Message {1} is larger than the individual message limit (imq.message.max_size) of {2} bytes, rejecting the message”

IJMQ_B4058

変更なし

メッセージの内容を以下に変更しました。
旧:“IJMQ_B4058: Unable to unsubscribe to interest with a durable name of a and {0} client id of {1} - consumer does not exist”
新:“IJMQ_B4058: Unable to unsubscribe to interest with a durable name of {0} and a client id of {1} - consumer does not exist”

IJMQ_B4120

変更なし

メッセージの内容を以下に変更しました。
旧:“IJMQ_B4120: Can not store message {0} on destination {1}. The message limit (maxNumMsgs) of {2} has been reached.”
新:“IJMQ_B4120: Can not store message {0} on destination {1}. The destination message count limit (maxNumMsgs) of {2} has been reached.”

IJMQ_B4121

変更なし

メッセージの内容を以下に変更しました。
旧:“IJMQ_B4121: Can not store message {0} on destination {1}. The byte limit (maxTotalMsgBytes) of {2} bytes has been reached.”
新:“IJMQ_B4121: Can not store message {0} on destination {1}. The destination total byte limit (maxTotalMsgBytes) of {2} bytes has been reached.”

IJMQ_B4122

変更なし

メッセージの内容を以下に変更しました。
旧:“IJMQ_B4122 : Can not store message {0} on destination {1}. The message size of {2} bytes is larger than the individual message byte limit (maxBytesPerMsg) of {3} bytes.”
新:“IJMQ_B4122 : Can not store message {0} on destination {1}. The message size of {2} bytes is larger than the destination individual message byte limit (maxBytesPerMsg) of {3} bytes.”

IJMQ_C4103

変更なし

メッセージの内容を以下に変更しました。
旧:“IJMQ_C4103: Transaction invalidated due to fail over occurred. Application must call session.rollback() to start a new transaction.”
新:“IJMQ_C4103: The transaction has been invalidated due to fail over occurred. Please rollback the transaction.”