Question: Which of the following statements is false about synchronous and asynchronous message consumption JMS? (a) receive() method is used to consume a message synchronously. (b)
Which of the following statements is false about synchronous and asynchronous message consumption JMS?
(a) receive() method is used to consume a message synchronously.
(b) A message listener is used to consume a message synchronously.
(c) Messages are consumed asynchronously by using a message listener.
(d) In asynchronous messaging, the onMessage() method of the listener is invoked when a message arrives.
Step by Step Solution
3.39 Rating (158 Votes )
There are 3 Steps involved in it
b A message ... View full answer
Get step-by-step solutions from verified subject matter experts
