How can I use a custom connection-listener in my datasource using quarkus with panache? #40518
cgarreagad
started this conversation in
Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a legacy JEE application that is deployed in JBOSS EAP that I am migrating to quarkus, currently the datasource of this application uses a custom connection-listener that is configured in the property .... ... <connection-listener class-name="my.package.CustomConnecionListener"...
This class adds data to some properties to trace my java application using for example: Oracle.END_TO_END_STATE_INDEX_MAX
Beta Was this translation helpful? Give feedback.
All reactions