Re: Send a message to all application instances
James Bayer
a common way is to use a pub/sub pattern with a cf service the app binds
toggle quoted messageShow quoted text
to. the service could be something like rabbitmq or redis that supports the pub/sub pattern.
On Sun, Jul 19, 2015 at 11:35 PM, Peter Dotchev <dotchev(a)gmail.com> wrote:
Hello, --
Thank you, James Bayer
|
|