On 11/24/2009 08:07 PM, Steve Huston wrote:
A new method was added this week: qpid::Plugin::initOrder()
How should this be used? As author of a new plugin (2, actually) I
might need to know about this... Could we please do this sort of
addition/change in the open?
-Steve
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]
Apologies for the un-announced insertion. Plugin::initOrder allows you to define
the order that plugins are initialized. It defaults to 1000, to date only the
cluster plugin has a different order (1500) because it needs to be initialized
after the store.
It's not a pure virtual and shouldn't have any impact on plugins that dont care
about ordering.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]