Provided by: python-fedmsg_0.7.1-1_all bug

NAME

       fedmsg-gateway - Manpages for the fedmsg suite

DESCRIPTION

       usage: debian/tmp/usr/bin/fedmsg-gateway [-h] [--io-threads IO_THREADS]

              [--topic-prefix     TOPIC_PREFIX]     [--post-init-sleep    POST_INIT_SLEEP]    [--config-filename
              CONFIG_FILENAME]  [--print-config]   [--timeout   TIMEOUT]   [--high-water-mark   HIGH_WATER_MARK]
              [--linger ZMQ_LINGER] [--daemon]

       Rebroadcast messages to a special zmq endpoint.

              A repeater that rebroadcasts all messages received to a special zmq endpoint.  This is used to get
              messages from inside Fedora Infrastructure out to users.  Its  communication  is  uni-directional.
              It does not relay messages from "outside the bus" back in.

              The  special zmq endpoint is specified by the presence of :term:`fedmsg.consumers.gateway.port` in
              the config.

              This service is what makes using ":doc:`consuming`" outside  the  VPN/firewalled  bus  environment
              possible.

   optional arguments:
       -h, --help
              show this help message and exit

       --io-threads IO_THREADS
              Number of io threads for 0mq to use

       --topic-prefix TOPIC_PREFIX
              Prefix for the topic of each message sent.

       --post-init-sleep POST_INIT_SLEEP
              Number of seconds to sleep after initializing.

       --config-filename CONFIG_FILENAME
              Config file to use.

       --print-config
              Simply print out the configuration and exit. No action taken.

       --timeout TIMEOUT
              Timeout in seconds for any blocking zmq operations.

       --high-water-mark HIGH_WATER_MARK
              Limit on the number of messages in the queue before blocking.

       --linger ZMQ_LINGER
              Number of milliseconds to wait before timing out connections.

       --daemon
              Run in the background as a daemon.

SEE ALSO

       The  full  documentation  for  fedmsg-gateway is maintained as a Texinfo manual.  If the info and fedmsg-
       gateway programs are properly installed at your site, the command

              info fedmsg-gateway

       should give you access to the complete manual.