From 0a0baee45ebcff44635907d457c4ff6810b09c87 Mon Sep 17 00:00:00 2001 From: Alex Rudyy Date: Wed, 15 Apr 2015 09:47:28 +0000 Subject: QPID-6481: Move java source tree to top level git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1673693 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/jca/example/conf/qpid-jca-ds.xml | 126 ----------------------------- 1 file changed, 126 deletions(-) delete mode 100644 qpid/java/jca/example/conf/qpid-jca-ds.xml (limited to 'qpid/java/jca/example/conf/qpid-jca-ds.xml') diff --git a/qpid/java/jca/example/conf/qpid-jca-ds.xml b/qpid/java/jca/example/conf/qpid-jca-ds.xml deleted file mode 100644 index ad75876808..0000000000 --- a/qpid/java/jca/example/conf/qpid-jca-ds.xml +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - HelloTopic - jboss.jca:service=RARDeployment,name='@rar.name@' - org.apache.qpid.ra.admin.QpidTopic - - DestinationAddress=@qpid.hello.topic.dest.address@ - - - - - GoodByeTopic - jboss.jca:service=RARDeployment,name='@rar.name@' - org.apache.qpid.ra.admin.QpidTopic - - DestinationAddress=@qpid.goodbye.topic.dest.address@ - - - - - HelloGoodByeTopic - jboss.jca:service=RARDeployment,name='@rar.name@' - org.apache.qpid.ra.admin.QpidTopic - - DestinationAddress=@qpid.hellogoodbye.topic.dest.address@ - - - - - HelloQueue - jboss.jca:service=RARDeployment,name='@rar.name@' - org.apache.qpid.ra.admin.QpidQueue - - DestinationAddress=@qpid.hello.queue.dest.address@ - - - - - GoodByeQueue - jboss.jca:service=RARDeployment,name='@rar.name@' - org.apache.qpid.ra.admin.QpidQueue - - DestinationAddress=@qpid.goodbye.queue.dest.address@ - - - - - QpidRequestQueue - jboss.jca:service=RARDeployment,name='@rar.name@' - org.apache.qpid.ra.admin.QpidQueue - - DestinationAddress=@qpid.request.queue.dest.address@ - - - - - QpidResponseQueue - jboss.jca:service=RARDeployment,name='@rar.name@' - org.apache.qpid.ra.admin.QpidQueue - - DestinationAddress=@qpid.response.queue.dest.address@ - - - - QpidConnectionFactory - jboss.jca:service=RARDeployment,name='@rar.name@' - javax.jms.ConnectionFactory - - ConnectionURL=@broker.url@ - - - - - - QpidJMS - @rar.name@ - - true - @broker.url@ - javax.jms.Queue - org.apache.qpid.ra.QpidRAConnectionFactory - 20 - - - - - QpidJMSXA - - @rar.name@ - @broker.url@ - javax.jms.Queue - org.apache.qpid.ra.QpidRAConnectionFactory - 20 - - - -- cgit v1.2.1