Trying to start JBoss AMQ on JDK 10 and was getting
Unrecognized VM option 'UseFastAccessorMethods'
I removed this option from artemis-profile
and it works fine now.
Is there any better option?
Trying to start JBoss AMQ on JDK 10 and was getting
Unrecognized VM option 'UseFastAccessorMethods'
I removed this option from artemis-profile
and it works fine now.
Is there any better option?
I'm not aware of any better option. That VM option has already been removed upstream in the Apache ActiveMQ Artemis project via ARTEMIS-1449. This change will be included in a future version of Red Hat AMQ.
That version of the Artemis Broker is built and tested to work on JDK 8 and as such the scripts and other supporting bits are designed around that. If you want to use it on a platform that it isn't supported on then you will likely need to customize it to get things running.