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

Pooled connection factory does not support client-id

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.Final
    • 7.1.0.Beta1
    • JMS
    • None

    Description

      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>
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: