Input Argument Values
The following table provides details for each input argument about the allowable values, default values, and special values, as well as the behavior if an invalid value is passed.
Input | Default | Allowable Values | Special Values | If Value Invalid |
---|---|---|---|---|
ConnectionFactory |
NONE |
JNDI connection factory name |
Not applicable |
ERROR |
ReceiveQueue |
NONE |
JNDI queue name |
Not applicable |
ERROR |
ReceiveTimeout |
3000 |
Any integer greater than 0 Caution: Be careful NOT to set the value less than or equal
to 0. |
Not applicable |
Noninteger defaults to 3000 (milliseconds) |
ConnectionUsername |
NONE |
Valid username |
Not applicable |
Not applicable |
ConnectionPassword |
NONE |
Valid password |
Not applicable |
Not applicable |
SendQueue |
NONE |
JNDI queue name |
Not applicable |
ERROR |
SendUsername |
NONE |
Valid username |
Not applicable |
Not applicable |
SendPassword |
NONE |
Valid password |
Not applicable |
Not applicable |
ReceiveUsername |
NONE |
Valid username |
Not applicable |
Not applicable |
ReceivePassword |
NONE |
Valid password |
Not applicable |
Not applicable |
TopicUsername |
NONE |
Valid username |
Not applicable |
Not applicable |
TopicPassword |
NONE |
Valid password |
Not applicable |
Not applicable |
Topic |
NONE |
JNDI topic name |
Not applicable |
ERROR |
SubscriberIdentifier |
NONE |
ANY STRING |
Not applicable |
Not applicable |
JMS Headers |
||||
JMSCorrelationID |
NOT SET |
ANY STRING |
Not applicable |
Not applicable |
JMSPriority |
javax.jms.Message. DEFAULT_PRIORITY (4) |
Any integer from 0 to 9 |
(0 lowest; 9 highest) |
DEFAULT |
JMSDeliveryMode |
javax.jms.Delivery Mode.PERSISTENT |
PERSISTENT, NON_PERSISTENT |
Not applicable |
DEFAULT |
JMSExpiration |
javax.jms.Message. DEFAULT_TIME_TO_ LIVE (0) |
Any nonnegative integer |
0: Message never expires |
DEFAULT |
JMSReplyTo |
NOT SET |
JNDI queue name |
Not applicable |
ERROR |
JMSType |
SiebelJMSMessage |
ANY STRING |
Not applicable |
Not applicable |
Dispatch |
||||
ConnectionSubsystem |
NONE |
A JMSSubsys named subsystem |
Not applicable |
ERROR |
DataHandlingSub system |
NONE |
An EAITransportData HandlingSubsys named subsystem |
Not applicable |
ERROR |
DispatchService |
NONE |
Business service name |
Not applicable |
ERROR |
DispatchMethod |
NONE |
Business service method |
Not applicable |
ERROR |
DispatchWorkflow Process |
NONE |
Workflow name |
Not applicable |
ERROR |
DispatchRuleSet |
NONE |
Rule set name |
Not applicable |
ERROR |
ConverterService |
NONE |
Business service name |
Not applicable |
ERROR |