Add a transport to the list of permitted transports [Settings]
Add a transport to the list of permitted transports.
To view this page in the console, click the following path:
Service integration -> Buses -> security_value -> [Additional Properties] Permitted transports -> member_name.
Configuration tab
The Configuration tab shows configuration properties for this object. These property values are preserved even if the runtime environment is stopped then restarted. See the information center task descriptions for information about how to apply configuration changes to the runtime environment.
General Properties
Transport chain name
Select the transport name from the list of chain names.
We can manage inbound chains through the administrative console by selecting either Servers -> Server Types -> WebSphere application servers -> server_name -> [Server messaging] Messaging engine inbound transports or Servers -> Server Types -> WebSphere application servers -> server_name -> [Server messaging] WebSphere MQ link inbound transports. We can also use these administrative console panels to define new transport chains from a set of templates.
The outbound chains that an application server uses for bootstrap operations are defined when the server is defined. They can be altered, or new bootstrap chains can be defined, by .
Information Value Required No Data type drop-down list Range
- InboundBasicMessaging
- This transport chain allows communication through the TCP protocol. The default port used by this chain for the first server on the node is 7276. You should verify that the selected port is not already used, for example if you are configuring a second server with the same name as the first server. Messaging engines hosted in other application servers and JMS applications running in a client container can communicate with the messaging engines of the server by using this transport chain.
- InboundSecureMessaging
- This transport chain provides secure communication using the secure sockets layer (SSL) based encryption protocol over a TCP network. The default port used by this chain for the first server on the node is 7286. You should verify that the selected port is not already used, for example if you are configuring a second server with the same name as the first server. The SSL configuration information for this chain is based on the default SSL repertoire for the application server. Messaging engines hosted in other application servers and JMS applications running in the client container can communicate using this transport chain.
- InboundBasicMQLink
- This transport chain supports WebSphere MQ queue manager sender channels and applications using the WebSphere MQ JMS provider connecting over a TCP network. The default port used by this chain is 5558, although this can be automatically adjusted to avoid conflicts.
- InboundSecureMQLink
- This transport chain enables WebSphere MQ queue manager sender channels and applications using the WebSphere MQ JMS provider to establish SSL based encrypted connections over a TCP network. The default port used by this chain is 5578, although this is automatically adjusted to avoid conflicts.
Range (continued)
- BootstrapBasicMessaging
- This transport chain is used to establish bootstrap connections to inbound chains configured for TCP-only connections to an application server, such as the InboundBasicMessaging chain.
- BootstrapSecureMessaging
- This transport chain is used to establish secure connections by using secure sockets layer (SSL) based encryption. The SSL configuration used is taken from the default SSL repertoire when used in an application server environment or from a configuration file when used by the client container. This chain can be used for establishing bootstrap connections to inbound chains configured to use SSL, for example, the InboundSecureMessaging chain. Success in establishing such a connection depends on a compatible set of SSL credentials being associated with both this bootstrap outbound chain and also with the inbound chain to which the connection is being made.
- BootstrapTunneledMessaging
- This transport chain is used to establish bootstrapping connections that are tunneled through HTTP. This transport chain tunnels JFAP and uses HTTP wrappers. Before we can use this bootstrap transport chain, define a corresponding server transport chain on the bootstrap server. (See Servers -> Server Types -> WebSphere application servers -> server_name -> [Server messaging] Messaging engine inbound transports.)
- BootstrapTunneledSecureMessaging
- This transport chain tunnels JFAP and uses HTTP wrappers. Used to establish bootstrapping connections that are tunneled through secure HTTP (HTTPS). Like the BootstrapSecureMessaging outbound chain, this chain also derives its SSL configuration from the default SSL repertoire when used in an application server or from a configuration file when used in the client container.
Range (continued)
- OutboundBasicMQLink
- This transport chain is used to establish connections with WebSphere MQ queue manager receiver channels. It is used when communicating with WebSphere MQ through a WebSphere MQ link.
- OutboundSecureMQLink
- This transport chain is used to establish connections with WebSphere MQ queue manager receiver channels that have been secured by using SSL. It is used when communicating with WebSphere MQ through a WebSphere MQ link. The SSL configuration used is taken from the default SSL repertoire for the application server being used to contact the queue manager.
- OutboundBasicWMQClient
- This transport chain is used when communicating with WebSphere MQ receiver channels. It is used when communicating with WebSphere MQ through a WebSphere MQ server.
- OutboundSecureWMQClient
- This transport chain is used when communicating with WebSphere MQ receiver channels that have been secured by using SSL. It is used when communicating with WebSphere MQ through a WebSphere MQ server.
Related concepts
Message security in a service integration bus Inbound transport options
Related tasks
Configure a transport policy for a bus Listing permitted transports for a bus Add a permitted transport to a bus Remove a permitted transport from a bus
Related information:
Administrative console buttons Administrative console preference settings Reference topic