rabbitmq / rabbitmq-amqp1.0

AMQP 1.0 support for RabbitMQ
https://www.rabbitmq.com/
Other
93 stars 20 forks source link

Tolerate the modified outcome #63

Closed kjnilsson closed 6 years ago

kjnilsson commented 6 years ago

Rather than failing hard when a client advertises it supports the modified outcome the plugin now returns the list of outcomes that it does support.

Also update to use amqp10_common for parsing, frame and binary generation.

Also change the use of an old version of QPid proton to the current JMS client version to test that can roundtrip messages.

[#156613309]

needs: https://github.com/rabbitmq/rabbitmq-amqp1.0-common/pull/1

Fixes #61 and #57