Class AmqpWireFormatFactory

java.lang.Object
org.apache.activemq.transport.amqp.AmqpWireFormatFactory
All Implemented Interfaces:
org.apache.activemq.wireformat.WireFormatFactory

public class AmqpWireFormatFactory extends Object implements org.apache.activemq.wireformat.WireFormatFactory
Creates the default AMQP WireFormat object used to configure the protocol support.
  • Constructor Details

    • AmqpWireFormatFactory

      public AmqpWireFormatFactory()
  • Method Details

    • createWireFormat

      public org.apache.activemq.wireformat.WireFormat createWireFormat()
      Specified by:
      createWireFormat in interface org.apache.activemq.wireformat.WireFormatFactory
    • getMaxAmqpFrameSize

      public int getMaxAmqpFrameSize()
    • setMaxAmqpFrameSize

      public void setMaxAmqpFrameSize(int maxAmqpFrameSize)
    • getMaxFrameSize

      public long getMaxFrameSize()
    • setMaxFrameSize

      public void setMaxFrameSize(long maxFrameSize)
    • getIdelTimeout

      public int getIdelTimeout()
    • setIdelTimeout

      public void setIdelTimeout(int idelTimeout)
    • getProducerCredit

      public int getProducerCredit()
    • setProducerCredit

      public void setProducerCredit(int producerCredit)
    • getTransformer

      public String getTransformer()
    • setTransformer

      public void setTransformer(String transformer)
    • isAllowNonSaslConnections

      public boolean isAllowNonSaslConnections()
    • setAllowNonSaslConnections

      public void setAllowNonSaslConnections(boolean allowNonSaslConnections)