I have a service bus topic with 50 subscribers with their own filters. How I can secure a message from rest of 49 subscriber if some one guess the subscriber name? Is there anyway I can validate subscriber credentials?
Right now my plan B is create a 50 queues, so that each one will have their own secured connection string. Could some one suggest right approach?