Socket Product Receiver

« Back to receiving

This receiver type is deprecated.

This receiver accepts direct product uploads from clients. In addition to the standard receiver properties, this type of receiver accepts the following specific properties:

port
The port on which to listen for client connections.
Default: 11235
sizeLim
The maximum size (in Bytes) of the product to accept. Disable the
maximum size limit by setting the value to -1.
Default: -1
threads
The number of threads for the receiver to leverage.
Default: 10

Example configuration

Note: Dependent configuration sub-sections not shown in this configuration example.

1
2
3
4
5
6
7
8
9
10
receivers = receiver_socket

[receiver_socket]
type = gov.usgs.earthquake.distribution.SocketProductReceiver
cleanupInterval = 0
index = receiver_index
port = 11235
sizeLimit = 367001600
storage = receiver_storage
storageAge = 86400000



Last modified: Fri Jul 26 00:42:30 UTC 2024