[ 
https://issues.apache.org/jira/browse/QPID-7119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15175432#comment-15175432
 ] 

ylg commented on QPID-7119:
---------------------------

qpid-send does not consider port option  of the kind of url( testqpid.com:5671)
because when it connects to a broker, the function 
(qpid::client::amqp0_10::ConnectionImpl::tryConnect) constructs a Url instance, 
which use default port(5672).  and in  client::connection::open function   port 
provided by user is overwrited by the default port.  so qpid-send always 
connect to 5672 port.
i have updated the wrong patch.

> make qpid-send and qpid-receive launch ssl connection
> -----------------------------------------------------
>
>                 Key: QPID-7119
>                 URL: https://issues.apache.org/jira/browse/QPID-7119
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Client
>            Reporter: ylg
>            Priority: Critical
>         Attachments: 
> add-supportion-for-parsing-host-and-port-options-when-construct-ConnectionImpl.patch,
>  overwrite-default-options-when-construct-client-Connection.patch
>
>
> actually qpid-send and qpid-reveive can not create connection to broker over 
> ssl, this patch is to solve this question.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to