chat - RabbitMQ - How to save message for new consumer -
working on new chat project, want utilize rabbitmq transfer our message.
so can rabbitmq save message in queue or other place, when new people(consumer) comes, rabbitmq can flush saved message new people?
if utilize persistent queue, rabbitmq can store messages (the messages stored in same mnesia-db path). suppose each user has own queue, when user gets on line can download messages.
anyway don’t think thought utilize rmq force messages chat. there others appropriate technologies, mqtt, xmpp.
i suggest read post: using rabbitmq in android chat
rabbitmq chat
No comments:
Post a Comment