What happened to the Java Broker plugin API??

2013-03-24 Thread Fraser Adams
I put together a QmfManagementPlugin for the Java Broker using the plugin API org.apache.qpid.server.plugin.ManagementFactory org.apache.qpid.server.management.plugin.ManagementPlugin This works nicely for Qpid 0.20 but I've just tried to build against trunk and those interfaces have gone :'(

Re: What happened to the Java Broker plugin API??

2013-03-25 Thread Robbie Gemmell
Hi Fraser, What you have now noticed is a step in our ongoing effort to reorganise the broker internals, remove the old XML configuration files, and make the broker pretty much entirely configurable through the management interfaces. The particular plugable management interface you found and used

Re: What happened to the Java Broker plugin API??

2013-03-25 Thread Fraser Adams
Hey Robbie, Thanks for the comprehensive response - all useful stuff, always on the bleeding edge me :-) as in "it's not bleeding working again" :-D It's fun to know "I think you are the first to ever ask about a change ". I guess that I had assumed that a plugin architecture was intended to

Re: What happened to the Java Broker plugin API??

2013-03-25 Thread Rob Godfrey
On 25 March 2013 20:57, Fraser Adams wrote: > Hey Robbie, > Thanks for the comprehensive response - all useful stuff, always on the > bleeding edge me :-) > as in "it's not bleeding working again" :-D > > Sorry about that... but there is a reason we haven't declared a release to be 1.0 yet :-)

Re: What happened to the Java Broker plugin API??

2013-03-26 Thread Robbie Gemmell
On 25 March 2013 19:57, Fraser Adams wrote: > Hey Robbie, > Thanks for the comprehensive response - all useful stuff, always on the > bleeding edge me :-) > as in "it's not bleeding working again" :-D > > It's fun to know "I think you are the first to ever ask about a change ". > I guess that I h