InterviewSolution
Saved Bookmarks
| 1. |
What Is Jms Session? |
|
Answer» A single-threaded context for SENDING and RECEIVING JMS MESSAGES. A JMS session can be nontransacted, locally transacted, or participating in a DISTRIBUTED transaction. A single-threaded context for sending and receiving JMS messages. A JMS session can be nontransacted, locally transacted, or participating in a distributed transaction. |
|