Hi Mark, If you're looking for an example of what Filippo proposes, have a look at the examples/camel/camel-blueprint example that is shipped in the assembly: it uses the same mechanism to configure the routebuilder.
Regards, Gert Vanthienen On Wed, Oct 8, 2014 at 9:30 PM, Filippo Balicchia <[email protected]> wrote: > Hi Mark > A typical approach is the use of Compendium Services > > Regards > > --Filippo > > 2014-10-08 20:16 GMT+02:00 Mark Webb <[email protected]>: >> I am building a camel blueprint-based bundle to deploy in ServiceMix. This >> bundle will listen on a port and receive data to be processed by other >> bundles. I would like to make the port and the destination (probably a JMS >> queue) configurable. What is the best way to go about doing this? >> >> The site where the bundle(s) get deployed will not have a development >> environment so that's out of the question. >> >> Thanks, >> Mark
