MQ4CPP(MessageQueuingforC++)isanimplementationofenterprisemessagingsystem,aka"message-orientedmiddleware"(MOM).ItletsC++applicationthreadsco妹妹unicatewithoneanotherthroughexchangingmessages.Amessageisarequest,report,and/oreventthatcontainsinformationneededtocoordinateco妹妹unicationbetweendifferentapplications.Itprovidesalevelofabstraction,soyoucanseparatethedetailsaboutthedestinationsystemfromtheapplicationcode.MQ4CCPletsC++applicationsthatshareamessagingsystemexchangemessages,andsimplifiesapplicationdevelopmentbyprovidingastandardinterfaceforcreating,sending,andreceivingmessages.Itimplementsthefollowingmessagingparadigms:Direct/Indirectmessaging(local),unsolicitedmessaging(remote),Request/Reply(remote),conversation(remote),andbroadcast(local/remote).
1