LibraryLink ToToggle FramesPrintFeedback

Introduction

The FUSE Services Framework JCA Connector's inbound support makes use of the JCA 1.5 specification's message inflow contract and EJB 2.1 or higher message-driven beans (MDBs). The JCA 1.5 specification defines a framework that allows the FUSE Services Framework JCA Connector to be notified when a MDB starts. The FUSE Services Framework JCA Connector then activates the FUSE Services Framework service endpoint facade, which receives client requests and invokes on the MDB's listener interface.

The instructions in this chapter assume that you are familiar with writing EJBs, including Message Driven Beans and Stateless Session Beans.

[Note]Note

To use the FUSE Services Framework JCA Connector your application server must support JCA 1.5 and EJB 2.1 or higher; for example, WebSphere 6.1.

For more information about the JCA 1.5 message inflow contract, see Chapter 12, Message Inflow of the JCA 1.5 Specification.

In addition, if you are interested in knowing more about what goes on behind the scenes when a resource adapter, such as the FUSE Services Framework JCA Connector, invokes an application asynchronously through a MDB, see JCA 1.5, Part 3:Message Inflow.

You can use the FUSE Services Framework JCA Connector to expose your J2EE application as a Web service using any of the following scenarios:

The rest of this chapter describes these scenarios in more detail.