I change the default certificate for ActiveMQ :
https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/privileged-identity-manager/14-0/implementing/communication-encryption/replace-the-default-ssl-certificates.html
Then ActiveMQ works fine
But EventForwarder Service doesn't work anymore.
Caused by: java.io.IOException: keystore password was incorrect
a
How to declare the new keystore password in EventForwarder ?
Release : 14.0
PIM
The problem is that the password in ActiveMQ and ReportServer must match
New keystore password has to match with activemq user Reportserver. So, if you change keystore password, you should also change user reportserver password in activemq.
You need to change password in embedded endpoint services in ENTM,DS,LB only. You do not need to change the password in the individual endpoints.
Tibco bridge uses the same ActiveMQ password as other server components.
When you change ActiveMQ password, you need to restart Tibco bridge as well. It's enough for successful communication.