|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | 3 |
|
| 4 | + Copyright (c) 2022 Contributors to Eclipse Foundation. All rights reserved. |
4 | 5 | Copyright (c) 2000, 2020 Oracle and/or its affiliates. All rights reserved. |
5 | 6 |
|
6 | 7 | This program and the accompanying materials are made available under the |
|
17 | 18 |
|
18 | 19 | --> |
19 | 20 |
|
20 | | -<connector xmlns="http://java.sun.com/xml/ns/j2ee" |
| 21 | +<connector xmlns="https://jakarta.ee/xml/ns/jakartaee" |
21 | 22 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
22 | | - xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee |
23 | | - http://java.sun.com/xml/ns/j2ee/connector_1_5.xsd" |
24 | | - version="1.5"> |
25 | | - <description>Oracle GlassFish(tm) Server Message Queue JMS Resource Adapter</description> |
26 | | - <display-name>Oracle GlassFish(tm) Server Message Queue 5.1 Java EE Resource Adapter for JMS</display-name> |
27 | | - <vendor-name>Oracle</vendor-name> |
28 | | - <eis-type>Java Message Service v 1.1</eis-type> |
29 | | - <resourceadapter-version>5.1</resourceadapter-version> |
| 23 | + xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee |
| 24 | + https://jakarta.ee/xml/ns/jakartaee/connector_2_0.xsd" |
| 25 | + version="2.0"> |
| 26 | + <description>Eclipse OpenMQ(tm) JMS Resource Adapter</description> |
| 27 | + <display-name>Eclipse OpenMQ(tm) Jakarta EE Resource Adapter for JMS</display-name> |
| 28 | + <vendor-name>Eclipse Foundation</vendor-name> |
| 29 | + <eis-type>Jakarta Messaging v 3.0</eis-type> |
| 30 | + <resourceadapter-version>6.2.1</resourceadapter-version> |
30 | 31 |
|
31 | 32 | <resourceadapter> |
32 | 33 | <resourceadapter-class> |
|
74 | 75 | <config-property-name>AddressList</config-property-name> |
75 | 76 | <config-property-type>java.lang.String</config-property-type> |
76 | 77 | <config-property-value>localhost</config-property-value> |
77 | | - </config-property> |
| 78 | + </config-property> |
78 | 79 | <config-property> |
79 | 80 | <config-property-name>UserName</config-property-name> |
80 | 81 | <config-property-type>java.lang.String</config-property-type> |
|
85 | 86 | <config-property-type>java.lang.String</config-property-type> |
86 | 87 | <config-property-value>guest</config-property-value> |
87 | 88 | </config-property> |
88 | | - <connectionfactory-interface> |
| 89 | + <connectionfactory-interface> |
89 | 90 | jakarta.jms.ConnectionFactory |
90 | 91 | </connectionfactory-interface> |
91 | 92 | <connectionfactory-impl-class> |
92 | 93 | com.sun.messaging.jms.ra.ConnectionFactoryAdapter |
93 | 94 | </connectionfactory-impl-class> |
94 | | - <connection-interface> |
| 95 | + <connection-interface> |
95 | 96 | jakarta.jms.QueueConnection |
96 | 97 | </connection-interface> |
97 | 98 | <connection-impl-class> |
|
106 | 107 | <config-property-name>AddressList</config-property-name> |
107 | 108 | <config-property-type>java.lang.String</config-property-type> |
108 | 109 | <config-property-value>localhost</config-property-value> |
109 | | - </config-property> |
| 110 | + </config-property> |
110 | 111 | <config-property> |
111 | 112 | <config-property-name>UserName</config-property-name> |
112 | 113 | <config-property-type>java.lang.String</config-property-type> |
|
117 | 118 | <config-property-type>java.lang.String</config-property-type> |
118 | 119 | <config-property-value>guest</config-property-value> |
119 | 120 | </config-property> |
120 | | - <connectionfactory-interface> |
| 121 | + <connectionfactory-interface> |
121 | 122 | jakarta.jms.QueueConnectionFactory |
122 | 123 | </connectionfactory-interface> |
123 | 124 | <connectionfactory-impl-class> |
124 | 125 | com.sun.messaging.jms.ra.ConnectionFactoryAdapter |
125 | 126 | </connectionfactory-impl-class> |
126 | | - <connection-interface> |
| 127 | + <connection-interface> |
127 | 128 | jakarta.jms.QueueConnection |
128 | 129 | </connection-interface> |
129 | 130 | <connection-impl-class> |
|
149 | 150 | <config-property-type>java.lang.String</config-property-type> |
150 | 151 | <config-property-value>guest</config-property-value> |
151 | 152 | </config-property> |
152 | | - <connectionfactory-interface> |
| 153 | + <connectionfactory-interface> |
153 | 154 | jakarta.jms.TopicConnectionFactory |
154 | 155 | </connectionfactory-interface> |
155 | 156 | <connectionfactory-impl-class> |
156 | 157 | com.sun.messaging.jms.ra.ConnectionFactoryAdapter |
157 | 158 | </connectionfactory-impl-class> |
158 | | - <connection-interface> |
| 159 | + <connection-interface> |
159 | 160 | jakarta.jms.TopicConnection |
160 | 161 | </connection-interface> |
161 | 162 | <connection-impl-class> |
|
178 | 179 | </reauthentication-support> |
179 | 180 | </outbound-resourceadapter> |
180 | 181 | <inbound-resourceadapter> |
181 | | - <messageadapter> |
| 182 | + <messageadapter> |
182 | 183 | <messagelistener> |
183 | 184 | <messagelistener-type> |
184 | 185 | jakarta.jms.MessageListener |
185 | 186 | </messagelistener-type> |
186 | 187 | <activationspec> |
187 | 188 | <activationspec-class> |
188 | 189 | com.sun.messaging.jms.ra.ActivationSpec |
189 | | - </activationspec-class> |
| 190 | + </activationspec-class> |
190 | 191 | <required-config-property> |
191 | 192 | <config-property-name> |
192 | 193 | destination |
|
199 | 200 | </required-config-property> |
200 | 201 | </activationspec> |
201 | 202 | </messagelistener> |
202 | | - </messageadapter> |
| 203 | + </messageadapter> |
203 | 204 | </inbound-resourceadapter> |
204 | 205 | <adminobject> |
205 | 206 | <adminobject-interface>jakarta.jms.Queue |
|
258 | 259 | </adminobject> |
259 | 260 | </resourceadapter> |
260 | 261 | </connector> |
261 | | - |
0 commit comments