How do I connect to MSMQ (Microsoft Messaging Queue) from Android?

微笑、不失礼 提交于 2019-12-24 09:29:18

问题


Hi I am trying to connect to a MSMQ from an Android phone. The problem is that all the libraries that I seem to find have to run in Windows since they appear to just be wrappers around C libraries ("DLL"). I found J-Integra but it seems like a very messy non-open source solution. Anybody has any ideas?

And does anybody know of a server in linux to host queues that I can install for testing?

Thanks


回答1:


Step #1: Find some sort of Web service that interfaces with MSMQ

Step #2: Have Android work with the Web service




回答2:


I'd recommend creating a WCF service that's RESTful and having Android interface with that using the HttpClient.



来源:https://stackoverflow.com/questions/4160240/how-do-i-connect-to-msmq-microsoft-messaging-queue-from-android

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!