I have created a service bus in blue I have created a topic in the service bus shared a basic routine shade exit at the service bus An access policy that manages to send and listen to the set permissions.
By using the Microsoft.ServiceBus API, I will create an instance of NameSpaceManager through the CreateFromConnectionString method which is the connection string I get from the service bus level.
this.namespaceManager = Namespace Manager. CreateFromConnectionString (connectionString);
issue Comes when I call
Namespace Manager. Gateptics ();
I get it
Do queues or topics like child institutions need exclusive access rights? I would have thought that the permission of the parent service bus will be reduced and then I will have the option to be more specific on the permissions for child institutions if I need it
Yes it does! My problem was because I had extra characters in my connection string.
No comments:
Post a Comment