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

Would like to have a execution context parameter for BeginProcessingMessageAsync & CompleteProcessingMessageAsync in QueueProcessor #1151

Closed
will-beta opened this issue May 18, 2017 · 3 comments
Milestone

Comments

@will-beta
Copy link

will-beta commented May 18, 2017

It would be very convienient for us to be able to know which method will/have process(ed) the message.
Actually, in our projects, there're some common actions needed to be executed for the message, and the actions need some information of the method or the class (instance) outside.

@will-beta will-beta changed the title Would like to have MethodInfo parameter for BeginProcessingMessageAsync & CompleteProcessingMessageAsync in QueueProcessor Would like to have a execution context parameter for BeginProcessingMessageAsync & CompleteProcessingMessageAsync in QueueProcessor May 18, 2017
@mathewc mathewc added this to the Backlog milestone May 22, 2017
@mathewc
Copy link
Member

mathewc commented May 22, 2017

Might a feature like invocation filters #980 address your need? Is the logic you need to run specific to queues, or is it more general? Can you provide more details on your scenario?

@will-beta
Copy link
Author

@mathewc yes, this is exactly what I need !
Thanks!

@mathewc
Copy link
Member

mathewc commented Aug 8, 2017

Addressed via the Invocation Filters feature #980

@mathewc mathewc closed this as completed Aug 8, 2017
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

No branches or pull requests

2 participants