Sun Java System Messaging Server 6.3 Administration Guide

ProcedureTo Enable Notifications When Message-Status Flags Have Changed

  1. Enable status flags to be tracked and status information to be carried with message-flag notifications:


    configutil -o local.store.notifyplugin.MsgFlags -v 1

    where -v 1 enables message-flag information to be sent with message-flag notifications. A value of 0 disables this notification.

  2. Enable message-flag notifications to be sent by a particular plug-in:


    configutil -o local.store.notifyplugin.jmqnotify.MsgFlags.enable -v 1

    where jmqnotify is the name of the plug-in

    and -v 1 enables message-flag notifications for this plug-in. A value of 0 disables notifications.