Java com.rabbitmq.client MessageProperties fields, constructors, methods, implement or subclass

Example usage for Java com.rabbitmq.client MessageProperties fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.rabbitmq.client MessageProperties.

The text is from its open source code.

Field

BasicPropertiesMINIMAL_BASIC
Empty basic properties, with no fields set
BasicPropertiesMINIMAL_PERSISTENT_BASIC
Empty basic properties, with only deliveryMode set to 2 (persistent)
BasicPropertiesBASIC
Content-type "application/octet-stream", deliveryMode 1 (nonpersistent), priority zero
BasicPropertiesPERSISTENT_BASIC
Content-type "application/octet-stream", deliveryMode 2 (persistent), priority zero
BasicPropertiesTEXT_PLAIN
Content-type "text/plain", deliveryMode 1 (nonpersistent), priority zero
BasicPropertiesPERSISTENT_TEXT_PLAIN
Content-type "text/plain", deliveryMode 2 (persistent), priority zero