On 25/07/2019 7:06 am, Jose Alberto Fernandez Parejo wrote:
If the ssl_cert_name is pass in the options,

# client amqp:ssl:127.0.0.1:5671 {protocol:amqp1.0,ssl_cert_name:127.0.0.1}


terminate called after throwing an instance of
'qpid::messaging::InvalidOptionString'
   what():  Invalid option string: protocol:amqp1.0

Are you passing that in as a command line argument? If so you need to quote it:

  '{protocol:amqp1.0,ssl_cert_name:127.0.0.1}'

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

Reply via email to