org.apache.activemq.util
Class BrokerSupport

java.lang.Object
  extended by org.apache.activemq.util.BrokerSupport

public class BrokerSupport
extends Object


Constructor Summary
BrokerSupport()
           
 
Method Summary
static void resend(ConnectionContext context, Message message, ActiveMQDestination deadLetterDestination)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrokerSupport

public BrokerSupport()
Method Detail

resend

public static void resend(ConnectionContext context,
                          Message message,
                          ActiveMQDestination deadLetterDestination)
                   throws Exception
Parameters:
context -
message -
deadLetterDestination -
Throws:
Exception


Copyright © 2011 Apache Software Foundation. All Rights Reserved.