Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-2951

Pooled connection factory does not support client-id

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.1.0.Final
    • 7.1.0.Beta1
    • JMS
    • 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>
      

              sdouglas1@redhat.com Stuart Douglas (Inactive)
              mvecera Martin Vecera (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: