theLink 10.0
Loading...
Searching...
No Matches
MqMsgque_Item_C_API

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

  1. One package-item has all the code and services required to define one application-feature.
  2. An application-feature can be a database or a gui-frontend or just an internal logic-interface.
  3. Multiple package-items define an application with each package-item assigned to one specific factory-item.

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.