On 3 November 2015 at 08:36:56, Rambabu (
rambabu...@gmail.com) wrote:
> Actually my intension is to implement Apple and Android push
> notifications(For Android and iPhone devices)
OK, so you want to propagate messages to iOS and Android devices as
push notifications.
We don't have immediate plans to add something like this. In fact, I'm not sure
how much value there would be: what messages should be propagated and what rates
are reasonable varies from system to system, so we can't make assumptions about it.
At the same time, developing a tiny service that consumes messages from RabbitMQ
and propagates them to iOS and Android push notification services shouldn't be too time consuming
and would give you full control over what is propagated and how.
That said, if you have ideas about what such a notifications plugin would do and what
its value proposition would be, let us know.