Hi,
shital wrote: > > I am using activeMQ for displaying streaming stock prices in my > application. > Now i have to build alert framework. like if for some stock price goes > below thresold then i have to send email to whoever has set up that alert. > how can i do that using JMS and active MQ? > > Just as a note : my volume of data is very very high, so how do i monitor > such high volume of data. > This has nothing to do with ActiveMQ, but you can use some product for CEP, Complex Event Processing, or ESP, Event Stream Processing. One example is Esper: http://esper.codehaus.org/ There are others, like GemFire (http://www.gemstone.com/products/gemfire/rte.php) Best regards, Danilo -- View this message in context: http://www.nabble.com/Stock-Alert-with-ActiveMQ-tf2279016.html#a6363679 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
