[
https://issues.jboss.org/browse/AS7-2951?page=com.atlassian.jira.plugin.s...
]
David White commented on AS7-2951:
----------------------------------
Additionally, for the non-xa in-vm connection factory (perhaps remote also - not checked)
the client-id is present until the server is restarted, after which it is silently missing
because standalone-ha.xml was written without the client-id.
Pooled connection factory does not support client-id
----------------------------------------------------
Key: AS7-2951
URL:
https://issues.jboss.org/browse/AS7-2951
Project: Application Server 7
Issue Type: Bug
Components: JMS
Affects Versions: 7.1.0.Beta1
Reporter: Martin Vecera
Assignee: Clebert Suconic
Fix For: 7.1.0.Final
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).
{code:xml}
<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>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira