You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Justin Ross (Jira)" <ji...@apache.org> on 2021/11/01 10:16:00 UTC

[jira] [Updated] (PROTON-2376) container.listen may support amqps

     [ https://issues.apache.org/jira/browse/PROTON-2376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Ross updated PROTON-2376:
--------------------------------
    Labels: tls  (was: )

> 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
>            Priority: Major
>              Labels: tls
>
> 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: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org