TIBCO Adapter SDK C++ Reference
MEndpointSpec Data Members
MEndpointSpec | Legend
Data Members
Data Member Description
DELIVERY_PERSIST Persistent delivery mode.
DELIVERY_RELIABLE Reliable delivery mode.
deliveryMode Delivery mode for endpoint.

 

This can be one of the following values:

destinationName The destination name of an endpoint.
sessionName The name of a session used by the endpoint.
timeout 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.

Copyright (c) 2010 TIBCO Software Inc. All rights reserved.