Versions Compared

Key

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

...

AMQP 0-xInternal Messagecomments
content typebody objectcontent-type
content types listed as "common textual media types" in section 3.3.7 (Body Sections) of AMQP JMS Mapping specification (WD9)Stringcopied verbatimif body is empty the body object will contain an empty String
jms/map-messageMapnullif body is empty, the body object will contain an empty Map
amqp/mapMapnullif body is empty, the body object will contain an empty Map
jms/stream-messageListnullif body is empty, the body object will contain an empty List
amqp/listListnullif body is empty, the body object will contain an empty List
application/java-object-streambyte[]application/x-java-serialized-objectif body is empty, the body object will contain an empty byte array
application/x-java-serialized-objectbyte[]application/x-java-serialized-objectif body is empty, the body object will contain an empty byte array
application/octet-streambyte[]application/octet-streamif body is empty, the body object will contain an empty byte array
otherbyte[] or nullcopied verbatimif body is empty, the body object will be set to null
nonebyte[] or nullnullif body is empty, the body object will be set to null

Conversion issues

This section summarises existing conversion issues

...