To add my bit to this idea. I am discovering that in order to develop
components, you end up with lots of dependencies back into the
ServiceMix project, most especially if you wish to be able to run unit
tests that instantiate a container in order to test components. This in
turn means that the
MessagePropertySetter
-
Key: SM-486
URL: https://issues.apache.org/activemq/browse/SM-486
Project: ServiceMix
Type: New Feature
Components: servicemix-components
Versions: 3.0
Reporter: Ramon Buckland
Priority: Minor
Attachme
Hi Peoples,
ref: http://issues.apache.org/activemq/browse/SM-486
(has the attached code)
A while back now I created this TransformComponentSupport based
Component which
assists in loading properties from XML config, and setting them on
JBI properties as the message goes through.
It's a little
Ramon Buckland wrote:
A while back now I created this TransformComponentSupport based
Component which
assists in loading properties from XML config, and setting them on
JBI properties as the message goes through.
Forgot to add that the ZIP in Jira has a decent set of testcases for
it, and the