Project Summary
Project Information
| Field | Value |
|---|---|
| Name | Core Commons Outbox Message Model |
| Description | It provides an implementation of the Outbox Pattern for Spring-based applications, ensuring reliable messaging and consistency in distributed systems. By integrating with transactional contexts, this module allows domain events to be stored and published as part of a database transaction, supporting eventual consistency between services. It simplifies the development of event-driven architectures while adhering to modularity and Clean Architecture principles. |
| Homepage | https://macha.machanism.org/core/core-commons/spring-commons/spring-outbox/outbox-message-model |
Project Organization
This project does not belong to an organization.
Build Information
| Field | Value |
|---|---|
| GroupId | org.machanism.macha.core.commons.spring.outbox |
| ArtifactId | outbox-message-model |
| Version | 0.0.4-SNAPSHOT |
| Type | jar |
| Java Version | 11 |
Macha