JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Java CAPS JMS JCA Wizard User's Guide     Java CAPS Documentation
search filter icon
search icon

Document Information

Using the JMS JCA Wizard

About the JMS JCA Wizard

Receiving a JMS Text Message

To Create an Admin Object Resource

To Create the EJB Module Project

To Create the JCA Message-Driven Bean

To Test the Sample Code

Sending a JMS Text Message

To Create an Admin Object Resource

To Define a JMS Session Instance

Create a Reference to the Destination Object

To Test the Sample Code

Initiating a Request-Reply Transaction

To Create the EJB Module Project

To Create a Message Driven Bean

To Create a JCA Message-Driven Bean for the Destination

About the JMS JCA Wizard

The JMS JCA Wizard provides tools for Java EE users to easily connect to JMS message servers from their Java EE applications. The wizard is a NetBeans IDE plug-in module and provides GUI support for the JMS JCA inbound configuration and for code fragment generation through a drag-and-drop code palette. The wizard leverages the EJB 3.0 and JCA 1.5 APIs to simplify code creation. The runtime components are GlassFish Enterprise Server and the JMS JCA Adapter. The JMS JCA Adapter is a JCA 1.5 compliant resource adapter. The advantage of using the JMS JCA Adapter is that it allows you to connect transparently to the message servers from different vendors, such as WebSphere, WebLogic, JBoss, and so on.