This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 7f4cd2ac56 NO-JIRA: add note that the -all clients cant be embedded 
with the broker, which uses the regular clients
7f4cd2ac56 is described below

commit 7f4cd2ac56c383e20b72ec37b12fe6f71bebed1d
Author: Robbie Gemmell <[email protected]>
AuthorDate: Mon May 15 17:12:14 2023 +0100

    NO-JIRA: add note that the -all clients cant be embedded with the broker, 
which uses the regular clients
---
 docs/user-manual/en/client-classpath.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/en/client-classpath.md 
b/docs/user-manual/en/client-classpath.md
index a7e55c188b..cd47964ba7 100644
--- a/docs/user-manual/en/client-classpath.md
+++ b/docs/user-manual/en/client-classpath.md
@@ -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.
 
 
 

Reply via email to