Hi Tim, I am using the sample webapps/demo. I am running the ajax client(portfolio.html) without modification. Instead of running publisher from demo, i am running SimpleProducer.cpp to send the messages to the broker and wants client to pick data from there. For testing purpose, I have specified the topic as STOCKS.SUNW and modified the text message as,
string text = (string)"<price stock=SUNW" + (string)"bid=" + Integer::toString(bid) + (string)"offer=" + Integer::toString(offer) + (string)" movement=" + movement + "/>"; My intention is to publish data to the broker from a cpp publisher and that data should be fetched by ajax client, eg. I want my CPP code to send data tothe broker, which portfolio.html should display in real tiem. PLease let me know if I am doing any thing wrong or I ahve to use some other procedure. Hope for an early reply. Thanks, Manu Timothy Bish wrote: > > On Mon, 2009-03-30 at 11:21 -0700, manua wrote: >> Hi All, >> >> I am trying to run the Market data example of webapps/demo. I am able to >> run >> the example with portfolio in one window and publisher in another window. >> >> I wan to run the same portfolio client, but instead of getting data from >> publisher class I want portfolio to pick data sent by a CPP publisher. I >> was >> trying to send the XML messages from CPP publisher/producer and recieved >> them by the portfolio client. I modified the publisher code and hard >> codded >> it to send data to one of the broker as STOCKS.SUNW, but it didn't work. >> >> Kindly help me with this. >> >> Any help in this regard will be highly appreciated. > > Without seeing code its hard to know why your AJAX client didn't receive > messages sent by the C++ producer. If you want to pass along any code > snippets that demonstrate what you are doing I can try and help out. > > Regards > Tim. > > > -- > Tim Bish > http://fusesource.com > http://timbish.blogspot.com/ > > > > > -- View this message in context: http://www.nabble.com/How-to-integrate-Ajax-client-with-ActiveMQ-CPP-publisher-tp22789525p22803435.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.