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
