[jboss-jira] [JBoss JIRA] (AS7-2951) Pooled connection factory does not support client-id

Martin Vecera (Created) (JIRA) jira-events at lists.jboss.org
Thu Dec 8 07:22:40 EST 2011


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


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

        


More information about the jboss-jira mailing list