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

Blocking queue #50

Closed
michaelklishin opened this issue Apr 7, 2014 · 1 comment
Closed

Blocking queue #50

michaelklishin opened this issue Apr 7, 2014 · 1 comment
Labels
enhancement Adding features, adding tests, improving documentation.

Comments

@michaelklishin
Copy link

We have a blocking queue implementation for CRuby and JRuby in Bunny. It's not perfect on CRuby (timeout-based operations is somewhat of a pain to implement on CRuby using only standard library) but JRuby's version is backed by j.u.c.

If you consider it useful enough, I can alter it a bit for your library and submit a pull request.

@jdantonio
Copy link
Member

That would be great. Thank you! We've had requests for data structures in this gem. I started experimenting with blocking vectors (based on java.util.Collections.synchronizedList) but I haven't gotten very far, yet. I'm happy to include any data structures you've already built (or anything else you'd like to add).

PS: I'm a big fan of Bunny. I just gave a presentation on RabbitMQ at Stir Trek.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding features, adding tests, improving documentation.
Projects
None yet
Development

No branches or pull requests

3 participants