@EnableJms @Configuration public class JmsConfig extends Object
| Constructor and Description |
|---|
JmsConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.broker.BrokerService |
getActiveMQBrokerService() |
org.springframework.jms.config.JmsListenerContainerFactory<?> |
myJmsContainerFactory(javax.jms.ConnectionFactory connectionFactory) |
@Bean(destroyMethod="stop")
public org.apache.activemq.broker.BrokerService getActiveMQBrokerService()
throws Exception
Exception@Bean public org.springframework.jms.config.JmsListenerContainerFactory<?> myJmsContainerFactory(javax.jms.ConnectionFactory connectionFactory)
Copyright © 2014–2015. All rights reserved.