views:

112

answers:

0

The services defined in my jboss-esb.xml refer to properties from the SystemProperties service.

When I change a property in the properties file (ie, /conf/my-props.properties) I can reload them using the SystemProperties MBean. I am unsure, however, how to get the services to reload using the new properties without redeploying the esb archive or without deploying the archive exploded and 'touching' the jboss-esb.xml.

Is there a way that I can trigger the esb to reload the services via an MBean or something similar?