Hi Brian, On Wed, 19 Dec 2018 at 23:18, Brian O'Shea <[email protected]> wrote:
> Looking at jconsole (connected to the running Qpid broker), it appears that > it exposes a Map<String, String> under java.lang -> Runtime -> Attributes > -> > SystemProperties. Is this something that I can depend on always being > available? This is Qpid version 7.0.6, which no longer supports management > over JMX, but will this attribute always be accessible over JMX? > > These JMX attributes are expose by the Java Runtime itself rather than being in any way tied to Qpid. As such I believe you can rely on their availability. -- Rob > Thanks, > Brian O'Shea > Salesforce > > > > -- > Sent from: > http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
