amqp / rhea-promise

A promisified layer over rhea AMQP client
Apache License 2.0
30 stars 19 forks source link

rename "amqp:operation-timeout" #42

Closed grs closed 5 years ago

grs commented 5 years ago

The AMQP 1.0 specification defines a number of specific error conditions. These are all prefixed with the 'amqp:' qualifier. The rhea-promise client creates its own error condition, "amqp:operation-timeout", which is not an official spec defined condition. It would be better to rename this as e,g, rhea-promise:operation-timeout.