Standalone daemon providing AMQP communication with Aleph module.
This script can be used as aplication, not just as module:
./alephdaemon start/stop/restart [--foreground]
If --foreground parameter is used, script will not run as daemon, but as normal script at foreground. Without that, only one (true unix) daemon instance will be running at the time.
Bases: edeposit.amqp.pikadaemon.PikaDaemon
Pika and Daemon wrapper for handling AMQP connections.
Parameters: |
|
---|
Returns: | pika.ConnectionParameters – object set by variables from edeposit.amqp.settings. |
---|