Multiple choice technology testing

Middleware business layer to Supersystem using the MQ infrastructure through

  1. JMS

  2. JDBC

  3. RMI

  4. CPD2

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

JMS (Java Message Service) is the standard Java API for messaging using MQ (Message Queue) infrastructure. The middleware business layer uses JMS to communicate with the Supersystem through MQ queues. JDBC is for database connectivity, RMI for remote method invocation, and CPD2 appears to be a database name, not a communication protocol.