I am working on a web application in silverlight. i want to use msmq to send data to the remote server in offline mode. I have absolutely no idea about msmq, except for some basics. i used this link to create triggers, rules and queue
http://www.left-brain.com/tabId/65/itemId/1690/pageId/3/Pro-MSMQ-Microsoft-Message-Queue-Programming.aspx
I created a private queue, trigger and a rule. I have registered for com components.
but i am not able to excute the method in the rule.
Am i missing something.
Any help will be greatly appreciated.

Hi

Not directly possible:
http://blogs.msdn.com/b/johnbreakwell/archive/2009/11/04/msmq-and-silverlight-pardon.aspx

Here's some help from another forum:

"Silverlight is running on client, not on your server. If you want to access MSMQ you are talking about the Server side code. From Silverlight you use Web service to communicate back to Server. If you have some old ASP.NET code that access your MSMQ, you still can call those code from your Service. Just not directly from your Silverlight code.

Sally Xu
Software Engineer
Aprimo, Inc"

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.