In System Center 2012 R2 Configuration Manager, 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: UInt8Access type: Read/WriteQualifiers: [RealKey]Dummy key.
MessageRetrySpec

Data type: StringAccess type: Read/WriteQualifiers: NoneOptional 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: UInt32Access type: Read/WriteQualifiers: NoneMaximum 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.
PolicyID

Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
PolicyInstanceID

Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
PolicyPrecedence

Data type: UInt32Access type: Read/WriteQualifiers: NoneSee CCM_Policy Client WMI Class.
PolicyRuleID

Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
PolicySource

Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
PolicyVersion

Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.

Requirements

Runtime Requirements

Development Requirements

See Also