How can I send message to an azure queue from a 1.1 .net framework based application?

94 Views Asked by At

We need to integrate a web application based on .net framework 1.1 with an more recent application, we are thinking on using azure queues. Is that possible? There is always the option the option to poll a table, or to write a custom clinet, but we prefer not to if possible.

1

There are 1 best solutions below

0
On

As suggested by folks in the comments, it would be a good idea to upgrade so you can integrate with new applications or use the REST directly https://msdn.microsoft.com/en-us/library/azure/dd179355.aspx. Hope that helps!