Not able to retrieve messages from topic using EMS.NET API
问题 I am trying to write a simple application to send messages to a topic from use input and show messages published on topic. There are two command line executables - one for publisher and another for subscriber. When I publish messages on a topic, I can see the messages getting submitted to the topic. The following command shows that there are messages on the topic (see F1.gif):- show stat EMS.Test.Topic The following command shows that the messages are getting consumed by the subscribers (see