Hi,
   I am looking for suggestions/example code on how to do the following:

(1) On client startup my service would Initially push out some messages to
the client
(2) Push out incremental messages to client when responding to some other
message that I receive

So for (1) I was thinking I would need the client to send a message
indicating a request for the initial state. I was thinking that at that
point I would create some queue and tell the client to subscribe to messages
in that queue (I would have to make that queue unique somehow. Any ideas?).
The client would subscribe to the incremental updates at that point so no
incremental messages are missed. I would then push out the intitial messages
and then the incremental ones. 

Is there an easy way to do this? Are there any examples of how I can do
this?
-- 
View this message in context: 
http://www.nabble.com/DESIGN-GUIDANCE-PLEASE%3A-Initial-Set-of-Messages-followed-by-Incremental-Messages-tf3482857s2354.html#a9722255
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to