Oracle Exadata Database Machine X7 and Database In-Memory — Question 10

You are configuring a JMS server with a need for load balancing the messages. To achieve the load balance you should _______and _______.

Answer options

Correct answer: B, C

Explanation

The correct response is B and C because using distributed queues and topics allows for effective message distribution across multiple servers, enhancing load balancing. Avoiding subdeployments ensures that messages are not restricted to specific server instances, which could hinder load balancing efforts. The other options do not directly contribute to load balancing in a JMS server configuration.