TIBCO Adapter SDK C++ Reference
MEndpointSpec::timeout
MEndpointSpec
The timeout of an endpoint. The value is specified in milliseconds. A value of 0 means never time out.

For a subscriber, after the subscriber is activated, it waits for an event. If the subscriber is activated and does not get an event within the specified timeout period, it dispatches a timeout event. If the subscriber receives one (or more) events after activation but no additional events for amounts of time exceeding the timeout, there is no timeout event.

For a publisher, this is only applicable on JMS transport. This specifies the lifetime of a message.

Declaration
unsigned long timeout;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.