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

1 Expert Approved Answer
Step: 1 Unlock

b A message ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Advanced Java Programming Questions!