|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.util.BrokerSupport
public final class BrokerSupport
Utility class for broker operations
Method Summary | |
---|---|
protected static ConnectionContext |
createAdminConnectionContext(Broker broker)
Factory method to create the new administration connection context object. |
static void |
doResend(ConnectionContext context,
Message originalMessage,
ActiveMQDestination deadLetterDestination,
boolean copy)
|
static ConnectionContext |
getConnectionContext(Broker broker)
Returns the broker's administration connection context used for configuring the broker at startup |
static void |
resend(ConnectionContext context,
Message originalMessage,
ActiveMQDestination deadLetterDestination)
|
static void |
resendNoCopy(ConnectionContext context,
Message originalMessage,
ActiveMQDestination deadLetterDestination)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void resendNoCopy(ConnectionContext context, Message originalMessage, ActiveMQDestination deadLetterDestination) throws java.lang.Exception
java.lang.Exception
public static void resend(ConnectionContext context, Message originalMessage, ActiveMQDestination deadLetterDestination) throws java.lang.Exception
context
- originalMessage
- deadLetterDestination
-
java.lang.Exception
public static void doResend(ConnectionContext context, Message originalMessage, ActiveMQDestination deadLetterDestination, boolean copy) throws java.lang.Exception
java.lang.Exception
public static ConnectionContext getConnectionContext(Broker broker)
protected static ConnectionContext createAdminConnectionContext(Broker broker)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |