Hi Matthias, If the "source" is a file, then, you can create an FileInstall ArtifactInstaller service. If you want something more generic, it’s easy to create a service taking the string and bootstrapping the blueprint.
Regards JB > Le 4 juin 2020 à 14:06, Matthias Leinweber <m.leinwe...@datatactics.de> a > écrit : > > Hello People, > > actually I try to programmatically deploy a (Camel) Blueprint. E.g. Create > something with a String. After reading source of aries, camel and > felix.fileinstall my only idea is to dynamically create bundles the way felix > file install is handling this problem. > Is there anything easier/less complicated? > > best regards, > Matthias