...
ant stockquote -Dtrpurl=http://localhost:8280 -Dsymbol=Foofoo
After sending the request, note that a message accepting the request will show on the Stock Quote service's console. This is triggered as an event when the message is published into the topic EventConsumerTopic
created earlier. All subscribers will receive the topic.
...