[JMX-11] Allow overriding the url used by with-connection Created: 30/Nov/12 Updated: 16/Dec/12 Resolved: 16/Dec/12 |
|
| Status: | Resolved |
| Project: | java.jmx |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Enhancement | Priority: | Major |
| Reporter: | Toby Crawley | Assignee: | Unassigned |
| Resolution: | Completed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Patch: | Code |
| Approval: | Accepted |
| Description |
|
It's handy to be able to fully override the url used by with-connection. This makes java.jmx useable when a non-rmi protocol is needed. I've attached a patch that allows specifying :url in the opts map, as well as adds some docs for the options there. |
| Comments |
| Comment by Nick Bailey [ 16/Dec/12 4:35 PM ] |
|
Committed https://github.com/clojure/java.jmx/commit/05bb13cde96601ddb8f9e29bcf36060060bdec99 |