Support for Read Timeout Setting
A user can specify the timeout for the WmJMSInputStream read function by the following API in the WmJMSInputStream class:
void setReadTimeout(long millisecond);
The WmReadTimeoutException will be thrown when a timeout occurs.