...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Objective: Demonstrate the usage of the Event Mediator to publish messages to event topics.
...
- Deploy the
SimpleStockQuoteService
in sample Axis2 server and start it on port 9000. - Start ESB with Create the sample configuration: e.g.,
wso2esb-samples.sh -sn 460
below configuration and deploy it in the ESB profile.
Code Block | ||||
---|---|---|---|---|
| ||||
<definitions xmlns="http://ws.apache.org/ns/synapse"> <sequence name="main"> <log/> <event topic="stockquote"/> </sequence> </definitions> |
...