Re: ActiveMQ integration with existing J2EE project

2017-10-18 Thread echuang
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 = "connectionFactoryJndiNam

ActiveMQ integration with existing J2EE project

2017-10-17 Thread echuang
Greetings, Currently I'm converting the old J2EE components into SpringBoot compliance components. Now i had 1 component already converted into SpringBoot which uses ActiveMQ as JMS provider. The problem that facing is a component uses JMS provider; Previously created manually in Glassfish with