incodehq / incode-platform

Combines incode.org modules and isisaddons.org into a single set of modules.
http://platform.incode.org
Apache License 2.0
8 stars 9 forks source link

Enhance publishmq module to support the outbox pattern. #115

Open danhaywood opened 4 years ago

danhaywood commented 4 years ago

So that the publishing to ActiveMQ can be disabled, and instead also save a copy to a new Outbox entity (same shape as PublishedEvent).

Should also provide REST domain services to all OutboxEvent to be queried and instances to be removed.