Versions Compared

Key

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

...

Conversion of message content from AMQP 1-0 to AQMQP 0-x is based on the AMQP type used in AMQP 1-0 message

AMQP type

java type

Target protocolTarget mime-type

Comment

string

String0-8...0-10

text/plain

 

list of primitive types (double,float,string,byte[],boolean,byte,short,int,long, char)

java.util.List

0-8...0-10

jms/stream-message

 

map with primitive value types (double,float,string,byte[],boolean,byte,short,int,long, char)

java.util.Map

0-8...0-10

jms/map-message

Should null be included into the allowed types?

list

java.util.List0-10

amqp/list

 

map

java.util.Map

0-10

amqp/map

 

binary

java.lang.Serializable0-8...0-10

application/java-object-stream

 

binary

byte[]0-8...0-10

application/octet-stream

 

...