Hi ,
First of all i am very glad that atleast i found something to take up on developing the custom plugin , Can you please tell me ..that is there any way that i can get access to the plugin which i define in the broker through java client ?
Can i expose my plugin as Mbean ?
I have a use case where i have to write a custom plugin to get the region broker instance out of broker service instance ..i thought of writing the custom plugin and adding them to the broker xml file. this custom plugin which is a spring bean in which i gonna return the region broker instance. but how i do call this plugin from my java client to get that instance from this custom plugin ? I am really bangign my head in doing several tricks around this like exposing as an mbean and downloaded the whole active mq source code and changed the mbeans ..nothing seems to be the flexible way ..as i do not want to change any source code of activemq. what i think is writing the plugin is the better way adn not sure how to access this custom plugin method from the java client ?
please throw up some suggestions.
Hi ,
First of all i am very glad that atleast i found something to take up on developing the custom plugin , Can you please tell me ..that is there any way that i can get access to the plugin which i define in the broker through java client ?
Can i expose my plugin as Mbean ?
I have a use case where i have to write a custom plugin to get the region broker instance out of broker service instance ..i thought of writing the custom plugin and adding them to the broker xml file. this custom plugin which is a spring bean in which i gonna return the region broker instance. but how i do call this plugin from my java client to get that instance from this custom plugin ? I am really bangign my head in doing several tricks around this like exposing as an mbean and downloaded the whole active mq source code and changed the mbeans ..nothing seems to be the flexible way ..as i do not want to change any source code of activemq. what i think is writing the plugin is the better way adn not sure how to access this custom plugin method from the java client ?
please throw up some suggestions.