Multiple choice technology mainframe

A developer needs to interact with third-party messaging middleware. Which binding should be used?

  1. JMS

  2. MQ JMS

  3. Generic JMS

  4. .Web service - SOAP over JMS

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

For interacting with third-party or non-IBM messaging middleware that supports JMS, the 'Generic JMS' binding should be used. MQ JMS is specific to IBM MQ. Regular JMS and Web Service-SOAP over JMS bindings are also for specific purposes. Generic JMS provides flexibility for various JMS providers.