ページの先頭行へ戻る
Interstage Application Server V12.0.0 メッセージ集
FUJITSU Software

17.8.13 jms2719

JMS:ERROR:jms2719: The 'createConnectionConsumer' operation failed.  A null Destination was specified.
JMS:エラー
:jms2719: Operation'createConnectionConsumer'が失敗しました。nullのDestinationが指定されました。

意味

Destinationオブジェクトにnullが指定されたため、ConnectionConsumerが生成できませんでした。

システムの処理

処理を中止します。

ユーザの対処

アプリケーションにおいて、Destinationオブジェクトのインスタンスにnullが指定されていないかを確認してください。ConnectionConsumerを生成する場合は、Destinationオブジェクトのインスタンスにnullを指定しないでください。