AmqpContext

automorph.transport.amqp.AmqpContext

AMQP transport message context.

Message transport plugins must use message context properties in the descending order of priority by source:

  • This context
  • Message properties for specific transport plugin (this.message)
  • Default values

Type parameters

Message

type of message properties for specific transport plugin

Value parameters

`type`

message type name

appId

application identifier

contentEncoding

MIME content encoding

contentType

MIME content type

correlationId

request-response correlation identifier

deliveryMode

non-persistent (1) or persistent (2)

expiration

message expiration specification (milliseconds)

headers

message headers

message

message properties for specific transport plugin

messageId

application message identifier

priority

message priority (0 to 9)

replyTo

address to reply to

timestamp

message timestamp

userId

user identifier

Attributes

See also
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product