reTHINK-project / dev-msg-node-vertx

Apache License 2.0
0 stars 2 forks source link

Persistence of MN Subscriptions #29

Closed pchainho closed 7 years ago

pchainho commented 7 years ago

The Subscription Manager should persist listeners added to BUS in order not to loose them in case it is for some reason rebooted. When rebooted, the Subscription Manager should look on persisted subscriptions and add them again as listeners into the BUS.

luistduarte commented 7 years ago

Vertx in-memory data grid based on Hazelcast is used to persiste data.

This means Vertx has to be deployed in Cluster Mode. When one of them for some reason goes down, when it is rebooted it will get back every subscriptions registered.