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を指定しないでください。