Multiple choice technology platforms and products

A Weblogic server uses JMS synchronous calls under the hood for mocking asynchronous delivery of messages to a MDB from a foreign JMS provider.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

WebLogic MDBs listening to foreign JMS queues use synchronous consumer calls internally. The MDB appears to receive messages asynchronously, but under the hood WebLogic makes synchronous receive() calls to the foreign provider to deliver messages to the onMessage method.