com.bea.wli.control.mqseries
Annotation Type MQSeries.DefaultQueue


@Retention(value=RUNTIME)
public static @interface MQSeries.DefaultQueue

Specifies the default queue name to be used for sending and retrieving messages.


Required Element Summary
 String defaultQueueName
          This attribute determines the name of the default queue to be used for sending and retrieving messages.
 

Element Detail

defaultQueueName

public abstract String defaultQueueName
This attribute determines the name of the default queue to be used for sending and retrieving messages. The default queue name attribute value should be a String value representing a valid MQSeries queue name present in the queue manager to which connection is to be obtained