mrmorrandir / EventSourcing

An event sourcing library with an EF Core based persistence (in order to use MSSQL and other relational databases that are available in corporate scopes).
MIT License
1 stars 0 forks source link

Initializer for RabbitMQ Exchanges #22

Closed mrmorrandir closed 1 month ago

mrmorrandir commented 1 month ago

The current publisher only registers an exchange on execution, which is bad when other services require this exchange. The exchange should be initialized on startup with some UseRabbitMQPublishing method.