Process A has a Timer. Process B has a JMS Queue Receiver. Process C has a JMS Topic Subscriber. These processes are to be deployed on two machines and configured to operate in fault-tolerant and load-balanced mode. Which two steps should you take to achieve this configuration? (Choose two.)
A
bundle the Timer and the JMS Queue Receiver in one EAR file and deploy it in fault-tolerant mode
B
bundle the JMS Topic Subscriber and Timer in one EAR file and deploy it in fault-tolerant mode
C
put the JMS Queue Receiver in its own EAR and deploy it twice
D
bundle the two JMS-based starters in one EAR file and deploy it twice
E
put the Timer in its own EAR and deploy it in fault-tolerant mode
F
put the JMS Topic Subscriber in its own EAR file and deploy it twice
Show Answer