CHAPTER 10

image

Java Message Service

The Java Message Service (JMS) is an API that allows software to create, edit, read, and send messages among other software applications or components. The API allows resources to be created within an application server that facilitate messaging capability in various contexts. The application server creates, houses, and maintains Connection Factory and Destination resources. That being said, different application server implementations may have minor differences in their JMS implementations.

In addition to the basic messaging facilities, JMS also provides the ability to send messages to destinations and publish ...

Get Introducing Java EE 7: A Look at What's New now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.