--
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To post to this group, send email to haze...@googlegroups.com.
To unsubscribe from this group, send email to hazelcast+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hazelcast?hl=en.
You can implement something like this:
* put keys to a queue
* put tasks to map
* poll the queue to get key
* get task from map using key
* execute task
* finally either remove task from map or offer key to queue back.