Cliff Jansen created QPID-5648:
----------------------------------

             Summary: basic C++ AMQP 1.0 ssl client connections broken
                 Key: QPID-5648
                 URL: https://issues.apache.org/jira/browse/QPID-5648
             Project: Qpid
          Issue Type: Bug
          Components: C++ Client
    Affects Versions: 0.28
         Environment: Linux and windows
            Reporter: Cliff Jansen
            Priority: Blocker


In attached commands, the two spout examples are identical except choice of 
0-10 or 1.0 protocol version.  The second one fails starting in r1570231 
(QPID-5568).

export QPID_SSL_CERT_DB=/b/amqp/b/q2504/ssl9/client/db
export QPID_SSL_CERT_PASSWORD_FILE=/b/amqp/b/q2504/ssl9/client/pwf


qbuild/examples/messaging/spout --broker hex.cjyvr.com:5671 
--connection-options "{transport:ssl,protocol:amqp0-10}" --content "hello" 
--count 1 "my_queue; {create:always , node: {durable : False} }"
qbuild/examples/messaging/spout --broker hex.cjyvr.com:5671 
--connection-options "{transport:ssl,protocol:amqp1.0}" --content "hello" 
--count 1 "my_queue; {create:always , node: {durable : False} }"

qbuild/examples/messaging/drain --broker hex.cjyvr.com:5671 
--connection-options "{transport:ssl,protocol:amqp0-10}" "my_queue; 
{create:always , node: {durable : False} }"



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to