| java.lang.Object com.mockrunner.example.jms.StockQuotePublisher
StockQuotePublisher | public class StockQuotePublisher (Code) | | This example class sends multiple messages
to a topic within a transaction. The first message
is a TextMessage with the current
timestamp. The following two messages refer to
the first message with this timestamp as
correlation id. They contain the market rates for
some stocks in the form of maps (the company name
maps to the market rate).
|
setQuotes | public void setQuotes(Map nasdaqRates, Map dowRates)(Code) | | |
|
|