Multiple choice technology platforms and products

Which of the following are valid relationships between JMS objects in the WebLogic Server?

  1. A single JMS store can support multiple JMS servers.

  2. Multiple consumers may consume from the same queue, but multiple producers may not send to the same queue.

  3. Multiple JMS Servers may exist on one WebLogic 6.0 server.

  4. A JMS Server can be deployed on only one server.

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

WebLogic allows multiple JMS servers on a single WebLogic server instance (C is true). A JMS server is deployed to and runs on exactly one WebLogic server (D is true). A JMS store typically backs one JMS server, not multiple (A is false). JMS queues support multiple producers AND multiple consumers (B is false).