InterviewSolution
Saved Bookmarks
| 1. |
What Is Connection Factory? |
|
Answer» A CONNECTION factory is an object that a JMS CLIENT USES to create a connection with a JMS provider. We use connection factory in SOA SUITE tool to connect to server where JMS queue/topic created. A connection factory is an object that a JMS client uses to create a connection with a JMS provider. We use connection factory in SOA suite tool to connect to server where JMS queue/topic created. |
|