MCQOPTIONS
Saved Bookmarks
| 1. |
Implementation which returns the same underlying JMS connection each time (which is thread-safe according to the JMS API) and ignores calls to the close() method. |
| A. | org.springframework.jms.connection.SingleConnectionFactory |
| B. | org.springframework.jms.connection.Single |
| C. | org.springframework.jms.connection.SingleConnection |
| D. | none of the mentioned |
| Answer» B. org.springframework.jms.connection.Single | |