Shahbaz Chaudhary wrote:
In excel, you just have to type the following formula: =rtd("rtd.test",,"amqp://guest:[EMAIL PROTECTED]/test?brokerlist='tcp://<host>:567 2'","<topic>","<field>") This will subscribe to a topic, each time an update is received, it will retrieve a field and display it in Excel. Example:=rtd("rtd.test",,"amqp://guest:[EMAIL PROTECTED]/test?brokerlist='tcp://<host>:567 2'","md.bidsoffers","price") This will just display the price for all incoming bidsoffers (so MSFT/ORCL/EBAY will be mixed in)
Great job; this looks nice and to my mind the potential is obvious and exciting! If you want to contribute code the preferred way is to create a JIRA and attach the relevant files to that, checking the box that officially grants the code to the ASF for use.
