Dispatches a message to a single receiver on the bus
@param message - a message to dispatch
@throws Exception throws an InterruptedException specifically, if the thread is interrupted while tryingto offer a message to the worker queue. This isn't specifically exposed here due to the fact that InterruptedException is not exposed to the GWT client library.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.