Connector for JMS architecture

Messages, in the context of this adapter, are requests and events containing business data that are consumed by enterprise applications. Message Oriented Middleware products (MOM) enable enterprise applications to send messages to and receive messages from one another in an asynchronous fashion. The Java Message Service (JMS) API was established to standardize the way that Java programs communicate with these messaging systems. In the past, a messaging client was often written to work with a single specific MOM system. JMS clients, such as the adapter, can generally take advantage of any messaging system that provides JMS support. The WBI adapter for JMS allows you to integrate with the growing number of enterprise messaging systems that support the JMS standard.

Copyright IBM Corp. 1997, 2003