An open API service indexing awesome lists of open source software.

https://github.com/kadirdemirkaya/outbox-inbox-design-pattern


https://github.com/kadirdemirkaya/outbox-inbox-design-pattern

inbox-pattern message-broker outbox-pattern sqlserver

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Outbox Inbox Pattern

#### In this project, a project based on OutboxInbox Pattern was developed.

# Outbox What is Inbox Pattern ?

#### Outbox is where the messages are sent but have not yet reached the recipient, and inbox is where the messages the recipient has received but not read yet.

| Section | Description |
| :-------------: | ----------- |
| `Publisher` | Working |
| `Transactional` | Working |

# Publisher Section

#### In this section, order information is recorded in the database. The order information here is retrieved at certain intervals and the information is sent to the required service or services via message brokers via events.

![outboxinbox](https://github.com/kadirdemirkaya/OutboxInboxPattern/assets/126807887/cefec1b3-09b4-450c-8ae1-4fdc416f5c16)