Multiple choice technology What type messaging is provided by JMS Both synchronous and asynchronous asynchronous synchronous 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.