add h09 in jms config

This commit is contained in:
Peter Hormanns 2021-03-17 11:49:55 +01:00
parent 20e34eba0f
commit 757f4f4792
2 changed files with 11 additions and 0 deletions

View File

@ -50,6 +50,11 @@
global="jms/hsadminSystem-h08"
type="javax.jms.Queue"/>
<ResourceLink
name="jms/hsadminSystem-h09"
global="jms/hsadminSystem-h09"
type="javax.jms.Queue"/>
<ResourceLink
name="jms/hsadminSystem-h10"
global="jms/hsadminSystem-h10"

View File

@ -142,6 +142,12 @@
<res-auth>Container</res-auth>
<res-sharing-scope>Shareable</res-sharing-scope>
</resource-ref>
<resource-ref>
<res-ref-name>jms/hsadminSystem-h09</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-h10</res-ref-name>
<res-type>javax.jms.Queue</res-type>