Class AMQShortString

  • All Implemented Interfaces:
    Comparable<AMQShortString>

    public final class AMQShortString
    extends Object
    implements Comparable<AMQShortString>
    A short string is a representation of an AMQ Short String Short strings differ from the Java String class by being limited to on ASCII characters (0-127) and thus can be held more effectively in a byte buffer.