Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Send a request using the Stock Quote client to the ESB as follows. For information about the Stock Quote client, see the Sample Clients section in the WSO2 ESB documentation.

    Code Block
    ant stockquote -Dtrpurl=http://localhost:8280 -Dsymbol=foo

    After sending the request, note that a message accepting the request is displayed on the Stock Quote service's console. This is triggered as an event when the message is published into the topic to EventConsumerTopic that you created earlier. All subscribers will receive the topic. 

...