NAME
xas-spooler.pl - A procedure to process spool files for the XAS Environment.
SYNOPSIS
xas-spooler.pl [--help] [--debug] [--manual] [--version]
options:
--host where the Message Queue server resides
--port the port for that server
--configs the config file to use
--logfile the log file to use
--pidfile the pid file to use
--help outputs simple help text
--manual outputs the procedures manual
--version outputs the apps version
--debug toogles debugging output
DESCRIPTION
This procedure will process spool files and send them to the message queue server.
OPTIONS AND ARGUMENTS
- --host
-
Where the Message Queue server resides.
- --port
-
The port that the server listens on.
- --config
-
The config file to use.
- --logfile
-
The log file to use.
- --pidfile
-
The pid file to use.
- --help
-
Displays a simple help message.
- --debug
-
Turns on debbuging.
- --manual
-
The complete documentation.
- --version
-
Prints out the apps version
EXIT CODES
0 - success
1 - failure
2 - already running
SEE ALSO
XAS::Apps::Base::Spooler
AUTHOR
Kevin L. Esteb, <kevin@kesteb.us>
COPYRIGHT AND LICENSE
Copyright (C) 2012 by Kevin L. Esteb
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available.