Re: Questions about seda's BlockingQueueFactory

2016-10-24 Thread Matt Sicker
I've tried out a custom implementation before where I ignored the capacity value (with a LinkedTransferQueue), and I've done it the other way around where I needed to use a default capacity value (which was configurable as a property in the factory class). Alas, that seems to be a general problem o

Questions about seda's BlockingQueueFactory

2016-10-24 Thread Antoine DESSAIGNE
Hello everyone, We're currently creating a custom implementation of seda's BlockingQueueFactory. We are a bit puzzled by the expected behavior of some corner cases. I'll be more than happy to create a pull request with more detailed javadoc afterwards. So here are our questions. Thanks a lot if y