-
Sep 5th, 2008, 10:43 AM
#1
Remote HHTP client
Can anybody post the working code to access via HTTP the JMX beans using Spring client classes ?
All examples that I could find were for access using RMI.
Thank you.
-
Sep 9th, 2008, 11:11 PM
#2
Spring JMX and HTTP Remoting
RMI is the only protocol that JMX implementations are required to support. JMXMP is another protocol called out specifically in the JMX specification for remote connectors. If you want to go with HTTP, you will have to look at one of the (currently) non-standard approaches:
Other references that you may find of use include JMX - What Protocol Connectors are Readily Available for Use with JConsole, Remote JMX: Connectors and Adaptors, and A Third Look at JMX Web Services Connector.
Last edited by spring_dm; Sep 9th, 2008 at 11:15 PM.
-
Sep 10th, 2008, 07:24 PM
#3
Thank you for comprehensive reference list. I will definitely look at them.
I was asking for working example so I could specify the required configuration and other parameters.
If you have one working w/ any of available adapters, please let me know.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules