Multiple choice technology platforms and products

You want to distribute messages across multiple receivers using a TIBCO EMS queue. Which prerequisite must be met?

  1. The EMS queue should be set to global

  2. The EMS queue should be set to non-exclusive

  3. The JMS Application properties should be configured for load balancing

  4. The Load Balancing option should be configured on the JMS Connection resource

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

For multiple receivers to consume messages from a single TIBCO EMS queue, the queue must be configured as non-exclusive (exclusive queues lock to a single consumer). Global queues are for cross-server communication, JMS Application properties don't control queue behavior, and load balancing configuration is not the prerequisite - queue exclusivity is.