You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: Add RabbitMQ Publisher Confirms to SlimMessageBus (Opt-In)
Description:
Introduce support for RabbitMQ Publisher Confirms in the SlimMessageBus library as an optional feature. Publisher Confirms provide a reliable mechanism for ensuring that messages published to RabbitMQ are successfully received by the broker. This feature is critical for scenarios where guaranteed message delivery is a priority.
Background:
RabbitMQ Publisher Confirms offer a robust way to handle acknowledgment of published messages, ensuring they are properly queued. This mechanism is well-documented and widely adopted in systems requiring high reliability. Adding support for this feature would enhance the library's reliability and extend its utility in more demanding production environments.
Feature Request: Add RabbitMQ Publisher Confirms to SlimMessageBus (Opt-In)
Description:
Introduce support for RabbitMQ Publisher Confirms in the SlimMessageBus library as an optional feature. Publisher Confirms provide a reliable mechanism for ensuring that messages published to RabbitMQ are successfully received by the broker. This feature is critical for scenarios where guaranteed message delivery is a priority.
Background:
RabbitMQ Publisher Confirms offer a robust way to handle acknowledgment of published messages, ensuring they are properly queued. This mechanism is well-documented and widely adopted in systems requiring high reliability. Adding support for this feature would enhance the library's reliability and extend its utility in more demanding production environments.
Suggested Implementation:
Related Discussions:
Benefits:
Thank you for considering this enhancement!
The text was updated successfully, but these errors were encountered: