Kevin McLaughlin
Kevin McLaughlin
Any chance this could be made a bit easier in the future? Took 15 minutes to enable TLS for our AMQP connection factory. Stomp is taking much longer and I...
Ended up doing something ugly, but, the approach in this ticket didn't work well for me on 4.2.6. The constructor in Reactor2TcpClient that takes a TcpClientFactory does not set eventLoopGroup...
If you don't need to support TLS/SSL in your tests you can get away with: ``` static { KeyAndCertificateFactoryFactory.setCustomKeyAndCertificateFactorySupplier((logger, isServerInstance, configuration) -> null); } ```
Based on what products like spring boot and haproxy do with their admin/management interfaces (which allows us to keep them on in production but locked down): 1. By default, disable...