noodlefrenzy / node-amqp10

amqp10 is a promise-based, AMQP 1.0 compliant node.js client
MIT License
134 stars 56 forks source link

Master #355

Closed tony-gutierrez closed 6 years ago

tony-gutierrez commented 6 years ago

When using SAS tokens with an Azure Service Bus, it is necessary to send the token to $cbs as an AQMPval type body. The current policy encoder prevents this. Added example usage.


This change is Reviewable