jmohan
04-28-2008, 12:31 PM
Dear All,
I am developing a toolbar for my website using javascript to capture the url. I need to save and retrieve data(url) in MsMQ using Javascript.
Front End: Asp.ent with c#
Back End: MySQL server 5.0
Why should I use the MsMQ:
Actually, I am storing the data to mysql server. It will make to slow the process of retrieving and saving the huge amount of data in the mysql server 5.0 . If I use the MsMQ as an intermediate Queuing service, my data access process will be fast. So, Please help me in the javascripts of msmq connection using javascript.
I am developing a toolbar for my website using javascript to capture the url. I need to save and retrieve data(url) in MsMQ using Javascript.
Front End: Asp.ent with c#
Back End: MySQL server 5.0
Why should I use the MsMQ:
Actually, I am storing the data to mysql server. It will make to slow the process of retrieving and saving the huge amount of data in the mysql server 5.0 . If I use the MsMQ as an intermediate Queuing service, my data access process will be fast. So, Please help me in the javascripts of msmq connection using javascript.