Support through JCA
webMethods Broker as a JMS provider provides JCA support for the following application servers:
IBM WebSphere Application Server
JBoss Application Server
The installation of webMethods Broker used as a JMS provider includes a custom JCA resource adapter that uses the JMS client library and integrates webMethods Broker with an application server.
The following diagram illustrates the flow of data between webMethods Broker that is used as a JMS provider, the webMethods Resource Adapter for JMS, the application server, and a message-driven bean.
As shown in the diagram above, incoming messages are published to the webMethods Client for JMS. The webMethods Client for JMS hands the message to the webMethods Resource Adapter for JMS. The webMethods Resource Adapter for JMS hands the message to the onMessage method of the MDB.