I started with the example code here:
https://activemq.apache.org/components/cms/example
I modified it to use SSL and a certificate... all working.

Six months later when the certificate expired, starting the subscriber just
hangs on:

connection->start();

It would be nice if instead of hanging, the subscriber took an
exception. (bonus points for a "your certificate has expired" message)

I'm curious if the call to:
connection->setExceptionListener(this);

should be done before the call to start()? or is there a standard way
to detect/report connection issues.

thanks

Reply via email to