Skip to content

krishankumar95/PostBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostBox

A post-box for your Messaging Queue.

a) Outbound PostBox

Holds outgoing messages from a producer till their eventual pickup and delivery to the Messaging Queue.

1. Provides a buffer to fallback and keeps the async system functioning during intermittent failures.
2. Historic record keeping and replay of events for supporting various patterns like Event Sourcing. (Configurable)

b) Inbound PostBox

Holds incoming messages from Messaging Queue just before their deilvery to consumer.

1. Idempotency enforcement for the consumer.
2. Historic record keeping and replay of events for the consumer. (Configurable)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published