Description
Hi, Whether the container.listen support the amqps?
see the below:
def listen(url, handler=Listener::Handler.new) not_stopped url = Qpid::Proton::uri url # TODO aconway 2017-11-01: amqps, SSL listen_io(TCPServer.new(url.host, url.port), handler) end
The broker.rb[1] of ruby example setting the ssl but seems it does not work.