You have defined an event. You now want to trigger that event from an existing Mediator
component.
How do you link the event to the Mediator so that the Mediator can raise the event to the Event
Delivery Network (EDN)?
A.
Use the SOA Composite Editor to specify the event as a property on the incoming wire into the
Mediator component.
B.
Use a text editor to modify the .edl file that defines the event so that the Mediator is identified as
a publisher.
C.
Use the SOA Composite Editor to add a raise action to the Mediator’s .mplan specification file.
D.
Use Enterprise Manager to associate the Mediator with the appropriate event.
Explanation:
Note:
* What Happens When You Create and Subscribe to a Business Event
The source code belowprovides details about the subscribed event of the Oracle Mediator service
component.
Example, Subscribed Event
<component name=”OrderPendingEvent”>
<implementation.mediator src=”OrderPendingEvent.mplan”/>
<business-events>
<subscribe
xmlns:sub1=”/oracle/fodemo/storefront/entities/events/edl/OrderEO”
name=”sub1:NewOrderSubmitted” consistency=”oneAndOnlyOne”
runAsRoles=”$publisher”/>
</business-events>
</component>
C.
C
C
C