diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2012-02-01 23:56:28 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2012-02-01 23:56:28 +0000 |
| commit | 0dcfedb9a055a5ec9175a13cdce8667104cd799a (patch) | |
| tree | d195069c3d429ef502f3514d8b1faf82eba0f651 /qpid/java/jca/example/conf/qpid-jca-ds.xml | |
| parent | 08b3d439ce5cdcd127d14489ba4730ae3f2c7724 (diff) | |
| download | qpid-python-0dcfedb9a055a5ec9175a13cdce8667104cd799a.tar.gz | |
QPID-3734 Commiting patch by Weston Price.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1239411 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/jca/example/conf/qpid-jca-ds.xml')
| -rw-r--r-- | qpid/java/jca/example/conf/qpid-jca-ds.xml | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/qpid/java/jca/example/conf/qpid-jca-ds.xml b/qpid/java/jca/example/conf/qpid-jca-ds.xml index 9e589169e3..80fb828b55 100644 --- a/qpid/java/jca/example/conf/qpid-jca-ds.xml +++ b/qpid/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> |
