What is JMS session?
A single-threaded context for sending and receiving JMS messages. A JMS session can be nontransacted, locally transacted, or participating in a distributed transaction. Read more »
A single-threaded context for sending and receiving JMS messages. A JMS session can be nontransacted, locally transacted, or participating in a distributed transaction. Read more »
A messaging system that implements the Java Message Service as well as other administrative and control functionality needed in a full-featured messaging product. Read more »
A Java language program that sends or receives messages. Read more »
One or more JMS clients that exchange messages. Read more »
An object created by a JMS session that is used for sending messages to a destination. Read more »
An enterprise bean that is an asynchronous message consumer. A message-driven bean has no state for a specific client, but its instance variables can contain state... Read more »
A method of transmitting messages without having to block until a response is received. Read more »
A set of associations between unique, atomic, people-friendly identifiers and objects. Read more »