Hello all, We are in the process of upgrading our application from Java 8 to 17 using ActiveMQ Classic version 6.1.2. I am learning about the modules as I go so I apologize if this much easier than it seems.
While setting up our module-info, in it we require the activemq.broker and activemq.client. However it seems this is not allowed as both of those modules export the same packages names to the same modules which causes it to error. Is the expectation that the client and broker should not be together and be implemented differently on our end?