Please submit a patch in JIRA:
http://activemq.com/site/contributing.html


On 7/29/06, jcarreira <[EMAIL PROTECTED]> wrote:


I've made a local enhancement to the BrokerFactoryBean to make it where
your
activeMQ XML configuration files refer to beans configured in your Spring
application context. Basically I just made the BrokerFactoryBean implement
ApplicationContextAware so the ApplicationContext will be set, then in
afterPropertiesSet() when it's creating the context for the config
resource
location, it does this:

context = new ResourceXmlApplicationContext(config, applicationContext)

passing in the Spring application context as the parent application
context
for the ResourceXmlApplicationContext.

I did this for myself so I could use the same DataSource as the backing
DataSource for JDBC persistence.

Jason
--
View this message in context:
http://www.nabble.com/RFE%3A-Make-the-BrokerFactoryBean-use-the-parent-app-context-tf2022160.html#a5560033
Sent from the ActiveMQ - User forum at Nabble.com.




--
Regards,
Hiram

Blog: http://hiramchirino.com

Reply via email to