Dabiel Kabuto
Dabiel Kabuto

Reputation: 2862

Does Windows Phone support MSMQ?

I need to write an app where Windows Phone mobile sends and listen messages from a queue placed in a Windows 2012 server. I am thinking several options: creating a queue manually using SQL Server + web services, or RabbitMQ or MSMQ.

Is MSMQ supported by Windows Phone? Reading the documentation I am not sure.

Upvotes: 0

Views: 127

Answers (2)

John Breakwell
John Breakwell

Reputation: 4687

No MSMQ on Windows Phone AFAIK.

Blog

Upvotes: 0

Dai
Dai

Reputation: 155578

MSMQ is not exposed over the Internet, so no, you cannot.

Upvotes: 0

Related Questions