Home > Pipeline Modules > Listeners

TCP Listener

Setup a simple TCP Listener that will monitor a port for incoming messages. Our TCP Listener supports both long running and transient connections.

Currently our TCP Listener is very basic and applicable for development or hobby applications and does not support any sort of TLS mechanism. If your implementation needs an TCP Listener you should contact us so we can discuss your needs.

Required Fields

In addition to the standard fields that are required for any listener, the following fields are required:

  • Listener Type (required)
    TCP

  • Content Type (required)
    Select the Content Type of the message you are expecting. Any Content Type is acceptable.

  • Listen on Port (required)
    The port your TCP listener should listen on.