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

All Superinterfaces:
CommonProps

public interface JMSQueueSenderConfigProps
extends CommonProps

The set of all configuration properties of the JMS Queue Sender Activity.


Field Summary
static byte DELIVERY_MODE
          This is the Delivery Mode configuration property.
static byte DESTINATION_QUEUE
          This is the Destination Queue 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 JMS_EXPIRATION
          This is the JMS Expiration configuration property.
static byte JMS_TYPE
          This is the Type configuration property.
static byte MESSAGE_TYPE
          This is the Message Type configuration property.
static byte OVERRIDE_TX_BEHAVIOR
          This is the Override Transaction Behavior configuration property.
static byte PRIORITY
          This is the Priority configuration property.
static byte REPLY_TO_QUEUE
          This is the Reply To Queue 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_QUEUE


static final byte DESTINATION_QUEUE
This is the Destination Queue 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

REPLY_TO_QUEUE


static final byte REPLY_TO_QUEUE
This is the Reply To Queue configuration property.

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

See Also:
Constant Field Values

DELIVERY_MODE


static final byte DELIVERY_MODE
This is the Delivery Mode configuration property.

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

See Also:
Constant Field Values

JMS_EXPIRATION


static final byte JMS_EXPIRATION
This is the JMS Expiration configuration property.

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

See Also:
Constant Field Values

PRIORITY


static final byte PRIORITY
This is the Priority configuration property.

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

See Also:
Constant Field Values

JMS_TYPE


static final byte JMS_TYPE
This is the Type 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

OVERRIDE_TX_BEHAVIOR


static final byte OVERRIDE_TX_BEHAVIOR
This is the Override Transaction Behavior configuration property.

The type of this configuration property is boolean

See Also:
Constant Field Values


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