Hi Vavrinka,

the QMF2 plugin is not really supported any more for the Java Broker.
The preferred management mechanism is to use the REST API.

If you really want to use the QMF2 plugin, you can find the source
code here: https://svn.apache.org/repos/asf/qpid/trunk/qpid/tools/src/java

I've just updated it so that it at least compiles against the 6.0.x
codebase, but I've not tested to see whether it works in any useful
way.

Hope this helps,
Rob

On 4 October 2016 at 13:06, Vavricka <[email protected]> wrote:
> 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]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to