Verifying Input Parameters

Verify the validity of the input parameters as described in the following table:

Procedure

  1. Set input parameter Channel = FILE in the ACModelPublish activity.
  2. Specify the folderLocation with value as valid file path/directory which has a write access.
    File is created at the specified location and no message is published on the JMS topic.
  3. Set input parameter Channel = JMS in the ACModelPublish activity.
    Message is published on the JMS topic.
  4. Set input parameter Channel something other than the JMS or FILE.
    Activity throws an error as an invalid input for the input parameter Channel.
  5. Set input parameter Channel = BOTH in the ACModelPublish activity.
    File is created at the specified location and message is published on the JMS topic.