You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Klaus Boeing (JIRA)" <ji...@apache.org> on 2017/05/17 01:30:05 UTC

[jira] [Updated] (ARTEMIS-1163) Refactory connection factory client creation

     [ https://issues.apache.org/jira/browse/ARTEMIS-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Klaus Boeing updated ARTEMIS-1163:
----------------------------------
    Description: 
The implementation of the ActiveMQJMSClient class currently has several conditionals for creating a connection factory according to the JMSFactoryType.

I think it is convenient to tailor the implementation so that the connection factory creation logic is in the JMSFactoryType itself, simplifying the code and making it easier to maintain.

Follow the adjustment made https://github.com/klausboeing/activemq-artemis/commit/5d62ca789b8c49234067b57cea3d245ee3b8bf1e

  was:
The implementation of the ActiveMQJMSClient class currently has several conditionals for creating a connecction factory according to the JMSFactoryType.

I think it is convenient to tailor the implementation so that the connection factory creation logic is in the JMSFactoryType itself, simplifying the code and making it easier to maintain.

Follow the adjustment made https://github.com/klausboeing/activemq-artemis/commit/5d62ca789b8c49234067b57cea3d245ee3b8bf1e


> Refactory connection factory client creation
> --------------------------------------------
>
>                 Key: ARTEMIS-1163
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1163
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 2.2.0
>            Reporter: Klaus Boeing
>            Priority: Minor
>
> The implementation of the ActiveMQJMSClient class currently has several conditionals for creating a connection factory according to the JMSFactoryType.
> I think it is convenient to tailor the implementation so that the connection factory creation logic is in the JMSFactoryType itself, simplifying the code and making it easier to maintain.
> Follow the adjustment made https://github.com/klausboeing/activemq-artemis/commit/5d62ca789b8c49234067b57cea3d245ee3b8bf1e



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)