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

http://www.rabbitmq.com/releases/rabbitmq-java-client/v3.2.4/rabbitmq-java-client-javadoc-3.2.4/com/rabbitmq/client/amqp.basicproperties.html

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

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -