Quarkus Camel and get the JMX NBeans camel to work ? #38708
marteloudini
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.
-
has anyone managed to use Quarkus Camel and get the JMX NBeans camel to work?
Quarkus: 3.7.1
Camel: 4.3.0
I added camel-mangagement, I added camel-quarkus-management in the dependencies.
I added during launch:
-Dcom.sun.management.jmxremote.port=10092 -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
and run uber-jar ('quarkus camel route) on centos.
I forgot something ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions