Record - rabbitmq : BasicProperties

Holds other properties of the message - routing headers etc.

Fields

  • replyTo string?
  • The queue name to which the other apps should send the response to.

  • contentType string? (default ())
  • Content type of the message.

  • contentEncoding string? (default ())
  • Content encoding of the message.

  • correlationId string? (default ())
  • Client-specific ID that can be used to mark or identify messages between clients.