com.tibco.bw.plugin.config.jms
Interface WaitForJMSTopicMsgConfigProps

All Superinterfaces:
CommonProps

public interface WaitForJMSTopicMsgConfigProps
extends CommonProps

The set of all configuration properties of the Wait for JMS Topic Message Activity.


Field Summary
static byte ACKNOLEDGE_MODE
          This is the Acknowledge Mode configuration property.
static byte CANDIDATE_EVENT_KEY
          This is the Candidate Key configuration property.
static byte DESTINATION_TOPIC
          This is the Destination Topic configuration property.
static byte DURABLE_SUBSCRIPTION
          This is the Durable Subscription configuration property.
static byte EVENT_TIMEOUT
          This is the Event Timeout configuration property.
static byte JMS_APPLICATION_PROPERTIES
          This is the JMS Application Properties configuration property.
static byte JMS_CONNECTION
          This is the JMS Connection configuration property.
static byte MESSAGE_SELECTOR
          This is the Message Selector configuration property.
static byte MESSAGE_TYPE
          This is the Message Type configuration property.
static byte RECEIVER_TIMEOUT
          This is the Receiver Timeout configuration property.
static byte SUBSCRIPTION_NAME
          This is the Subscription Name configuration property.
static byte SUPRESS_LOCAL
          This is the Supress Local Messages configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

JMS_CONNECTION


static final byte JMS_CONNECTION
This is the JMS Connection configuration property.

The type of this configuration property is java.lang.String and com.tibco.bw.plugin.config.ConfigProps

See Also:
Constant Field Values

DESTINATION_TOPIC


static final byte DESTINATION_TOPIC
This is the Destination Topic configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

MESSAGE_TYPE


static final byte MESSAGE_TYPE
This is the Message Type configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

DURABLE_SUBSCRIPTION


static final byte DURABLE_SUBSCRIPTION
This is the Durable Subscription configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

SUBSCRIPTION_NAME


static final byte SUBSCRIPTION_NAME
This is the Subscription Name configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

SUPRESS_LOCAL


static final byte SUPRESS_LOCAL
This is the Supress Local Messages configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values

ACKNOLEDGE_MODE


static final byte ACKNOLEDGE_MODE
This is the Acknowledge Mode configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

MESSAGE_SELECTOR


static final byte MESSAGE_SELECTOR
This is the Message Selector configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

JMS_APPLICATION_PROPERTIES


static final byte JMS_APPLICATION_PROPERTIES
This is the JMS Application Properties configuration property.

The type of this configuration property is java.lang.String and com.tibco.bw.plugin.config.ConfigProps

See Also:
Constant Field Values

RECEIVER_TIMEOUT


static final byte RECEIVER_TIMEOUT
This is the Receiver Timeout configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

CANDIDATE_EVENT_KEY


static final byte CANDIDATE_EVENT_KEY
This is the Candidate Key configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

EVENT_TIMEOUT


static final byte EVENT_TIMEOUT
This is the Event Timeout configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved