Re: Publish/suscribe pattern question

2016-09-02 Thread Julien Nicoulaud
to > separate the destinations as well.. one for boot strap and another for > updates. > > > > On 9/1/16 2:19 PM, Julien Nicoulaud wrote: > >> I realize using retroactive consumers with a >> custom SubscriptionRecoveryPolicy might be just what I need. >> >

Re: Publish/suscribe pattern question

2016-09-01 Thread Julien Nicoulaud
I realize using retroactive consumers with a custom SubscriptionRecoveryPolicy might be just what I need. 2016-09-01 21:06 GMT+02:00 Julien Nicoulaud : > Hi, > > I'm trying to implement the following simple pattern using ActiveMQ: > - my server maintains a "state" >

Publish/suscribe pattern question

2016-09-01 Thread Julien Nicoulaud
Hi, I'm trying to implement the following simple pattern using ActiveMQ: - my server maintains a "state" - my clients connect to the server, get a snapshot of the state and suscribe to updates of the state So I need the "state snapshot + subscription" step to be atomic for each client connectin