summaryrefslogtreecommitdiff
path: root/java/jca/example/conf/qpid-jca-ds.xml
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2012-02-01 23:56:28 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2012-02-01 23:56:28 +0000
commit009646f1bed6ac9d83808a23d7925c2b76380a62 (patch)
treeb115967a6ea3f6d762c4dc69aa7733b962422898 /java/jca/example/conf/qpid-jca-ds.xml
parent536035350ea0e5e3e141afc29d1482904457d892 (diff)
downloadqpid-python-009646f1bed6ac9d83808a23d7925c2b76380a62.tar.gz
QPID-3734 Commiting patch by Weston Price.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1239411 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/jca/example/conf/qpid-jca-ds.xml')
-rw-r--r--java/jca/example/conf/qpid-jca-ds.xml18
1 files changed, 6 insertions, 12 deletions
diff --git a/java/jca/example/conf/qpid-jca-ds.xml b/java/jca/example/conf/qpid-jca-ds.xml
index 9e589169e3..80fb828b55 100644
--- a/java/jca/example/conf/qpid-jca-ds.xml
+++ b/java/jca/example/conf/qpid-jca-ds.xml
@@ -25,9 +25,8 @@
name="qpid.jca:name=HelloTopic">
<attribute name="JNDIName">HelloTopic</attribute>
<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='@rar.name@'</depends>
- <attribute name="Type">javax.jms.Destination</attribute>
+ <attribute name="Type">org.apache.qpid.ra.admin.QpidTopic</attribute>
<attribute name="Properties">
- destinationType=TOPIC
destinationAddress=@qpid.hello.topic.dest.address@
</attribute>
</mbean>
@@ -36,9 +35,8 @@
name="qpid.jca:name=GoodByeTopic">
<attribute name="JNDIName">GoodByeTopic</attribute>
<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='@rar.name@'</depends>
- <attribute name="Type">javax.jms.Destination</attribute>
+ <attribute name="Type">org.apache.qpid.ra.admin.QpidTopic</attribute>
<attribute name="Properties">
- destinationType=TOPIC
destinationAddress=@qpid.goodbye.topic.dest.address@
</attribute>
</mbean>
@@ -47,9 +45,8 @@
name="qpid.jca:name=HelloGoodByeTopic">
<attribute name="JNDIName">HelloGoodByeTopic</attribute>
<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='@rar.name@'</depends>
- <attribute name="Type">javax.jms.Destination</attribute>
+ <attribute name="Type">org.apache.qpid.ra.admin.QpidTopic</attribute>
<attribute name="Properties">
- destinationType=TOPIC
destinationAddress=@qpid.hellogoodbye.topic.dest.address@
</attribute>
</mbean>
@@ -58,9 +55,8 @@
name="qpid.jca:name=HelloQueue">
<attribute name="JNDIName">HelloQueue</attribute>
<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='@rar.name@'</depends>
- <attribute name="Type">javax.jms.Destination</attribute>
+ <attribute name="Type">org.apache.qpid.ra.admin.QpidQueue</attribute>
<attribute name="Properties">
- destinationType=QUEUE
destinationAddress=@qpid.hello.queue.dest.address@
</attribute>
</mbean>
@@ -69,9 +65,8 @@
name="qpid.jca:name=GoodByeQueue">
<attribute name="JNDIName">GoodByeQueue</attribute>
<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='@rar.name@'</depends>
- <attribute name="Type">javax.jms.Destination</attribute>
+ <attribute name="Type">org.apache.qpid.ra.admin.QpidQueue</attribute>
<attribute name="Properties">
- destinationType=QUEUE
destinationAddress=@qpid.goodbye.queue.dest.address@
</attribute>
</mbean>
@@ -80,9 +75,8 @@
name="qpid.jca:name=QpidResponderQueue">
<attribute name="JNDIName">QpidResponderQueue</attribute>
<depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='@rar.name@'</depends>
- <attribute name="Type">javax.jms.Destination</attribute>
+ <attribute name="Type">org.apache.qpid.ra.admin.QpidQueue</attribute>
<attribute name="Properties">
- destinationType=QUEUE
destinationAddress=@qpid.responder.queue.dest.address@
</attribute>
</mbean>