Re: ActiveMQ Classic Broker and Client Module Issue

2024-10-15 Thread Matt Pavlovich
Hi Christopher- I cannot confirm that ActiveMQ is packaged to align with Java modules. The broker does depend on classes in the client jar, so if you depend on the broker, it will drag the client classes. Since ActiveMQ has been prevalent for so long, moving packages to proper separation will

RE: ActiveMQ Classic Broker and Client Module Issue

2024-10-15 Thread Freeman, Christopher
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' Subject: ActiveMQ Classic Broker and Client Module Issue Hello all, We are in the process of upgrading our application from Java 8 t

ActiveMQ Classic Broker and Client Module Issue

2024-10-15 Thread Freeman, Christopher
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.c