Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding delivery status on publishing #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DanielePalaia
Copy link
Contributor

@DanielePalaia DanielePalaia commented Jan 21, 2025

This closes #22

Adding this info on publishing in order to know the outcome of the Delivery

print("message accepted")
if status.RELEASED:
print("message not routed")
if status.REJECTED:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Status REJECTED should contain an optional error or description.

@DanielePalaia DanielePalaia added this to the 0.1.0-alpha.2 milestone Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Publisher.Publish doesn't return Delivery status of the message
2 participants