wilkinsona commented on pull request #3846: URL: https://github.com/apache/activemq-artemis/pull/3846#issuecomment-966407394
We support both. A standalone server is the default, but we also support configuring an embedded Artemis broker when the user adds the server dependency to the classpath: https://docs.spring.io/spring-boot/docs/2.5.6/reference/htmlsingle/#messaging.jms.artemis. This won't work with EE 9 dependencies as Spring Boot's dependency management will ensure that the `jakarta.json.*` classes are on the classpath while Artemis will be looking for `javax.json`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
