The general section of the Business Event displays common information for business event.
Only users who have the Integration Administrator role can perform the administrative tasks:
Subscribe to an event
If a selected business event is not subscribed, the Subscribe button appears in the event details page for the integration administrator. Clicking the Subscribe button lets you subscribe to the selected business event. Internally, an event subscription is automatically created for that event with WF_BPEL_QAGENT as Out Agent. Once the event subscription has been successfully created, a confirmation message appears on the Business Event interface detail page.
To consume the business event message, you should register to dequeue the event from Advanced Queue WF_BPEL_Q. If a business event is enabled and if there is at least one subscriber registered to listen to the WF_BPEL_Q queue, then the event message will be enqueued in WF_EVENT_T structure to Advanced Queue WF_BPEL_Q.
For more information on how to dequeue messages, see the Oracle Streams Advanced Queuing User's Guide.
Unsubscribe the event
The Unsubscribe button becomes available in the details page if the selected event has been subscribed. Clicking the Unsubscribe button lets you remove or unsubscribe the event.
For more information about subscribing to business events, see Subscribing to Business Events.