My application uses an ActiveMQ for messaging.
We wanted that certain operations would occur at each login, and for that we wanted to forward the login events to the ActiveMQ.
After searching a bit I didn’t find any connector to forward the event into an ActiveMQ (which seems like a common functionality)
We did find an extension for MQTT on the Extensions page: https://www.keycloak.org/extensions.html
Would there be something similar / recommended for ActiveMQ?