Details
Description
I am looking to embed Artemis MQ in an application that is implemented as java modules (JPMS). The intent is to use the MQTT component. I am following the instructions here:
https://activemq.apache.org/components/artemis/documentation/latest/embedding-activemq.html
In my attempt, it turns out that there are split packages causing compile time error to be thrown. org.apache.activemq.artemis.spi.core.remoting is one example of such.
So Artemis as it is now doesn't seem to be embeddable in a JPMS application. Is that really the case or am I missing something? If so, are there plans to address this?