rabbitmq / rabbitmq-amqp1.0-client

Erlang AMQP 1.0 client
Other
20 stars 29 forks source link

Add support for AMQP properties #40

Closed AntoineGagne closed 5 years ago

AntoineGagne commented 5 years ago

The specification says that the attach request can specify properties. This PR adds support for those.

I wasn't sure how to support the multiple integer types so I left the responsability of specifiying the AMQP type to the user of the library.

pivotal-issuemaster commented 5 years ago

@AntoineGagne Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-issuemaster commented 5 years ago

@AntoineGagne Thank you for signing the Contributor License Agreement!

kjnilsson commented 5 years ago

Thanks! :)