transport Commands
Creating, updating, or deleting a transport does not take effect until the transport is deployed and the EMS server is restarted.
create transport
create transport transport_name type transport_type [property1 property2...]
Create a transport between the EMS server and a FTL server cluster.
Example:
create transport mytransport type tibftl export_headers true
addprop transport
Add transport properties and retain existing properties.
Example:
addprop transport mytransport export_headers true
setprop transport
Set the properties for a transport, overriding any existing properties. Any properties that are not explicitly specified by this command are removed.
Example:
setprop transport mytransport topic_import_dm TIBEMS_PERSISTENT queue_import_dm TIBEMS_PERSISTENT export_headers true export_properties true
show transport
show transport transport_name
Show the details of a specific transport.
show transports
show transports
Show a list of the server's transports.
removeprop transport
Remove named properties from the named transport.
Example:
removeprop transport mytransport export_headers
delete transport
delete transport transport_name
Delete a transport between the EMS server and a FTL server cluster.
Example:
delete transport mytransport
Resources
For more details about transports, see the following TIBCO Enterprise Message Service™ User Guide sections:
For syntax rules, see Syntax Exceptions to the EMS Administration Tool .