Consider the Following Spring JMS Configuration ≪jms:listener-Container Connection-Factory="connectionFactory"> ≪jms:listener Destination="order
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:

Verified
Correct Answer:
Verified
Q14: Which statement concerning Aspect Oriented Programming (AOP)
Q15: Which of the following statements about Spring's
Q16: Security filters are used in Spring Security
Q17: import com.springsource.service.*; ... @Configuration public class AppConfig
Q18: Which of these is NOT a characteristic
Q20: Identify the correct statement(s) about the following
Q21: Which of the following statements is NOT
Q22: Which of the following statements is NOT
Q23: State which type of object the JdbcTemplate
Q24: Consider the following Spring Security configuration <security:http>