NO-JIRA: add note that the -all clients cant be embedded with the broker, which uses the regular clients

This commit is contained in:
Robbie Gemmell 2023-05-15 17:12:14 +01:00
parent f082b9c5d1
commit 7f4cd2ac56
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ These jars are available at Maven Central:
Whether you are using JMS or just the Core API simply add the `artemis-jms-client-all` jar to your client classpath.
For Jakarta Messaging add the `artemis-jakarta-client-all` jar instead.
**Warning:**These repackaged jars include all the [client's dependencies](client-classpath-jms.md). Be careful with mixing other components jars in your application as they may clash with each other.
**Warning:**These repackaged jars include all the [client's dependencies](client-classpath-jms.md). Be careful with mixing other components jars in your application as they may clash with each other. Note also that the -all clients cant be embedded in the same JVM as the broker, for that you must use `artemis-jms-client` or `artemis-jakarta-client` as appropriate.