Sun Java System Messaging Server 6 2005Q4 Administration Guide

ProcedureTo Load the ENS Publisher on Messaging Server

Perform the following steps from the command line. In these steps, the location of the Messaging Server installation directory is msg_svr_base, and the Messaging Server user is inetuser. Typical values for these variables are /opt/SUNWmsgsr, and inetuser, respectively.

Steps
  1. As inetuser, run the configutil utility to load the libibiff file.


    cd msg_svr_base
    ./configutil -o "local.store.notifyplugin" -v "msg_svr_base/lib/libibiff"
    
  2. As root, stop then restart the messaging server.

    cd msg_svr_base/sbin

    ./stop-msg

    ./start-msg

  3. You are now ready to receive notifications through ENS. See Running Sample Event Notification Service Programs