Adding some information, i not familiar with ActiveMQ on SpringBoot, but in
J2EE, there is a annotation to specified the connection factory JNDI name. 

e.g
@MessageDriven( mappedName = "jms/notifierQueue", activationConfig = {
    @ActivationConfigProperty( propertyName = "connectionFactoryJndiName",
propertyValue = "jms/notifierConnectionFactory" )
....

Can I also give a connectionFactoryJndiName for the
ActiveMQConnectionFactory created on SpringBoot config ?



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Reply via email to