Internal Name: |
JBM JMS Queue |
Description: |
|
Singleton: |
no |
Plugin: |
JBossAS |
Name |
Description |
Required |
Internal Name |
Object Name |
|
yes |
objectName |
Name Template |
|
yes |
nameTemplate |
Description Template |
|
yes |
descriptionTemplate |
Name |
The name of this queue |
yes |
name |
You must use the internal name to reference properties in Dynamic Group Definition expressions.
Name |
Type |
Description |
Internal Name |
Messages in Queue |
measurement |
The number of messages in the queue. |
MessageCount |
Consumer Count |
measurement |
The number of ClientConsumers waiting for a message. |
ConsumerCount |
Scheduled Message Count |
measurement |
The number of scheduled messages in the Queue |
ScheduledMessageCount |
Created programmatically |
trait |
Was this Queue created dynamically |
CreatedProgrammatically |
Delivering Count |
measurement |
The number of messages currently being delivered |
DeliveringCount |
You must use the internal name to reference traits in Dynamic Group Definition expressions.
Name |
Description |
Required |
Internal Name |
Server Peer |
The ObjectName of the server peer this destination was deployed on. |
yes |
ServerPeer |
Dead Letter Queue |
The DLQ for this queue, overrides the default DLQ on the server peer. |
no |
DLQ |
Expiry Queue |
By default, JBoss Messaging silently removes expired JMS message from its destination. ExpiryDestination indicates the javax.management.ObjectName of the expiry destination. This destination must be located on the same server and be a JBossMessaging destination. |
no |
ExpiryQueue |
JNDI Name |
The location in JNDI to which the queue object will be bound. If this is not set it will be bound under the queue context using the name of the queue. This property is optional, in most cases the mbean name is used for binding purpose. See {server-config}/deploy/jms/jbossmq-destinations-service.xml for examples. |
no |
JNDIName |
Clustered |
Is this a clustered destination? |
no |
Clustered |
Max Delivery Attempts |
The maximum times a message is nacked before a message is sent to the Dead Letter Queue (0 - don't redeliver, n - redeliver n times, -1 - continue redelivering indefinitely) |
no |
MaxDeliveryAttempts |
Redelivery Delay |
The length of time in milliseconds to wait before a message is redelivered after a nack |
no |
RedeliveryDelay |
Message Counter History Day Limit |
Sets the destination message counter history day limit with a value less than 0 indicating unlimited history, a 0 value disabling history and a value greater than 0 giving the history days count. |
no |
MessageCounterHistoryDayLimit |
Maximum Queue Size |
The maximum number of messages this queue can hold before they are dropped (-1 = infinite) |
no |
MaxSize |
Full Size |
The in-memory message limit, can only be set when queue is stopped |
no |
FullSize |
Page Size |
The paging size, can only be set when queue is stopped |
no |
PageSize |
Down Cache Size |
The write-cache size, can only be set when queue is stopped |
no |
DownCacheSize |
Security Configurations |
This element specifies a XML fragment which describes the access control list to be used by the SecurityManager to authorize client operations against the destination. The content model is the same as for the SecurityManager SecurityConf attribute. |
yes |
SecurityConfig |
Queue Name |
Name of the queue to be used in the JMX object name. |
yes |
MBeanName |
JNDI Binding |
Binding path of this Queue in JNDI. |
yes |
JNDIBinding |
You must use the internal name to reference properties in Dynamic Group Definition expressions.
Name |
Description |
Remove All Messages |
Clears all Messages in the Queue |
Reset Message Counter |
Clears the MessageCounter data for this Queue |
Reset Message Counter History |
Clears the MessageCounter history data for this Queue |
List Messages by Selector |
Lists the Messages in the Queue by Selector (if provided). Selector is not required. |
List All Messages |
Lists All Messages by Selector (if provided). Selector is not required. |
List Durable Messages |
Lists Durable Messages by Selector (if provided). Selector is not required. |
List Non-Durable Messages |
Lists Non-Durable Messages by Selector (if provided). Selector is not required. |