This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Enhance publishmq module to support the outbox pattern. #115
Comments
danhaywood
added a commit
that referenced
this issue
Oct 1, 2019
danhaywood
added a commit
that referenced
this issue
Oct 1, 2019
danhaywood
added a commit
that referenced
this issue
Oct 1, 2019
danhaywood
added a commit
that referenced
this issue
Oct 1, 2019
danhaywood
added a commit
that referenced
this issue
Oct 1, 2019
…or publishmq service The JMS code now moves into this module, meaning that publishmq service itself is agnostic, just iterates over its own SPI.
danhaywood
added a commit
that referenced
this issue
Oct 1, 2019
danhaywood
added a commit
that referenced
this issue
Oct 1, 2019
danhaywood
added a commit
that referenced
this issue
Oct 1, 2019
…upon it. Also adds implementations of InteractionExecutionRepository and PublishedObjectsRepository for OutboxEvent.
danhaywood
added a commit
that referenced
this issue
Oct 1, 2019
danhaywood
added a commit
that referenced
this issue
Oct 3, 2019
outboxclient, outbox-canonical; removes PublishedEventAbstract
danhaywood
added a commit
that referenced
this issue
Oct 3, 2019
danhaywood
added a commit
that referenced
this issue
Oct 3, 2019
danhaywood
added a commit
that referenced
this issue
Oct 3, 2019
danhaywood
added a commit
that referenced
this issue
Oct 3, 2019
danhaywood
added a commit
that referenced
this issue
Oct 3, 2019
danhaywood
added a commit
that referenced
this issue
Oct 3, 2019
…or publishmq service The JMS code now moves into this module, meaning that publishmq service itself is agnostic, just iterates over its own SPI.
danhaywood
added a commit
that referenced
this issue
Oct 3, 2019
danhaywood
added a commit
that referenced
this issue
Oct 3, 2019
danhaywood
added a commit
that referenced
this issue
Oct 3, 2019
…upon it. Also adds implementations of InteractionExecutionRepository and PublishedObjectsRepository for OutboxEvent.
danhaywood
added a commit
that referenced
this issue
Oct 3, 2019
danhaywood
added a commit
that referenced
this issue
Oct 3, 2019
outboxclient, outbox-canonical; removes PublishedEventAbstract
danhaywood
added a commit
that referenced
this issue
Oct 3, 2019
danhaywood
added a commit
that referenced
this issue
Oct 3, 2019
danhaywood
added a commit
that referenced
this issue
Oct 3, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: