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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ The following attributes are common to both RabbitMQ trigger and output bindings
38
38
|`ConnectionStringSetting`| string | The setting name for RabbitMQ connection URI. An example setting value would be `amqp://user:pass@host:10000/vhost`. |
39
39
|`QueueName`| string | The RabbitMQ queue name. |
40
40
|`DisableCertificateValidation`| boolean | Indicates whether certificate validation should be disabled. Not recommended for production. Does not apply when SSL is disabled. |
41
+
|`dataType`| string | DataType of the message. "" by default as String, "binary" for byte[]|
0 commit comments