We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5d79b commit 116a312Copy full SHA for 116a312
README.md
@@ -56,7 +56,7 @@ Check `RabbitMQ.Utils` for sample code. The main class is `isc.rabbitmq.API`. It
56
| msg | byte[] | %GlobalBinaryStream | Text | Yes | Message body |
57
| correlationId | String | %String | CorrelationId | Required only with messageId | Correlation identifier |
58
| messageId | String | %String | MessageId | Required only with correlationId | Message identifier |
59
-| props | String[] | %ListOfDataTypes | - | Yes. Should have 15 elements | List of message properties |
+| props | String[] | %ListOfDataTypes | - | Yes | List of message properties |
60
| api | isc.rabbitmq.API | isc.rabbitmq.API | - | - | API object |
61
62
### Initialization
0 commit comments