Building Your Event-Driven Architecture : Using Integration Server to Build a Client for JMS : Introduction to JMS : JMS API Programming Model : Sessions
Sessions
A session object is a single-threaded context for producing and consuming messages. If a client uses different threads for different paths of message execution, then a session must be created for each of the threads.
A session is used to create message producers, message consumers, temporary topics, and temporary queues; it also supplies provider-optimized message factories.
In JMS, a session provides the context for grouping a set of send and receive messages into a transactional unit.
Copyright © 2016 - 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback