JMX MBean View

biblioteca

Tue Apr 16 23:30:38 CEST 2024
 
NameDomainorg.hornetq
name"DLQ"
moduleJMS
typeQueue
Java Classorg.hornetq.jms.management.impl.JMSQueueControlImpl
DescriptionInformation on the management interface of the MBean

Attribute Name Access Type Description Attribute Value
Selector R java.lang.String Attribute exposed for management
null    
Paused R boolean Attribute exposed for management
False    
JNDIBindings R [Ljava.lang.String; Attribute exposed for management
/queue/DLQ
    
DeadLetterAddress RW java.lang.String Attribute exposed for management
    
ExpiryAddress RW java.lang.String Attribute exposed for management
    
ConsumerCount R int Attribute exposed for management
0    
ScheduledCount R long Attribute exposed for management
0    
Address R java.lang.String Attribute exposed for management
jms.queue.DLQ    
Name R java.lang.String Attribute exposed for management
DLQ    
Temporary R boolean Attribute exposed for management
False    
MessageCount R long Attribute exposed for management
0    
DeliveringCount R int Attribute exposed for management
0    
MessagesAdded R long Attribute exposed for management
0    


Operation Return Type Description Parameters
resume void Resume the queue.
[no parameters]
removeMessage boolean Remove the message corresponding to the given messageID
messageID java.lang.String A message ID
removeMessages int Remove the messages corresponding to the given filter (and returns the number of removed messages)
filter java.lang.String A message filter (can be empty)
pause void Pause the queue.
[no parameters]
listConsumersAsJSON java.lang.String List all the existent consumers on the Queue
[no parameters]
addJNDI void Adds the queue to another JNDI binding
jndiBinding java.lang.String the name of the binding for JNDI
sendMessageToDeadLetterAddress boolean Send the message corresponding to the given messageID to this queue's Dead Letter Address
messageID java.lang.String A message ID
sendMessagesToDeadLetterAddress int Send the messages corresponding to the given filter to this queue's Dead Letter Address
filter java.lang.String A message filter (can be empty)
listMessages [Ljava.util.Map; List all messages in the queue which matches the filter
filter java.lang.String A JMS Message filter
listMessagesAsJSON java.lang.String List all messages in the queue which matches the filter and return them using JSON
filter java.lang.String A JMS Message filter (can be empty)
countMessages long Returns the number of the messages in the queue matching the given filter
filter java.lang.String A JMS message filter (can be empty)
expireMessage boolean Expire the message corresponding to the given messageID
messageID java.lang.String A message ID
expireMessages int Expire the messages corresponding to the given filter (and returns the number of expired messages)
filter java.lang.String A message filter (can be empty)
moveMessage boolean Move the message corresponding to the given messageID to another queue
messageID java.lang.String A message ID
otherQueueName java.lang.String The name of the queue to move the message to
rejectDuplicates boolean Reject messages identified as duplicate by the duplicate message TrueFalse
moveMessage boolean Move the message corresponding to the given messageID to another queue, ignoring duplicates (rejectDuplicates=false on this case)
messageID java.lang.String A message ID
otherQueueName java.lang.String The name of the queue to move the message to
moveMessages int Move the messages corresponding to the given filter (and returns the number of moved messages)
filter java.lang.String A message filter (can be empty)
otherQueueName java.lang.String The name of the queue to move the messages to
rejectDuplicates boolean Reject messages identified as duplicate by the duplicate message TrueFalse
moveMessages int Move the messages corresponding to the given filter (and returns the number of moved messages). rejectDuplicates=false on this case
filter java.lang.String A message filter (can be empty)
otherQueueName java.lang.String The name of the queue to move the messages to
changeMessagesPriority int Change the priority of the messages corresponding to the given filter
filter java.lang.String A message filter
newPriority int the new priority (between 0 and 9)
changeMessagePriority boolean Change the priority of the message corresponding to the given messageID
messageID java.lang.String A message ID
newPriority int the new priority (between 0 and 9)
listMessageCounter java.lang.String List the message counters
[no parameters]
resetMessageCounter void Reset the message counters
[no parameters]
listMessageCounterAsHTML java.lang.String List the message counters as HTML
[no parameters]
listMessageCounterHistory java.lang.String List the message counters history
[no parameters]
listMessageCounterHistoryAsHTML java.lang.String List the message counters history as HTML
[no parameters]