Business Event API Support for Remote Clients
For remote clients to publish and subscribe to events in Oracle SOA Suite, there are several API options. Table 43-1 provides details.
Table 43-1 Remote API Options
Option | Description | Supported By | Advantages/Disadvantages |
---|---|---|---|
Plain JMS API |
Use to directly interact with EDN JMS topics. This is typically a J2SE client with raw JMS access. The remote client must configure JNDI properties to point to the SOA server. |
|
The advantages are:
The disadvantages are:
|
EDN API - |
For a J2SE client, such as Oracle Event Processing. This option provides all standard publish and subscribe options. The remote client must perform the following tasks:
|
|
The advantages are:
The disadvantages are:
For information about the JMS adapter, see the "Oracle JCA Adapter for JMS" chapter of Understanding Technology Adapters. |
For more information about the EDN APIs, see Java API Reference for Oracle SOA Suite Event Delivery Network.