A developer needs to build an asynchronous decision service that can process extremely high transaction volume for a small input request and from an application that is not mission critical.
Which API offers the fastest throughput, sufficient reliability, and least amount of client side development for this decision service?
- SOAP/XML web service
- REST/JSON web service
- Java Message Service (JMS)
- Remote interface of an EJB rule session
Reveal Solution Next Question