rxqueue - Man Page
The Regina Rexx Interpreter external queue filter
Synopsis
rxqueue [-h, --help] [-D, --debug] [-t string, --text string] [queue] [/fifo | /lifo | /clear | /pull | /queued]
Description
rxqueue is a utility that provides access to the Regian Rexx external queue daemon (rxstack). It acts as a filter by placing lines onto a queue via stdin or a single line with the -t or --text switches. Lines can be pulled off the queue to stdout
Options
- -h, ā--help
Displays short help.
- -D, ā--debug
Turns debugging on -t string, --text string Places the single line specified in string onto an optional queue in the order specified by /fifo or /lifo
- queue
The name of the queue to use. Format is queuename[@machine][:port]. If not specified the queue name used is SESSION on localhost using the default port.
Actions
- /fifo
Stacks the contents of stdin onto the queue in first in, first out order.
- /lifo
Stacks the contents of stdin onto the queue in last in, first out order.
- /clear
Removes all lines currently stacked in the queue.
- /pull
Extracts the next line from the queue to stdout and removes it from the queue.
- /queued
Returns the number of lines stacked on the queue to stdout
Environment
rxqueue uses the following environment variables if set.
Copyright
The Regina Rexx interpreter is distributed under the GNU Library General Public License, see the file `COPYING-LIB' in the source code distribution.
Author
Anders Christensen, University of Trondheim, Norway <anders (at) pvv.unit.no>.
Maintainer
Changes to Regina since 0.07a, Mark Hessling <mark (at) rexx.org> with significant assistance from Florian Grosse-Coosmann.
See Also
There are several good reference books on Rexx. The most famous is "The Rexx Language" by Mike Cowlishaw. Visit http://www.rexxla.org (The Rexx Language Association) for any Rexx related information.