MqMsgque PACKAGE - the package-item is a class-object and must use the MqContextC as the base-class …
Collaboration diagram for MqMsgque_Item_C_API: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(Class<?> constructor, ?String ident = null?)
Example from perfserver.java → Create a factory-item from the "perfserver" package-item
// create "perfserver" factory… and make it to the default. MqFactoryC.Add(perfserver.class).Default();
Read more about the usage of the factory-item at: MqFactoryC.