From 7b3a532e141911ead4c7aae57545e55c232d8df2 Mon Sep 17 00:00:00 2001 From: Peter Hormanns <peter.hormanns@jalin.de> Date: Wed, 26 Jun 2013 15:05:22 +0200 Subject: [PATCH] neue Hives h67/h68 --- hsarback/conf/WEB-INF/prod-web.xml | 12 ++++++++++++ hsarback/conf/META-INF/prod-context.xml | 10 ++++++++++ 2 files changed, 22 insertions(+), 0 deletions(-) diff --git a/hsarback/conf/META-INF/prod-context.xml b/hsarback/conf/META-INF/prod-context.xml index a33e3c2..3c439bc 100644 --- a/hsarback/conf/META-INF/prod-context.xml +++ b/hsarback/conf/META-INF/prod-context.xml @@ -136,6 +136,16 @@ type="javax.jms.Queue"/> <ResourceLink + name="jms/hsadminSystem-h67" + global="jms/hsadminSystem-h67" + type="javax.jms.Queue"/> + + <ResourceLink + name="jms/hsadminSystem-h68" + global="jms/hsadminSystem-h68" + type="javax.jms.Queue"/> + + <ResourceLink name="jms/hsadminSystem-mail1" global="jms/hsadminSystem-mail1" type="javax.jms.Queue"/> diff --git a/hsarback/conf/WEB-INF/prod-web.xml b/hsarback/conf/WEB-INF/prod-web.xml index 9ddf170..d13d76a 100644 --- a/hsarback/conf/WEB-INF/prod-web.xml +++ b/hsarback/conf/WEB-INF/prod-web.xml @@ -314,6 +314,18 @@ <res-sharing-scope>Shareable</res-sharing-scope> </resource-ref> <resource-ref> + <res-ref-name>jms/hsadminSystem-h67</res-ref-name> + <res-type>javax.jms.Queue</res-type> + <res-auth>Container</res-auth> + <res-sharing-scope>Shareable</res-sharing-scope> + </resource-ref> + <resource-ref> + <res-ref-name>jms/hsadminSystem-h68</res-ref-name> + <res-type>javax.jms.Queue</res-type> + <res-auth>Container</res-auth> + <res-sharing-scope>Shareable</res-sharing-scope> + </resource-ref> + <resource-ref> <res-ref-name>jms/hsadminSystem-dns1</res-ref-name> <res-type>javax.jms.Queue</res-type> <res-auth>Container</res-auth> -- Gitblit v1.9.3