public interface JMSConnectionConsumerMBean extends ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method and Description | 
|---|---|
String | 
getDestination()
Deprecated.  
The JNDI name of the destination for this connection
 consumer. 
 | 
int | 
getMessagesMaximum()
Deprecated.  
The defined maximum number of messages that the connection
 consumer can load at one time into a ServerSession's session. 
 | 
String | 
getSelector()
Deprecated.  
The defined JMS message selector of the connection consumer. 
 | 
void | 
setDestination(String destination)
Deprecated.  
Sets the value of the Destination attribute. 
 | 
void | 
setMessagesMaximum(int messagesMaximum)
Deprecated.  
Sets the value of the MessagesMaximum attribute. 
 | 
void | 
setSelector(String selector)
Deprecated.  
Sets the value of the Selector attribute. 
 | 
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSetgetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenerint getMessagesMaximum()
The defined maximum number of messages that the connection consumer can load at one time into a ServerSession's session.
void setMessagesMaximum(int messagesMaximum)
                 throws InvalidAttributeValueException
Sets the value of the MessagesMaximum attribute.
messagesMaximum - The new messagesMaximum valueInvalidAttributeValueExceptionJMSConnectionConsumerMBean.getMessagesMaximum()String getSelector()
The defined JMS message selector of the connection consumer.
void setSelector(String selector) throws InvalidAttributeValueException
Sets the value of the Selector attribute.
selector - The new selector valueInvalidAttributeValueExceptionJMSConnectionConsumerMBean.getSelector()String getDestination()
The JNDI name of the destination for this connection consumer.
void setDestination(String destination) throws InvalidAttributeValueException
Sets the value of the Destination attribute.
destination - The new destination valueInvalidAttributeValueExceptionJMSConnectionConsumerMBean.getDestination()