From 237152da04c827f44ece3c37e310b6e590c4cc91 Mon Sep 17 00:00:00 2001 From: "Weston M. Price" Date: Tue, 17 Apr 2012 21:38:12 +0000 Subject: QPID-3734 -Refactored JCA adapter to use AMQDestination Java Bean -Created two new destination AdminObjects to managed JCA destinations -Refactored examples to use new AdminObjects -Minor cleanup -Moved broker.address property to build-properties.xml git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327292 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/jca/example/.gitignore | 1 + qpid/java/jca/example/conf/geronimo-ra.xml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'qpid/java/jca/example') diff --git a/qpid/java/jca/example/.gitignore b/qpid/java/jca/example/.gitignore index 71337b619c..54c810d4a0 100644 --- a/qpid/java/jca/example/.gitignore +++ b/qpid/java/jca/example/.gitignore @@ -1,3 +1,4 @@ build/* lib/* +*.swp build-properties.xml diff --git a/qpid/java/jca/example/conf/geronimo-ra.xml b/qpid/java/jca/example/conf/geronimo-ra.xml index 1c7210d2ee..926c73baf1 100644 --- a/qpid/java/jca/example/conf/geronimo-ra.xml +++ b/qpid/java/jca/example/conf/geronimo-ra.xml @@ -67,7 +67,7 @@ org.apache.qpid.ra.admin.QpidTopicImpl Dummy - amq.topic + amq.topic @@ -75,7 +75,7 @@ org.apache.qpid.ra.admin.QpidTopicImpl HelloTopic - @qpid.hello.topic.dest.address@ + @qpid.hello.topic.dest.address@ @@ -83,7 +83,7 @@ org.apache.qpid.ra.admin.QpidTopicImpl GoodByeTopic - @qpid.goodbye.topic.dest.address@ + @qpid.goodbye.topic.dest.address@ @@ -91,7 +91,7 @@ org.apache.qpid.ra.admin.QpidTopicImpl HelloGoodByeTopic - @qpid.hellogoodbye.topic.dest.address@ + @qpid.hellogoodbye.topic.dest.address@ @@ -99,7 +99,7 @@ org.apache.qpid.ra.admin.QpidQueueImpl HelloQueue - @qpid.hello.queue.dest.address@ + @qpid.hello.queue.dest.address@ @@ -107,7 +107,7 @@ org.apache.qpid.ra.admin.QpidQueueImpl GoodByeQueue - @qpid.goodbye.queue.dest.address@ + @qpid.goodbye.queue.dest.address@ @@ -115,7 +115,7 @@ org.apache.qpid.ra.admin.QpidQueueImpl RequestQueue - @qpid.request.queue.dest.address@ + @qpid.request.queue.dest.address@ @@ -123,7 +123,7 @@ org.apache.qpid.ra.admin.QpidQueueImpl ResponseQueue - @qpid.response.queue.dest.address@ + @qpid.response.queue.dest.address@ @@ -131,7 +131,7 @@ org.apache.qpid.ra.admin.QpidConnectionFactoryProxy QpidConnectionFactory - @broker.url@ + @broker.url@ -- cgit v1.2.1