Doc for producerType property
Missing property from docs.
This commit is contained in:
committed by
Artem Bilan
parent
7a9aab03a4
commit
56ab5498b1
@@ -898,6 +898,13 @@ prefix::
|
||||
A prefix to be added to the name of the `destination` exchange.
|
||||
+
|
||||
Default: "".
|
||||
producerType::
|
||||
The type of producer.
|
||||
* `AMQP` AMQP Client for classic and quorum queues
|
||||
* `STREAM_SYNC` RabbitMQ Streams Plugin client, blocks until confirm is received
|
||||
* `STREAM_ASYNC` RabbitMQ Streams Plugin client, does not block
|
||||
+
|
||||
Default: "".
|
||||
queueBindingArguments::
|
||||
Arguments applied when binding the queue to the exchange; used with `headers` `exchangeType` to specify headers to match on.
|
||||
For example `...queueBindingArguments.x-match=any`, `...queueBindingArguments.someHeader=someValue`.
|
||||
|
||||
Reference in New Issue
Block a user