Interface QueueEnqueueOptions

Options for enqueuing a message to a queue.

Hierarchy

  • Publish
    • QueueEnqueueOptions

Properties

BCC?: string | string[]

The BCC (blind carbon copy) address(es) for the message.

CC?: string | string[]

The CC (carbon copy) address(es) for the message.

appId?: string

The application ID of the message.

contentEncoding?: string

The content encoding of the message.

contentType?: string

The content type of the message.

correlationId?: string

The correlation ID of the message.

deliveryMode?: number | boolean

The delivery mode of the message.

expiration?: string | number

The time in milliseconds after which the message will expire.

headers?: any

The headers of the message.

mandatory?: boolean

Whether the message is mandatory.

messageId?: string

The message ID.

persistent?: boolean

Whether the message should be persisted.

priority?: number

The priority of the message.

replyTo?: string

The reply-to address for the message.

timestamp?: number

The timestamp of the message.

type?: string

The type of the message.

userId?: string

The user ID of the message sender.