TIBCO Adapter SDK C++ Reference
|
Data Member | Description |
![]() | Persistent delivery mode. |
![]() | Reliable delivery mode. |
![]() |
Delivery mode for endpoint.
This can be one of the following values:
|
![]() | The destination name of an endpoint. |
![]() | The name of a session used by the endpoint. |
![]() |
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. |