SERVICE_CLIENT

Description

Test binary that use the internal messaging to communicate. It will create a client, send and receive messages from a specific service.

Command

service_client
-h [ --help ]: display this message
-v [ --verbose ]: Enable verbosity
-t [ --service ]: service_name Set the service name
-m [ --message ]: arg Set the message
-s [ --startup ]: arg Set the delay in seconds at startup before the first message (default: 1 second)
-i [ --interval ]: arg Set the interval in seconds between successive sends (default: 1 second)
-c [ --count ]: arg Set the number of times to send the message before exiting (default: do not stop sending)

Results

Responses received from the service.

Example

$> service_client --message test_request --service test_service --count 3
Received response: <test_response>Received response: <test_response>Received response: <test_response>