- Session
A JMS object that provides a single-threaded context for producing and consuming messages. JMS clients use the
Sessionobject to create producers, consumers, messages, and other artifacts used to work with messages.- Spring framework
A comprehensive programming and configuration model for modern Java-based enterprise applications the uses dependency injection.
See Also dependency injection.
- standalone broker
See standalone container.
- standalone container
A container that is not part of a fabric and does not have a Fabric Agent installed.
- store and forward
A paradigm in which brokers receive messages, store them locally, and forwards the message to a recipient when it is able to do so. The message is only deleted once it has been successfully delivered.
- Streaming Text Orientated Messaging Protocol (STOMP)
A language agnostic, simple text-based protocol that allows clients to talk with any message broker supporting the protocol.







