You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just replace the sasKey variable value with the String above. But i got some amqp:unauthorized-access error.
Does the library is compliant with AMQP CBS ? Is there a way to use Shared Accessed Signature with this client library ? I know that in .NET, it's possible through the "AMQP.Net Lite" library. But i don't want to use .NET language.
Note: My program works when sasKey is equals to the Shared Access Key of my account. But not when using Shared Access Signature.
Thanks a lot !
The text was updated successfully, but these errors were encountered:
Hi,
I would like to use this library for retrieving messages in a topic of my Service Bus on Microsoft Azure platform.
Specifically, i'am generating a SAS (= Shared Access Signature) from my Service Bus account which is something like this
With the Microsoft Azure REST API it works and all is fine.
Now, I want to build a nodejs program. Thus, I use this awesome library :-) !
My program is very similar to the one posted in Stackoverflow (https://stackoverflow.com/questions/43361331/how-to-fetch-messages-from-an-azure-service-bus-queue-in-peeklock-mode-using-a).
I just replace the
sasKey
variable value with the String above. But i got someamqp:unauthorized-access
error.Does the library is compliant with AMQP CBS ? Is there a way to use Shared Accessed Signature with this client library ? I know that in .NET, it's possible through the "AMQP.Net Lite" library. But i don't want to use .NET language.
Note: My program works when
sasKey
is equals to the Shared Access Key of my account. But not when using Shared Access Signature.Thanks a lot !
The text was updated successfully, but these errors were encountered: