Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The approaches above can be configured on broker or virtual host using context variables.
Closing the connections should be a default behaviour.

 

QPID-7872

Internal message properties conversion into AMQP 1.0 message properties

...

Internal message

...

AMQP 1-0 message

...

Implemented

 

...

Property origin

...

Property name

...

Type

...

Section name

...

Property name

...

Type

...

Comments

...

InternalMessage

InternalMessageMetaData

...

isPersistent()

isPersistent()

...

header

...

durable

...

unsigned byte

...

 

...

Y

...

MessageHeader

...

getPriority()

...

byte

...

header

...

priority

...

unsigned byte

 

...

Y

...

MessageHeader

...

getExpiration()

...

long

...

header

...

ttl

...

milliseconds

...

 

...

Y

...

MessageHeader

...

getExpiration()

...

long

...

properties

...

absolute-expiry-time

...

timestamp

...

N

...

MessageHeader

...

getMessageId()

...

properties

...

message-id

...

uuid/string/ulong

...

 

...

Y

...

MessageHeader

...

getCorrelationId()

...

String

...

properties

...

correlation-id

...

binary

...

 

...

Y

...

MessageHeader

...

getUserId()

...

String

...

properties

...

user-id

...

binary

...

 

...

Y

...

MessageHeader

...

getTimestamp()

...

datetime

...

properties

...

creation-time

...

timestamp

...

 

...

Y

...

MessageHeader

...

getReplyTo()

...

String

...

properties

...

reply-to

...

string

...

 

...

Y

...

InternalMessage

...

getTo()

...

String

...

properties

...

to

...

string

...

 

...

TODO

...

InternalMessage

...

getEncoding()

...

properties

...

content-encoding

...

symbol

...

 

...

Y

...

MessageHeader

...

getContentType()

...

str8

...

properties

...

content-type

...

symbol

...

 

...

TODO

...

MessageHeader

...

getHeader(String)/getHeaderNames()

...

String/Enumeration

...

application-properties

...

MessageConversionException is thrown when string or key is invalid

...