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

Call handler methods outside of consumer threads. #31

Merged
merged 1 commit into from
Apr 4, 2013

Conversation

MattiasBuelens
Copy link
Collaborator

To prevent users from possibly blocking the RabbitMQ consumer threads, risking delayed processing of urgent messages, all handler method calls should be done in a separate thread. Ideally, these threads would be provided in an efficient manner such as with an ExecutorService.

@ghost ghost assigned MattiasBuelens Mar 26, 2013
@MattiasBuelens
Copy link
Collaborator Author

This should fix #27, #28 and #30. Confirmation needed!

@stevenroose
Copy link
Contributor

Works, pull that shit!

MattiasBuelens added a commit that referenced this pull request Apr 4, 2013
Call handler methods outside of consumer threads.
@MattiasBuelens MattiasBuelens merged commit 13d310f into master Apr 4, 2013
@MattiasBuelens MattiasBuelens deleted the threaded-handler branch April 4, 2013 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants