如何使用 RabbitMQ 在两个 Android 应用程序之间发送消息
我使用 RabbitMQ-Android 教程在 Android 中为 RabbitMQ 创建了一个应用程序。它运行良好。现在我想在 Android 中创建两个应用程序,并想使用 RabbitMQ 在它们之间进行通信。
我还没有找到有关此问题的任何示例或教程。 如果您可以提供代码链接,这将是一个很大的帮助。
感谢您的回复。我仅使用本教程创建了我的第一个应用程序。但本教程展示了通过 RabbitMQ 在 Android 和 .NET 应用程序之间进行连接。我没有 .NET 应用程序。因此,我想在 Android 中再创建一个应用程序,并且我想使用 RabbitMQ 在这两个应用程序之间发送消息。
是否可以?? 请给我关于这个主题的任何建议。 谢谢
I have created an application in Android for RabbitMQ using RabbitMQ-Android tutorial. It is working fine. Now I want to create two applications in Android and I want to make a communication between them using RabbitMQ.
I have not found any example nor tutorial regarding this issue.
It would be a great help, if you could provide a link with code.
Thanks for your reply. I have created my first application using this tutorial only. But this tutorial shows the connection between Android and .NET application through RabbitMQ. I don't have .NET application. So, I want to create one more application in Android, and I want to send message between these two applications using RabbitMQ.
Is it possible??
Please give me any suggestion on this topic.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Simon Dixon 有一个很好的教程,应该可以帮助您入门:http://simonwdixon.wordpress.com/2011/06/03/getting-started-with-rabbitmq-on-android-part-1/
Simon Dixon has a good tutorial that should get you going: http://simonwdixon.wordpress.com/2011/06/03/getting-started-with-rabbitmq-on-android-part-1/
您可以使用下面的 Python 脚本将消息发送到 Android 客户端应用程序。
You can use a Python script below to send message to Android client application.