Best way to start JBoss AMQ broker Artemis on JDK10

239 Views Asked by At

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?

2

There are 2 best solutions below

2
On BEST ANSWER

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.

3
On

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.