MqMsgque PACKAGE - the package-item is a class-object and must use the MqContextC as the base-class …
MqMsgque PACKAGE - the package-item is a class-object and must use the MqContextC as the base-class …
A factory-item is created with:
[constructor,static] MqFactoryC* MqFactoryC::Add(‹template class› constructor, MK_STRN ident = NULL)
Example from perfserver.cc
→ Create a factory-item from the "perfserver" package-item
// create "perfserver" factory… and make it to the default. MqFactoryCT<perfserver>::Add("perfserver")->Default();
Read more about the usage of the factory-item at: MqFactoryC.