incodehq/incode-platform

Enhance publishmq module to support the outbox pattern.

Opened this issue · 0 comments

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.