Multiple choice technology packaged enterprise solutions

which of the services require a listener

  1. JMS

  2. EJB

  3. SOAP

  4. HTTP

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

JMS (Java Message Service) requires a listener to receive and process messages from a queue or topic. The listener continuously monitors the messaging destination and invokes service processing when messages arrive. EJB uses direct RMI/IIOP calls, SOAP and HTTP use request/response patterns - none require continuous listeners like JMS.