Thanks for following up. I was just puzzling over this.
Justin On Mon, Mar 18, 2019 at 7:37 PM Peter Chandler <pech...@sandia.gov> wrote: > Justin, > > Got it working. Thanks! > > > 1. remove logback from spring boot. > <dependency> > <groupId>org.springframework.boot</groupId> > <artifactId>spring-boot-starter</artifactId> > <exclusions> > <exclusion> > <groupId>org.springframework.boot</groupId> > <artifactId>spring-boot-starter-logging</artifactId> > </exclusion> > </exclusions> > </dependency> > 2. Add artemis and log4j > <dependency> > <groupId>org.springframework.boot</groupId> > <artifactId>spring-boot-starter-artemis</artifactId> > </dependency> > <dependency> > <groupId>org.springframework.boot</groupId> > <artifactId>spring-boot-starter-log4j2</artifactId> > </dependency> > 3. Configure property files (see attached). > > > > ArtemisLogging.docx > <http://activemq.2283324.n4.nabble.com/file/t379443/ArtemisLogging.docx> > > > > -- > Sent from: > http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html >