thenativeweb / node-cqrs-domain

Node-cqrs-domain is a node.js module based on nodeEventStore that. It can be very useful as domain component if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.
http://cqrs.js.org/pages/domain.html
MIT License
269 stars 57 forks source link

need eventbus #20

Closed izengliang closed 10 years ago

izengliang commented 10 years ago

i think need eventbus , manage events and restore / retry.

adrai commented 10 years ago

I use RabbitMQ

adrai commented 10 years ago

to rebuild / restore a readmodel i use a rest service in front of the eventstore