RabbitMQ "arguments" documentation -
when create queue, can specify time-to-leave of messages, deletion of queue if has not been used time etc.
those parameters passed via dictionary ; there place can find proper key-values list accepted ?
“arguments” amqp
basicproperties
some amqp broker use basicproperties implement extensions, example time-to-live extension
rabbitmq extension.
if change broker lose functionality.
read http://www.rabbitmq.com/extensions.html see rabbitmq extensions.
anyway can use properties prefer, example can add custom key value.
the class http://www.rabbitmq.com/releases//rabbitmq-java-client/current-javadoc/com/rabbitmq/client/messageproperties.html contains pre-built basicproperties.
Comments
Post a Comment