Using the sample user exit to look up protocol file server properties
Managed File Transfer provides a sample user exit that looks up protocol file server properties.
About this task
A sample user exit that looks up protocol bridge properties is provided in the MQ_INSTALLATION_PATH/mqft/samples/protocolBridge directory and in the topic Sample protocol bridge properties user exit.
The SamplePropertiesExit2.java exit reads a properties file that contains
properties for protocol servers. The format of each entry in the properties file is as follows:
serverName=type://host:portThe
location of the properties file is taken from the protocol bridge agent property
protocolBridgePropertiesConfiguration.To run the sample user exit, complete the following steps: