-
Bug
-
Resolution: Done
-
Major
-
7.1.0.Beta1
-
None
The following snippet is from standalone.xml. Client-id is silently ignored and deleted from the configuration file. It is not possible to create durable topic subscription with this factory (the sevrer complaints about missing client-id).
<pooled-connection-factory name="DURABLE_SUB_CONNECTION_FACTORY"> <transaction mode="xa"/> <connectors> <connector-ref connector-name="netty"/> </connectors> <entries> <entry name="jms/DURABLE_SUB_CONNECTION_FACTORY"/> </entries> <client-id>cts3</client-id> </pooled-connection-factory>
- clones
-
AS7-3070 Connection factory client-id does not survive server restart
-
- Resolved
-