Class HQPropertiesConverter


  • public class HQPropertiesConverter
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isMessagePacket​(org.apache.activemq.artemis.core.protocol.core.Packet packet)  
      static void replaceAMQProperties​(org.apache.activemq.artemis.api.core.Message message)  
      static void replaceHQProperties​(org.apache.activemq.artemis.api.core.Message message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HQPropertiesConverter

        public HQPropertiesConverter()
    • Method Detail

      • replaceAMQProperties

        public static void replaceAMQProperties​(org.apache.activemq.artemis.api.core.Message message)
      • replaceHQProperties

        public static void replaceHQProperties​(org.apache.activemq.artemis.api.core.Message message)
      • isMessagePacket

        public static boolean isMessagePacket​(org.apache.activemq.artemis.core.protocol.core.Packet packet)