Configuring the Listener
Compile your new listener into a shared library (DLL) and place it in the bin (Windows) or lib (UNIX/Linux) directory of your HydraExpress installation. You are now set to load the listener into the Agent.
The client must have access to this listener’s configuration in the file
client-transports.xml, as discussed in
Transport and Listener Configuration Files and
Transport and Listener Properties. On the server side, the listener is configured in the
transports.xml file deployed with the service for use by HydraExpress services.
For an example of how to use a listener from client code, see
Using an Autoconfigured Listener. While that section discusses using a provided default HTTP listener, any custom listener could also be loaded from client code in this same way.