From b3d1e6a702c344a62a0dbca574239201547077c4 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/qpid@1333585 13f79535-47bb-0310-9956-ffa450edef68 --- java/jca/README.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'java/jca') diff --git a/java/jca/README.txt b/java/jca/README.txt index 57b97a3fef..a4d426310d 100644 --- a/java/jca/README.txt +++ b/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