In Spring 3.1, is it possible to use a property placeholder to resolve the 'id' attribute of a message channel?
I would like, for example, to do the following in my context.xml file:
Thank you.Code:<context:property-placeholder/> <int:channel id="${channel.name}"/>


Reply With Quote