summaryrefslogtreecommitdiff
path: root/qpid/java/jca/example/conf/geronimo-ra.xml
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2012-03-08 20:49:09 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2012-03-08 20:49:09 +0000
commit93d17ee8444639886b0922f58721a4a447f67131 (patch)
tree2f14241449b9d5d5bdb06e21e129ed21871890f0 /qpid/java/jca/example/conf/geronimo-ra.xml
parent2491ee7318a4a4803348e1693739234679decd3b (diff)
downloadqpid-python-93d17ee8444639886b0922f58721a4a447f67131.tar.gz
QPID-3732 Committing a patch by Weston Price.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1298571 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/jca/example/conf/geronimo-ra.xml')
-rw-r--r--qpid/java/jca/example/conf/geronimo-ra.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/qpid/java/jca/example/conf/geronimo-ra.xml b/qpid/java/jca/example/conf/geronimo-ra.xml
index e3e74ebc62..1c7210d2ee 100644
--- a/qpid/java/jca/example/conf/geronimo-ra.xml
+++ b/qpid/java/jca/example/conf/geronimo-ra.xml
@@ -114,8 +114,16 @@
<adminobject-interface>org.apache.qpid.ra.admin.QpidQueue</adminobject-interface>
<adminobject-class>org.apache.qpid.ra.admin.QpidQueueImpl</adminobject-class>
<adminobject-instance>
- <message-destination-name>ResponderQueue</message-destination-name>
- <config-property-setting name="destinationAddress">@qpid.responder.queue.dest.address@</config-property-setting>
+ <message-destination-name>RequestQueue</message-destination-name>
+ <config-property-setting name="destinationAddress">@qpid.request.queue.dest.address@</config-property-setting>
+ </adminobject-instance>
+ </adminobject>
+ <adminobject>
+ <adminobject-interface>org.apache.qpid.ra.admin.QpidQueue</adminobject-interface>
+ <adminobject-class>org.apache.qpid.ra.admin.QpidQueueImpl</adminobject-class>
+ <adminobject-instance>
+ <message-destination-name>ResponseQueue</message-destination-name>
+ <config-property-setting name="destinationAddress">@qpid.response.queue.dest.address@</config-property-setting>
</adminobject-instance>
</adminobject>
<adminobject>