3.2.1.2.1 Change Notification Queue

The Change Notification Queue ADM element represents a local private notification queue. The following ABNF rule specifies the queue name format.

 QueuePathName = (Computer "\private$\notify_queue$")
 Computer      = 1*256(VCHAR) ; computer where the queue manager resides
 VCHAR         = %x21-7E