carawang created PROTON-2376:
--------------------------------

             Summary: container.listen may support amqps
                 Key: PROTON-2376
                 URL: https://issues.apache.org/jira/browse/PROTON-2376
             Project: Qpid Proton
          Issue Type: New Feature
          Components: proton-c
    Affects Versions: proton-c-0.33.0
            Reporter: carawang


Hi, Whether the container.listen support the amqps?

see the below:
{code:java}
    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
{code}
The broker.rb[1] of ruby example setting the ssl but seems it does not work.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to