You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| utf8 (string) || longstr | RabbitMQ does not support shortstr header values so all utf8 inputs are converted to longstr unless it is a field in the basic properties |
113
-
| binary || binary ||
114
-
| long || long ||
115
-
| ulong || long | risk of overflow |
116
-
| ubyte || unsignedbyte ||
117
-
| short || short ||
118
-
| ushort || usignedshort ||
119
-
| uint || unsignedint ||
120
-
| int || signedint ||
121
-
| double || double ||
122
-
| float || float ||
123
-
| boolean || bool ||
124
-
| timestamp || timestamp (seconds) | value divided by 1000 |
125
-
| byte || byte ||
126
-
| null || void ||
127
-
| list || array ||
128
-
| map || table ||
129
-
| symbol || longstr |
110
+
| AMQP 1.0 type | Condition | AMQP 0.9.1 type | Comment |
| utf8 (string) || longstr | RabbitMQ does not support shortstr header values so all utf8 inputs are converted to longstr unless it is a field in the basic properties |
113
+
| binary || binary ||
114
+
| long || long ||
115
+
| ulong || long | risk of overflow |
116
+
| ubyte || unsignedbyte ||
117
+
| short || short ||
118
+
| ushort || usignedshort ||
119
+
| uint || unsignedint ||
120
+
| int || signedint ||
121
+
| double | neither NaN nor Inf | double ||
122
+
| float | neither NaN nor Inf | float ||
123
+
| decimal ||| Message annotations or application properties whose values are of type decimal32, decimal64 or decimal128 are not converted |
124
+
| boolean || bool ||
125
+
| timestamp || timestamp (seconds) | value divided by 1000 |
0 commit comments