Verifying Input Parameters
Verify the validity of the input parameters as described in the following table:
- Procedure
- Set input parameter Channel = FILE in the ACModelPublish activity.
- 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.
- Set input parameter
Channel =
JMS in the
ACModelPublish activity.
Message is published on the JMS topic.
- Set input parameter
Channel something other than the
JMS or
FILE.
Activity throws an error as an invalid input for the input parameter Channel.
- Set input parameter
Channel =
BOTH in the
ACModelPublish
activity.File is created at the specified location and message is published on the JMS topic.