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
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Hi experts.
I have recently download and installed the most updated version of the azure-sdk. (0.5.7), in order to connect with the Service Bus Queue System.
I have created one namespace and one queue from the azure portal and give me one connection string with the format.. Endpoint=sb://{endpoint}/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey={accesskey}
According to the instructions showed in this repository, I must to replace the sb protocol for https protocol in the connection string. Doing that everything is working. But comparing with the Queue Storage system, is very slow!!! 10 msg in service Bus takes me 2 minutes to collect, in Queue Storage is inmediately.
I think that this sdk forces to use https and that is the problem. We cannot use sb protocol or amqp protocol, which is the main feature of service bus.
I would like to know if there is something I can change in order to use one of those protocols, or if there is another explanation (configuration) which increase the speed in collecting messages from the Queue
Thanks
The text was updated successfully, but these errors were encountered:
Hi experts.
I have recently download and installed the most updated version of the azure-sdk. (0.5.7), in order to connect with the Service Bus Queue System.
I have created one namespace and one queue from the azure portal and give me one connection string with the format.. Endpoint=sb://{endpoint}/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey={accesskey}
According to the instructions showed in this repository, I must to replace the sb protocol for https protocol in the connection string. Doing that everything is working. But comparing with the Queue Storage system, is very slow!!! 10 msg in service Bus takes me 2 minutes to collect, in Queue Storage is inmediately.
I think that this sdk forces to use https and that is the problem. We cannot use sb protocol or amqp protocol, which is the main feature of service bus.
I would like to know if there is something I can change in order to use one of those protocols, or if there is another explanation (configuration) which increase the speed in collecting messages from the Queue
Thanks
The text was updated successfully, but these errors were encountered: