Previous Table of Contents Next


22.3 Propagation of Messaging QoS

   This section defines the profile Component through which QoS requirements are expressed in an object reference, and the Service Context through which QoS requirements are expressed as part of a GIOP request.

   module Messaging {

   struct PolicyValue { CORBA::PolicyType ptype; sequence<octet> pvalue;

   };

   typedef sequence<PolicyValue> PolicyValueSeq;

   const IOP::ComponentId TAG_POLICIES = 2; const IOP::ServiceId INVOCATION_POLICIES = 7;

   };