I forgot to mention that you'll need to add Otavio's repo as a remote to be
able to get his commit for the cherry-pick.  You can do that like so:

  git remote add orpiske https://github.com/orpiske/activemq-artemis.git


Justin

On Thu, Aug 17, 2017 at 8:14 AM, Justin Bertram <jbert...@redhat.com> wrote:

> Assuming you've got the Artemis repo from GitHub cloned locally you can
> just do this:
>
>   git checkout master
>   git cherry-pick 48b9573c66d428722fab172290865b986573f764
>   mvn clean install -Prelease
>
> Ideally you could just do the cherry-pick on top of the 2.2.0 branch, but
> there's a conflict based on another change that's in master but not in
> 2.2.0.  The built broker will be in the artemis-distribution/target
> directory.
>
> Aside from that, you can use the server plugin functionality that Clebert
> mentioned.  There's more information about it in the documentation [1].
>
>
> Justin
>
> [1] http://activemq.apache.org/artemis/docs/latest/broker-plugins.html
>
> On Wed, Aug 16, 2017 at 10:53 AM, aragoubi <aymen....@gmail.com> wrote:
>
>> I tried to add the modification to the code.
>> I imported all the project, then I tried to compile the
>> artemis-mqtt-project
>> in order to get .class files.
>> I tried also to generate a jar file.
>> But It doesn't work. I get a lot of error when I try to import all
>> projects
>> in eclipse.
>> Do you have an idea of how to update the MQTTProtocolHandler class without
>> importing the full project ?
>>
>>
>>
>> --
>> View this message in context: http://activemq.2283324.n4.nab
>> ble.com/Artemis-Intercept-mqtt-client-connection-tp4729594p4729708.html
>> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>>
>
>

Reply via email to