RVCM Advisory Subject Names

Rendezvous certified message delivery software constructs the subject names of advisory messages using these templates:

    _RV.class.RVCM.category.condition.subject
    _RV.class.RVCM.category.condition.name

Distributed queue software constructs the subject names of advisory messages using this template:

    _RV.class.RVCM.category.role.condition.name

RVCM Advisory Subject Name Elements

Element

Description

class

The class element denotes the severity of the situation:

ERROR indicates either a problem that precludes certified delivery, or a situation in which delivery did not complete.
WARN indicates an anomalous situation that might jeopardize certified message delivery.
INFO indicates an interesting event in the normal operation of certified message delivery.

source

The source element is RVCM for all advisories from certified message delivery software.

category

The category element indicates the general category of the situation that the advisory describes:

DELIVERY pertains to the tracking and delivery of specific messages.
REGISTRATION pertains to the administration of certified delivery service.
QUEUE pertains to distributed queues.

condition

The condition element indicates the specific situation that the advisory reports.

role

The role element of QUEUE advisories indicates whether the advisory pertains to the member in the LISTENER (worker) role or the SCHEDULER role.

subject

The subject element contains the subject name to which the advisory pertains. These names often consist of several elements, so the wildcard character ">" (rather than "*") is the correct way to match all names in this position.

name

The name element contains the reusable name to which the advisory pertains. These names may consist of several elements, so the wildcard character ">" (rather than "*") is the correct way to match all names in this position.