Method Summary |
|
ObjectName | getDestinationManager() Get the value of JBossMQService. |
public ObjectName | getExpiryDestination() Returns the expiry destination. |
public boolean | getInMemory() |
String | getJNDIName() Gets the JNDI name use by this destination. |
public int | getMaxDepth() |
public MessageCounter[] | getMessageCounter() |
public int | getMessageCounterHistoryDayLimit() |
public MessageStatistics[] | getMessageStatistics() |
public Class | getReceiversImpl() |
public int | getRecoveryRetries() |
public long | getRedeliveryDelay() |
public int | getRedeliveryLimit() Returns the message redelivery limit; the number of redelivery attempts
before a message is moved to the DLQ. |
public String | listMessageCounter() |
public String | listMessageCounterHistory() |
void | removeAllMessages() Get the value of JBossMQService. |
public void | resetMessageCounter() |
public void | resetMessageCounterHistory() |
void | setDestinationManager(ObjectName jbossMQService) Set the value of JBossMQService. |
public void | setExpiryDestination(ObjectName destination) Sets the expiry destination. |
public void | setInMemory(boolean mode) |
void | setJNDIName(String name) |
public void | setMaxDepth(int depth) |
public void | setMessageCounterHistoryDayLimit(int days) |
public void | setReceiversImpl(Class receivers) |
public void | setRecoveryRetries(int retries) |
public void | setRedeliveryDelay(long rDelay) Sets the Message redelivery delay in milliseconds. |
public void | setRedeliveryLimit(int limit) Sets the redelivery limit. |
void | setSecurityConf(org.w3c.dom.Element securityConf) |
public void | setSecurityManager(ObjectName securityManager) Set the object name of the security manager. |