Hi, I am using Java Broker 6.0.2.
In documentation here https://qpid.apache.org/releases/qpid-java-6.0.4/java-broker/book/Java-Broker-Management-Channel-QMF.html is described that QMF2 can be enabled by plugin. When I try to google it how to add QMF2 plugin I found only some info regarding older versions (0.22) here https://svn.apache.org/repos/asf/qpid/branches/QPID-5048-maven3-build/tools/src/java/README-Java-Broker.txt . I tried to add jar to lib directory (qpid-broker-plugins-management-qmf2-0.32.jar and qpid-broker-plugins-management-qmf2-0.32.jar), enable plugin in configuration, but exception below was thrown during startup. 13:52:05.863 [main] ERROR o.a.q.s.u.ServerScopedRuntimeException - A state transition method must return a ListenableFuture. Method doStop on org.apache.qpid.server.qmf2.QmfManagementPluginImpl does not meet this criteria. 13:52:05.868 [main] ERROR org.apache.qpid.server.Broker - Exception during startup org.apache.qpid.server.util.ServerScopedRuntimeException: A state transition method must return a ListenableFuture. Method doStop on org.apache.qpid.server.qmf2.QmfManagementPluginImpl does not meet this criteria. at org.apache.qpid.server.model.ConfiguredObjectTypeRegistry.addStateTransitions(ConfiguredObjectTypeRegistry.java:982) ~[qpid-broker-core-6.0.2.jar:6.0.2] Is still possible to add QMF2 management plugin ? Vavricka -- View this message in context: http://qpid.2158936.n2.nabble.com/Java-Broker-QMF2-Management-tp7651474.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
