I have a hive mq broker installed and a plugin in residing inside the broker. Let us just say the plugin has the ability to fetch the topics a user is subscribed to given a user id. Suppose if a end user wants to know the topics he is subscribed to, one way to do it is he will publish a message to a predefined topic that the plugin will listen to and then fetch the list of topics and then publish the list back to the user. I want to know is there any other way (Http comes to mind immediately, but i guess it is not feasible in Hive MQ plugin) to expose the data outside the plugin ?
Posted the same question here