<constant name = "frame-request" value = "9" /> <constant name = "frame-response" value = "10" /> |
Basic.type (a shortstr) was omitted from Message.transfer. However, after some discussion it was resolved that since thid field serves JMS messaging only, that it should be handled as a custom property rather than creating an XML erratum to insert it. The property name is "JMSXType".Basic.mandatory(a bit) was originally omitted form Message.transfer because its functionality would have been handled by the availability of dead-letter queues. However, they did not make it into the AMQP 0-9 speicification. Thus, Basic.mandatory has been temporarily added as the last field in Message.transfer until dead-letter queues become a reality in the specification.