On Mon, 2012-02-20 at 17:28 -0500, Alan Conway wrote: > ... > That is because there was no code outside of libqpidbroker calling the > generated functions (except for cluster.so but that is never built on > windows.) The ha plugin now also calls some QMF generated functions. > > Perhaps a better solution is to move the QMF generated code for each > plugin into the plugin library itself, rather than putting it all into > libqpidbroker. If that's preferable I can do that. >
I'd say that would be the most preferable idea - any generated code should only be included with the code that actually uses it. This is particular irritation with the current cluster implementation IMO. Andrew --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
