Server Smalltalk Guide : Communications : MQ transports : MQ transport configuration
MQ transport configuration
In addition to the the configuration options and callbacks described in Transport configurations, MQ transports support one additional option:
timeoutPeriod
Specifies the length of time (in milliseconds) to wait for an incoming message when receiving from a queue. If no message arrives within the specified time period, the call will return with an MQ "no message available" error.
To wait indefinitely, specify MqwiUnlimited. This is the default value.
Configurations can be applied either when a transport is initialized or dynamically. To apply a configuration dynamically, the configuration should be passed to the endpoint's configuration: method.
All non-nil settings are applied immediately. The options which can have nil values have different semantics depending on when they are applied. If set to nil at the start, the default settings of the stack are used. Setting an option to nil after startup ensures that subsequent configuration: operations will not alter the current setting of the option in the MQ stack.
Last modified date: 01/29/2015