HI Tim, I have tried that part. With this publisher, I am able to publish messages and consume them throgh another Java consumer or cpp consumer. The problem comes in consuming the data through ajax client. I need your advice on that part.
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. Mu publisher is sending data as I could see the messages in cosole, but they are not recieved by the client. 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 Tue, 2009-03-31 at 04:45 -0700, manua wrote: >> 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 > > My first recommendation would be to take a step back and first try and > get the CPP client code to produce a message and consume it via a Java > app or another C++ client, that way you know you've gotten the > publishing code right, then once you have that right you can move on to > trying to get the data in the webapp. > > 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-tp22789525p22804937.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.