Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | Message Streaming | Support for Read Timeout Setting
 
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.