carbonin / artemis-openshift-example

Simple producer/consumer utilizing manageiq-messaging and activemq-artemis in OpenShift
MIT License
3 stars 2 forks source link

Figure out how to remove errors from artemis logs #1

Open carbonin opened 6 years ago

carbonin commented 6 years ago

The artemis container logs contain lines like this:

21:04:10,900 ERROR [org.apache.activemq.artemis.core.server] AMQ224088: Timeout (10 seconds) while handshaking has occurred.
21:04:20,885 ERROR [org.apache.activemq.artemis.core.server] AMQ224088: Timeout (10 seconds) while handshaking has occurred.
21:04:23,261 ERROR [org.apache.activemq.artemis.core.server] AMQ224088: Timeout (10 seconds) while handshaking has occurred.

I think this is because of the readiness check we are running, but I'm not sure of a better way to do that.

ohkimchi commented 5 years ago

Hey I had the exact same errors with you. I was applying the one-way (server-side) connections when setting the TLS parameters. I was recommend to change it to two-way (client-side) connections by consultant from red hat. You may have a trial to see if the errors go away.