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

Event when pending ApplicationMessage was published #2008

Open
AlanMcInally opened this issue May 23, 2024 · 1 comment
Open

Event when pending ApplicationMessage was published #2008

AlanMcInally opened this issue May 23, 2024 · 1 comment
Labels
feature-request New feature or request

Comments

@AlanMcInally
Copy link

Describe the feature request

I would like to have an event on managed client to be triggered, if a pending message was published.

Which project is your feature request related to?

  • ManagedClient

Describe the solution you'd like

In my application, I want to display the count of pending application messages of unmanged client.
I do not want to read Property PendingApplicationMessagesCount continously.
I think it would be nicer to be informed by an event.

@AlanMcInally AlanMcInally added the feature-request New feature or request label May 23, 2024
@chkr1011
Copy link
Collaborator

Please try event ApplicationMessageProcessedAsync. If the exception is null, the processing was successful and the message is properly published.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants