automorph.transport.amqp

Members list

Type members

Classlikes

AMQP transport message context.

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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RabbitMq

Common RabbitMQ functionality.

Common RabbitMQ functionality.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
RabbitMq.type