blazingmq icon indicating copy to clipboard operation
blazingmq copied to clipboard

Support listening on multiple ports

Open hallfox opened this issue 2 years ago • 0 comments

This extends the broker config to support listening to connections on multiple ports. This lays the groundwork for future extensions that will be added to TcpInterfaceListener. The broker will behave the same without the listener config, but with the listeners added the broker will open new listen operations for each one, ignoring the port field in the networkInterfaces. We also added an extra component for validating these new configs.

hallfox avatar Feb 16 '24 23:02 hallfox