Java Message Service (JMS) Question: Download Java Message Service (JMS) PDF

What is JMS session?

Tweet Share WhatsApp

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) PDF Read All 27 Java Message Service (JMS) Questions
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?