From 82695a85d7f1caa65b6ce805f2214abafd2f7f52 Mon Sep 17 00:00:00 2001 From: "Weston M. Price" Date: Thu, 3 May 2012 19:03:43 +0000 Subject: QPID-3745: Improve JCA Documentation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1333585 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/jca/README.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'qpid/java/jca') diff --git a/qpid/java/jca/README.txt b/qpid/java/jca/README.txt index 57b97a3fef..a4d426310d 100644 --- a/qpid/java/jca/README.txt +++ b/qpid/java/jca/README.txt @@ -201,7 +201,10 @@ provides one property ConnectionURL This is the url used to configure the connection factory. Please see the Qpid JMS client documentation for - further details. + The QpidConnectionFactoryProxy allows for a non-JCA ConnectionFactory to be bound into the JNDI tree. This + ConnectionFactory can in turn be used outside of the application server. Typically a ConnectionFactory of + this sort is used by Java Swing or other non-managed clients not requiring JCA. One one property is + required: Example: amqp://anonymous:passwd@client/test?brokerlist='tcp://localhost:5672?sasl_mechs='PLAIN'' -- cgit v1.2.1