Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-2376

container.listen may support amqps

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • proton-c-0.33.0
    • None
    • proton-c

    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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            carawang carawang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: