Class AbstractActiveMQClientDelegate

java.lang.Object
org.apache.activemq.artemis.junit.AbstractActiveMQClientDelegate
Direct Known Subclasses:
ActiveMQConsumerDelegate, ActiveMQProducerDelegate

public abstract class AbstractActiveMQClientDelegate extends Object
  • Constructor Details

    • AbstractActiveMQClientDelegate

      public AbstractActiveMQClientDelegate(String url, String username, String password)
    • AbstractActiveMQClientDelegate

      public AbstractActiveMQClientDelegate(String url)
    • AbstractActiveMQClientDelegate

      public AbstractActiveMQClientDelegate(ServerLocator serverLocator, String username, String password)
    • AbstractActiveMQClientDelegate

      public AbstractActiveMQClientDelegate(ServerLocator serverLocator)
  • Method Details

    • addMessageProperties

      public static void addMessageProperties(ClientMessage message, Map<String,Object> properties)
      Adds properties to a ClientMessage
    • createClient

      protected abstract void createClient()
    • stopClient

      protected abstract void stopClient()
    • isAutoCreateQueue

      public boolean isAutoCreateQueue()
    • setAutoCreateQueue

      public void setAutoCreateQueue(boolean autoCreateQueue)