Class QueueAbstractPacket

    • Constructor Detail

      • QueueAbstractPacket

        public QueueAbstractPacket​(byte type)
    • Method Detail

      • convertQueueNames

        public final List<SimpleString> convertQueueNames​(int clientVersion,
                                                          List<SimpleString> queueNames)
        It converts the given queueNames using the JMS prefix found on address when clientVersion < PacketImpl.ADDRESSING_CHANGE_VERSION. If no conversion has occurred, it returns queueNames.
        Parameters:
        clientVersion - version of the client
        queueNames - names of the queues to be converted
        Returns:
        the converted queues names or queueNames when no conversion has occurred