Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
応答も返すカスタムメッセージリスナーを作成したいのですが、MessageListenerを実装していますが、voidタイプのメソッドしかあり ません。publicvoid receive(Message arg0)throws MessageListenerException arg0.setResponse( "Test");を実行しようとしました。
しかし、それは例外をもたらしました。
MessageListener は、応答せずにメッセージをリッスンすることのみを目的としています。応答には、もう一度使用できますMessageProducer。
MessageProducer