diff --git a/mbuni/doc/userguide.shtml b/mbuni/doc/userguide.shtml index 1e23521..16b5f4a 100644 --- a/mbuni/doc/userguide.shtml +++ b/mbuni/doc/userguide.shtml @@ -904,6 +904,44 @@ lists all the configuration directives. The column Mode seconds between each queue run     + + + queue-manager-module + +     + + + ALL +     + + + + String +     + + Library to handle queue/message storage and processing (see + mms_queue.h for details) +     + + + + queue-module-init-data + +     + + + ALL +     + + + + String +     + + Initialiser data for queue/message storage engine. +     + + send-attempt-back-off diff --git a/mbuni/extras/pgsql-queue/Readme.txt b/mbuni/extras/pgsql-queue/Readme.txt index 192f09f..5e1f0fc 100644 --- a/mbuni/extras/pgsql-queue/Readme.txt +++ b/mbuni/extras/pgsql-queue/Readme.txt @@ -1,5 +1,5 @@ This module provides Queue management for mbuni using PostgreSQL as the storage engine. -To use it, you need only add two lines to the mbuni config 'core' group: +To use it, you need only add two lines to the mbuni config 'mbuni' group: queue-manager-module = "/path_to/libmms_pgsql_queue.so" queue-module-init-data = "number_of_db_connections:host=dbhost user=db_user passwowrd=dbpassword dbname=dbname"