文件名称:RabbitMQ for Android
文件大小:661KB
文件格式:ZIP
更新时间:2021-08-28 11:29:02
RabbitMQ
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 client is also available using which one can test if the server is working or not.
【文件预览】:
AndroidAMQPExample-master
----AMQPTest()
--------gradlew.bat(2KB)
--------gradlew(5KB)
--------gradle.properties(855B)
--------AMQPTest.iml(877B)
--------app()
--------gradle()
--------.idea()
--------.gitignore(81B)
--------settings.gradle(15B)
--------build.gradle(436B)
----Python()
--------emit_group_messages.py(1KB)
--------emit_receive_messages.py(979B)
----screenshots()
--------Screenshot_2015-03-07-15-41-51.png(140KB)
----README.md(2KB)