Versions Compared

Key

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

...

AMQP 1.0AMQP 0-8
content-typex-opt-jms-msg-typebody typecontent-typebodyCommentsImplemented
---applicationtext/octet-streamplain-  
--dataapplication/octet-streamcontent of data value  
*3BYTE_MESSAGEdataapplication/octet-stream-  
*3BYTE_MESSAGE-application/octet-stream-  
application/x-java-serialized-object-dataapplication/java-object-streamcontent of data value  
application/x-java-serialized-object--application/java-object-stream-  
*1OBJECT_MESSAGEdataapplication/java-object-streamcontent of data value  
*1OBJECT_MESSAGE-application/java-object-stream-  
--amqp-sequence (if simple type is used )jms/stream-messagelist with amqp-sequence values  
-4STREAM_MESSAGEamqp-sequence (if simple type is used)jms/stream-messagelist with amqp-sequence values  
-4STREAM_MESSAGE-jms/stream-messageempty list  
--/4amqp-sequence (if non simple type is use)  throw MessageConversionException 
--amqp-value with value of map with string keys (of length <255) and simple type values (string, boolean, long, integer, short, byte, float, double, byte[])amqp/map0-10 encoded map  
 -amqp-value with value of map with either non string keys or non simple values, or string key with length > 255  throw MessageConversionException 
-2MAP_MESSAGE-amqp/mapempty 0-10 encoded map  
 2MAP_MESSAGEamqp-value with value of map with either non string keys or non simple values, or string key with length > 255  throw MessageConversionException 
-5TEXT_MESSAGE-text/plain-  
text/plain--text/plain-  
--amqp vallue with string or nulltext/plainstring value  
*5TEXT_MESSAGEamqp vallue with string or nulltext/plainstring value  
text/*-datatext/*data bytes as string  
application/xml-dataapplication/xmldata bytes as string  
application/*+xml-dataapplication/*+xmldata bytes as string  
application/xml-dtd-dataapplication/xml-dtddata bytes as string  
application/json-dataapplication/jsondata bytes as string  
application/*+json-dataapplication/*+jsondata bytes as string  
application/javascript-dataapplication/javascriptdata bytes as string  
application/ecmascript-dataapplication/ecmascriptdata bytes as string  
***  throw MessageConversionException 

...