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,runtime) MQ_FCT MqFactoryAdd(MK_CCP const constructor, MK_STRN const ident)
Example from perfserver.c
→ Create a factory-item from the "perfserver" package-item
// create "PerfServer" factory… and make it to the default. MqFactoryDefault( MqFactoryAdd_2(PerfServerFactory, "perfserver"));
Read more about the usage of the factory-item at: MqFactoryC.