File tree Expand file tree Collapse file tree 3 files changed +21
-9
lines changed Expand file tree Collapse file tree 3 files changed +21
-9
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,14 @@ a node that is configured to use JWT tokens for authentication and authorization
37
37
#### Troubleshooting
38
38
39
39
Depending on the encoded content, JWT tokens can vary greatly in length.
40
- Messaging protocols supported by RabbitMQ have practical limits on the length of
41
- the password (secret) field .
40
+ Messaging protocols supported by RabbitMQ have practical limits on the maximum
41
+ frame length .
42
42
43
- If a longer token is provided by a client, the connection will be refused with
43
+ The default is usually much higher than a practically possible JWT token length,
44
+ for example, for AMQP 0-9-1 and the [ RabbitMQ Stream Protocol] ( ./stream ) the default
45
+ is 128 kB. However, the maximum frame limit can be overriden [ via ` rabbitmq.conf ` ] ( ./configure ) and via client library configuration.
46
+
47
+ If a long token is provided by a client and a lower limit is configured, the connection will be refused with
44
48
a "frame length exceeded", "frame is too large" and similar error messages
45
49
in [ server logs] ( ./logging ) .
46
50
Original file line number Diff line number Diff line change @@ -37,10 +37,14 @@ a node that is configured to use JWT tokens for authentication and authorization
37
37
#### Troubleshooting
38
38
39
39
Depending on the encoded content, JWT tokens can vary greatly in length.
40
- Messaging protocols supported by RabbitMQ have practical limits on the length of
41
- the password (secret) field .
40
+ Messaging protocols supported by RabbitMQ have practical limits on the maximum
41
+ frame length .
42
42
43
- If a longer token is provided by a client, the connection will be refused with
43
+ The default is usually much higher than a practically possible JWT token length,
44
+ for example, for AMQP 0-9-1 and the [ RabbitMQ Stream Protocol] ( ./stream ) the default
45
+ is 128 kB. However, the maximum frame limit can be overriden [ via ` rabbitmq.conf ` ] ( ./configure ) and via client library configuration.
46
+
47
+ If a long token is provided by a client and a lower limit is configured, the connection will be refused with
44
48
a "frame length exceeded", "frame is too large" and similar error messages
45
49
in [ server logs] ( ./logging ) .
46
50
Original file line number Diff line number Diff line change @@ -37,10 +37,14 @@ a node that is configured to use JWT tokens for authentication and authorization
37
37
#### Troubleshooting
38
38
39
39
Depending on the encoded content, JWT tokens can vary greatly in length.
40
- Messaging protocols supported by RabbitMQ have practical limits on the length of
41
- the password (secret) field .
40
+ Messaging protocols supported by RabbitMQ have practical limits on the maximum
41
+ frame length .
42
42
43
- If a longer token is provided by a client, the connection will be refused with
43
+ The default is usually much higher than a practically possible JWT token length,
44
+ for example, for AMQP 0-9-1 and the [ RabbitMQ Stream Protocol] ( ./stream ) the default
45
+ is 128 kB. However, the maximum frame limit can be overriden [ via ` rabbitmq.conf ` ] ( ./configure ) and via client library configuration.
46
+
47
+ If a long token is provided by a client and a lower limit is configured, the connection will be refused with
44
48
a "frame length exceeded", "frame is too large" and similar error messages
45
49
in [ server logs] ( ./logging ) .
46
50
You can’t perform that action at this time.
0 commit comments