Scroll to navigation

FEDMSG-DG-REPLAY(1) General Commands Manual FEDMSG-DG-REPLAY(1)

NAME

fedmsg-dg-replay - replay a message from the datagrepper history on your local bus

SYNOPSIS

fedmsg-dg-replay --msg-id MSG_ID [--datagrepper-url DATAGREPPER_URL] [<common fedmsg options>]

fedmsg-dg-replay [-h|--help]

OPTIONS

Print an help message and exit
Message id of the message to replay.
URL of a datagrepper instance to query for history.

COMMON FEDMSG OPTIONS

Number of io threads for 0mq to use
Prefix for the topic of each message sent.
Number of seconds to sleep after initializing.
Config file to use.
Simply print out the configuration and exit. No action taken.
Timeout in seconds for any blocking zmq operations.
Limit on the number of messages in the queue before blocking.
Number of milliseconds to wait before timing out connections.

DESCRIPTION

fedmsg-dg-replay is an ephemeral command that queries a datagrepper instance for a message to send to the local fedmsg bus, through a configured fedmsg-relay(1) instance.

The message is stripped of its original credentials. Local credentials are applied if the sign_messages configuration variable is set to True.

SEE ALSO

fedmsg-relay(1)

AUTHORS

Wrote the fedmsg software.
Wrote this manpage for the Debian system.

COPYRIGHT

Copyright © 2014 Nicolas Dandrimont

This manual page was written for the Debian system (and may be used by others).

You can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

On Debian systems, a copy of the license can be found in the /usr/share/common-licenses/LGPL-2.1 file.