[
https://issues.jboss.org/browse/AS7-2951?page=com.atlassian.jira.plugin.s...
]
Shelly McGowan updated AS7-2951:
--------------------------------
Fix Version/s: 7.1.0.CR1
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.CR1
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