问题
Is it possible to get (or build) an equivalent of artemis-jms-client-all-2.x.0.jar
compatible with Java 1.7?
I need it because Weblogic SOA 10.x doesn't support Java 1.8, and I would like to connect it to ActiveMQ Artemis.
回答1:
The ActiveMQ Artemis JMS client (and many of its dependencies) use language features from Java 1.8 so there is no 2.x release which is compatible with Java 1.7. It is theoretically possible to use a 1.4 or earlier release with a current 2.x broker, but that was before the "artemis-jms-client-all" jar was available so you'd need to use the "artemis-jms-client" jar and include all the client dependencies manually.
来源:https://stackoverflow.com/questions/56835525/is-there-a-java-1-7-compatible-artemis-jms-client