Hi,
In consumer application, for listening for asynchronous messages, we can use either onMessage() or handleMessage() method while setting 'SimpleMessageListenerContainer.setMessageListener ()'.
What is the difference between these two methods and when to use these methods?


Reply With Quote