Multiple choice technology

What type messaging is provided by JMS

  1. Both synchronous and asynchronous

  2. asynchronous

  3. synchronous

  4. none

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

JMS (Java Message Service) supports both synchronous (synchronous receive blocks until message arrives) and asynchronous (message listener receives callbacks) messaging modes, giving developers flexibility in application design.