Discussion:
Custom ServiceMix Build
Koprowski, Mariusz
2017-04-12 21:40:18 UTC
Permalink
Hi All
Quick question... I'm also looking on building custom distribution of SXM... one of the features that I need to add is MQTT transport support for ActiveMQ. Doing this manually is rather simple. You just need to add to activmq.xml
<transportConnector name="mqtt" uri="mqtt://localhost:1883"/>

And it works... but how to do it
Krzysztof Sobkowiak
2017-04-15 11:57:23 UTC
Permalink
Hi

You must take the original activemq.xmlfile, add the entry to the file and put it under assemblies/apache-servicemix/src/main/resources/etc(if you don't need maven filtering) or assemblies/apache-servicemix/src/main/filtered-resources/etc
(if you need maven filtering) and it will be added to your distribution after build.

Kindly regards
Krzysztof
Post by Koprowski, Mariusz
Hi All
Quick question... I'm also looking on building custom distribution of SXM... one of the features that I need to add is MQTT transport support for ActiveMQ. Doing this manually is rather simple. You just need to add to activmq.xml
<transportConnector name="mqtt" uri="mqtt://localhost:1883"/>
And it works... but how to do it during the build of ServiceMix ?
Regards
Mariusz
--
Krzysztof Sobkowiak (@ksobkowiak)

JEE & OSS Architect, Integration Architect
Apache Software Foundation Member (http://apache.org/)
Apache ServiceMix Committer & PMC Member (http://servicemix.apache.org/)
Senior Solution Architect @ Capgemini SSC (http://www.capgeminisoftware.pl/)
Loading...