© Josh Juneau 2020
J. JuneauJakarta EE Recipeshttps://doi.org/10.1007/978-1-4842-5587-2_12

12. Java Message Service

Josh Juneau1 
(1)
Hinckley, IL, USA
 

The Java Message Service (JMS) 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 factories 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 ...

Get Jakarta EE Recipes: A Problem-Solution Approach 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.