CCM_Messaging_Configuration Client WMI Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

In Configuration Manager 2007, the CCM_Messaging_Configuration class is a client Windows Management Instrumentation (WMI) class that supports messaging-related settings that are exposed to administrators.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class CCM_Messaging_Configuration : CCM_Policy
{
      UInt8 DummyKey;
      String MessageRetrySpec;
      UInt32 MessageSizeThreshold;
      String PolicyID;
      String PolicyInstanceID;
      UInt32 PolicyPrecedence;
      String PolicyRuleID;
      String PolicySource;
      String PolicyVersion;
};

Methods

The CCM_Messaging_Configuration class does not define any methods.

Properties

  • DummyKey
    Data type: UInt8

    Access type: Read/Write

    Qualifiers: [RealKey]

    Dummy key.

  • MessageRetrySpec
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Optional field that specifies a list of retry intervals, in minutes. The messaging system uses this when an outgoing message has to be retried. The format of this field is a semicolon-delimited list of integers, such as 1;5;30;60. In the previous example, if a message cannot be delivered due to a transient error, it is retried after 1 minute, then 5 minutes, then 30 minutes, and finally 60 minutes; until the message times out or is successfully delivered. All subsequent retries use the last value in the list (60 minutes in this example). If this field is omitted or incorrectly formatted, the service falls back to using internally hard coded defaults.

  • MessageSizeThreshold
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: None

    Maximum allowed size of messages, in kilobytes. If a message exceeds this threshold and BITS is enabled and the message is transferred using BITS, otherwise the message is transferred using HTTP.

Requirements

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.

See Also

Concepts

Client Framework and Data Transfer Client WMI Classes