ManagementDirectExchange::ManagementDirectExchange(const std::string& _name,
bool
_durable,
const FieldTable& _args,
Manageable*
_parent, Broker* b ) :
Exchange (_name, _durable, _args, _parent, b),
DirectExchange(_name, _durable, _args, _parent, b),
managementAgent(0) {}
why do we call Exchange() and DirectExchange() -- we only need
DirectExchange() which will call Exchange() or am I missing something?
Carl.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]