Transport

Transports manage network connections and send outbound messages.

Function or Type

Description

tibrvTransport

A transport object represents a delivery mechanism for messages.

tibrvTransportBatchMode

Specify the batch mode of a transport.

tibrvTransport_Create()

Create a network transport.

tibrvTransport_CreateInbox()

Create a unique inbox subject name.

tibrvTransport_Destroy()

Destroy a transport.

tibrvTransport_GetDaemon()

Extract the daemon parameter from a transport.

tibrvTransport_GetDescription()

Extract the program description parameter from a transport.

tibrvTransport_GetNetwork()

Extract the network parameter from a transport.

tibrvTransport_GetService()

Extract the service parameter from a transport.

tibrvTransport_RequestReliability()

Request reliability interval (message retention time) for a service.

tibrvTransport_Send()

Send a message.

tibrvTransport_SendReply()

Send a reply message.

tibrvTransport_SendRequest()

Send a request message and wait for a reply.

tibrvTransport_SetBatchMode()

Set the batch mode parameter of a transport.

tibrvTransport_SetBatchSize()

Enable outbound batching of data from IPM, and set the batch size (in bytes).

tibrvTransport_SetDescription()

Set the program description parameter of a transport.