Sorry I did it twice as I thought I entered in the wrong email! From: Freeman, Christopher Sent: Tuesday, October 15, 2024 4:54 PM To: 'users@activemq.apache.org' <users@activemq.apache.org> Subject: ActiveMQ Classic Broker and Client Module Issue
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? Thanks, Chris