Class ActiveMQSender.Builder

    • Method Detail

      • connectionFactory

        public ActiveMQSender.Builder connectionFactory​(org.apache.activemq.ActiveMQConnectionFactory connectionFactory)
      • encoding

        public ActiveMQSender.Builder encoding​(Encoding encoding)
        Use this to change the encoding used in messages. Default is Encoding.JSON

        Note: If ultimately sending to Zipkin, version 2.8+ is required to process protobuf.

      • messageMaxBytes

        public ActiveMQSender.Builder messageMaxBytes​(int messageMaxBytes)
        Maximum size of a message. Default 500KB.