Chapter 7. Messaging with JMS and Message-driven Beans

Java Message Service (JMS) is a standard Java EE messaging API that allows loosely coupled, asynchronous communication between Java EE components.

NetBeans includes good support to aid us in creating applications that take advantage of the JMS API, generating most of the JMS-specific code and allowing us to focus on the business logic of our application.

We will cover the following topics in this chapter:

  • Introduction to JMS
  • Creating JMS resources from NetBeans
  • Implementing a JMS message producer
  • Consuming JMS messages with message-driven beans

Introduction to JMS

JMS is a standard Java EE API that allows loosely coupled, asynchronous communication between Java EE components. Applications that take ...

Get Java EE 7 Development with NetBeans 8 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.