using rabbitmq in android for chat
问题 We have implemented rabbitmq chat in android. but java client of rabbitmq is power hungry.is rabbitmq good for android chat?. we have used direct exchange individual queue for persons and individual routing keys. what is the best design pattern for one to one chat in rabbitmq. and also ways to reduce battery usage 回答1: I don't think that use RabbitMQ directly for developing a chat is the better solution. There are other solution more light please read this post about MQTT. Another standard