1
0
Fork 0

fixed documentation - minor

This commit is contained in:
bagyenda 2007-10-16 12:52:06 +00:00
parent 18dcdf7052
commit d05d46cc9f
2 changed files with 39 additions and 1 deletions

View File

@ -904,6 +904,44 @@ lists all the configuration directives. The column <b>Mode</b>
seconds between each queue run
&nbsp; &nbsp;</td>
</tr>
<tr>
<td valign=top >
<tt>queue-manager-module</tt>
&nbsp; &nbsp;</td>
<td valign=top >
<i>ALL</i>
&nbsp; &nbsp;
</td>
<td valign=top >
String
&nbsp; &nbsp;</td>
<td valign=top >
Library to handle queue/message storage and processing (see
<tt>mms_queue.h</tt> for details)
&nbsp; &nbsp;</td>
</tr>
<tr>
<td valign=top >
<tt>queue-module-init-data</tt>
&nbsp; &nbsp;</td>
<td valign=top >
<i>ALL</i>
&nbsp; &nbsp;
</td>
<td valign=top >
String
&nbsp; &nbsp;</td>
<td valign=top >
Initialiser data for queue/message storage engine.
&nbsp; &nbsp;</td>
</tr>
<tr>
<td valign=top >
<tt>send-attempt-back-off</tt>

View File

@ -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"