Hi All,
I am new to Spring AMQP, I am planning to replace ActiveMQ with AMQP. I was starting ActiveMQ using the following code:
Is there any way to start rabbitMQ broker during application startup?Code:public void run() { xBeanBrokerService = applicationContext.getBean(org.apache.activemq.xbean.XBeanBrokerService.class); try { xBeanBrokerService.start(); } catch (Exception e) { logger.error("Error while init ... ", e); } }
Thanks,
Manish


Reply With Quote
