Relay Product Listener
The relay product listener provides a method for relaying products to subsequent (typically remote) receivers for additional distribution. This listener relies on configuring a list of senders to use for the relay. In addition to the standard listener properties, this type of listener accepts the following specific properties:
- senders
- A comma separated list of
ProductSender
s to use during relay.
Example configuration
Note: Dependent configuration sub-sections not shown in this configuration example.
1
2
3
4
5
6
7
8
9
10
11
listeners = relay_listener
senders = sender1
[relay_listener]
type = gov.usgs.earthquake.distribution.RelayProductListener
listenerIndex = relay_listener_index
senders = sender1
[sender1]
type = gov.usgs.earthquake.aws.AwsProductSender
url = https://earthquake.usgs.gov/pdl/east/
Last modified: Fri Jul 26 00:43:09 UTC 2024