ltm rule command MQTT lengthΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



MQTT::length
       Get length of MQTT message

SYNOPSIS
       MQTT::length

DESCRIPTION
       This command can be used to get length of MQTT message.	This command
       is valid for all MQTT message types:

	   CONNECT, CONNACK,
	   PUBLISH, PUBACK, PUBREC, PUBREL, PUBCOMP,
	   SUBSCRIBE, SUBACK,
	   UNSUBSCRIBE, UNSUBACK,
	   PINGREQ, PINGRESP,
	   DISCONNECT

       Syntax

       MQTT::length

RETURN VALUE
       This command returns the length of MQTT message.

VALID DURING
       MQTT_CLIENT_INGRESS MQTT_SERVER_INGRESS

EXAMPLES
HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-13.0.0 --First introduced the command.



BIG-IP				  2017-01-31			      iRule(1)