Solved

Consider the Following Spring JMS Configuration ≪jms:listener-Container Connection-Factory="connectionFactory"> ≪jms:listener Destination="order

Question 19

Multiple Choice

Consider the following Spring JMS configuration <jms:listener-container connection-factory="connectionFactory"> <jms:listener destination="order.queue" ref="orderListener" method="order"/> </jms:listener-container> Which of the following statements is truE. (select one)


A) Spring will automatically receive messages from the order.queue.destination
B) The orderListener bean has to implement javax.jms.MessageListener or Spring's SessionAwareMessageListener interface
C) The application needs to run in an application server that provides a JMS implementation out of the box
D) Spring will automatically send a response message

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions