JMX MBean Proxying for Export via Remoting to the Client
Posted by Helena Edelson on 22nd July 2009
I wanted to expose mbeans related to application monitoring and services such as a JMS broker, users in session, etc and remote that data to the client which in my case was Flex. First I checked out using annotations for automated registration and mbean creation but that wouldn’t help me export to a remoting format..without creating my own classes. Something for another post, but what I did was create a package with some classes, which I will explain here. You can certainly deliver this strategy more minimally but I’ve found that to come back and bite me later so I’ve added in some type safety to the proxy creation of the MBeans.
![]() |
The Basic Components
|
Posted in ActiveMQ, Annotations, Flex, JMS Broker, JMX, Java, Proxy, Spring JMX | No Comments »

