If I have my own transformer and I'm doing work in a Java class, how can I access the Spring configuration properties?
In the flow XML I would type something like ${activemq_server}, but in Java I'm not sure how to get that value.
I'm digging through the MuleMessage and all the objects that come with it (Context, Configuration, etc.), but I haven't found them yet.
In the past I've injected them into message properties, but that feels so sloppy.