TIBCO EMS .NET API 10.3
TIBCO EMS .NET API 10.3
|
This abstract class represents the data and behavior common to transports of all types that are configured on the EMS server More...
Properties | |
string | Name [get] |
Get the name of the transport. More... | |
TransportType | Type [get] |
Get the type of the transport. More... | |
DeliveryMode | TopicImportDeliveryMode [get] |
Get the delivery mode for messages imported from this transport to a topic. More... | |
DeliveryMode | QueueImportDeliveryMode [get] |
Get the delivery mode for messages imported from this transport to a queue. More... | |
bool | ExportHeaders [get] |
Indicates whether or not EMS header information is included in messages exported on this transport. More... | |
bool | ExportProperties [get] |
Indicates whether or not the EMS message properties are included in messages exported on this transport. More... | |
This abstract class represents the data and behavior common to transports of all types that are configured on the EMS server
Transports are mechanisms for importing and exporting messages between EMS and other messaging systems. Currently the only types of transports supported are TIBCO Rendezvous and Rendezvous Certified Messaging.
|
get |
Indicates whether or not EMS header information is included in messages exported on this transport.
|
get |
Indicates whether or not the EMS message properties are included in messages exported on this transport.
|
get |
Get the name of the transport.
|
get |
Get the delivery mode for messages imported from this transport to a queue.
|
get |
Get the delivery mode for messages imported from this transport to a topic.
|
get |
Get the type of the transport.