May 2013
Intermediate to advanced
748 pages
20h 58m
English
CHAPTER 13
![]()
Java Message Service
The Java Message Service is an API that allows software to create, edit, read, and send messages between other software applications or components. The API allows resources to be created within an application server that facilitates messaging capability in various contexts. The application server houses connection factory and destination resources, and these resources are created and maintained by the application server. That said, different application server implementations might have minor differences in their JMS implementations.
In addition to the basic messaging facilities, JMS also provides the ability to ...