clebertsuconic commented on issue #2750: ARTEMIS-2399 Improve performance when 
there are a lot of subscribers
URL: https://github.com/apache/activemq-artemis/pull/2750#issuecomment-512843045
 
 
   Can you rebase this and fix the merging issue? I have merged your other PR 
and there's a clash now.
   
   
   In the process, please add the new component into features as a dependency.
   
   
   on features.xml
   
   ```xml
        <feature name="artemis-core" version="${pom.version}" 
description="ActiveMQ Artemis broker libraries">
                <feature>artemis-common</feature>
                <feature>scr</feature>
                <configfile 
finalname="etc/org.apache.activemq.artemis.cfg">mvn:org.apache.activemq/artemis-features/${pom.version}/cfg</configfile>
                <configfile 
finalname="etc/artemis.xml">mvn:org.apache.activemq/artemis-features/${pom.version}/xml/artemis</configfile>
   
                <bundle 
dependency="true">mvn:org.apache.geronimo.specs/geronimo-jms_2.0_spec/${geronimo.jms.2.spec.version}</bundle>
                <bundle 
dependency="true">mvn:org.apache.commons/commons-configuration2/${commons.config.version}</bundle>
                <bundle 
dependency="true">mvn:org.apache.commons/commons-text/1.6</bundle>
                <bundle 
dependency="true">mvn:org.apache.commons/commons-lang3/${commons.lang.version}</bundle>
   
                   <!--  ********   you need to add this next line  please: -->
                <bundle 
dependency="true">mvn:org.jctools/jctools-core/${jctools.version}</bundle>
         
                <!-- Micrometer can't be included until it supports OSGi. It is 
currently an "optional" Maven dependency. -->
                <!--bundle 
dependency="true">mvn:io.micrometer/micrometer-core/${version.micrometer}</bundle-->
   
                
<bundle>mvn:org.apache.activemq/activemq-artemis-native/${activemq-artemis-native-version}</bundle>
                
<bundle>mvn:org.apache.activemq/artemis-server-osgi/${pom.version}</bundle>
        </feature>
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to