1. 首页
  2. 移动开发
  3. Android
  4. RabbitMQ for Android

RabbitMQ for Android

上传者: 2018-12-25 12:39:12上传 ZIP文件 661.26KB 热度 35次
This is a demo application which shows how RabbitMQ can be used for a group chat/messaging app. This uses RabbitMQ java bindings. A connection is set up and the queue is bound to group ids. MainActivity starts a service in background which handles the connection with the server. I'm using `EventBus` to communicate between Service and Activity. A naive Python implementation of the server is provided. As this is just a demo application, it uses some demo data. It can be extended to add users, events and other things. A python cli ent is also available using which one can test if the server is working or not.
下载地址
用户评论
moweiyu53226 2025-01-09 05:24:12

没有太大的参考价值,但是也不错了