Thanks for the response @TomF and @nram, few more clarification from your response details
- So if I understand correctly Topic Endpoint is a standalone topic by itself. As under topic endpoint I didn’t find subscriptions. Pl confirm if this is correct
- On the point that only one consumer can be there for a topic endpoint; for testing I created one Topic endpoint, then attached that to a Queue and also consumed it from the ‘Try Me’ by giving the direct Topic endpoint as well. Then I sent a message from Postman (https://…solace.cloud:9443/myNewTopicEndpoint), I could see that message got queued both under Queue as well as under TopicEndpoint. Is this allowed?