In my project, I am using on WSO2 Message Broker as a message brokering system.
I want to get some information like number of queues created, number of messages in queue and etc.. to display at my portal. To do this, I want to call message broker apis in my java class.
Can i call message broker apis in Java class ? If yes, Where can i get list of apis which can i use in my java code ?