Java Message Service (JMS) Question:
Download Questions PDF

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.

Download Java Message Service (JMS) Interview Questions And Answers PDF

Previous QuestionNext Question
How does a typical client perform the communication? Queue What is the use of JMS? In which situations we are using JMS? Can we send message from one server to another server using JMS?