Configuring custom plug-in information

If you are using a user-defined message formatter or message sender processor, you must enter the following information in the Plug-in Information page of the Create Connection wizard.

  1. If you have selected Custom Plug-in Class in the General Connection Information wizard page, enter the class name for your customized message formatter. For example, enter:

    sample.MyMessageFormatter
    
  2. Enter the path to the property file associated with this customized message formatter:

    MyMessageFormatter.prop
    
  3. If you have selected CUSTOM as your outbound type,

    1. Enter the class for your customized message sender processor in the Sender Processor Plug-in Class field:

      sample.FileClient
      
    2. Enter the path to the property file information associated with this sender processor plug-in:

      FileClient.prop
      
  4. If you have just configured outbound information, go back to step 13 in “Adding and configuring a new connection”.