How to leverage Java BlockingQueue from java.util.concurrent

Java's concurrent package is very powerful and many people have not really utilized it to the fullest yet. I am trying to take a simple example to demonstrate how we can leverage this powerful implementation.
Continue Reading