HornetQ를 찾아서, ActiveMQ-Artemis

STS - Spring Starter Project 에서 HornetQ 의존성이 안보임.
Spring Boot JMS를 HornetQ 로 임베딩해서 하고 싶음.

스프링 부트 1.5에서 HornetQ와 벨로시티 Velocity서포트가 제거되었다고 함(deprecated)
https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-1.5-Release-Notes#deprecations-from-spring-boot-14

HornetQ가 ActiveMQ-Artemis로 옮긴(?) 글을 봤음.
https://hornetq.jboss.org/
HornetQ has been donated to the Apache ActiveMQ community!
릴리즈도 2.4.0.Final, 2013/12/16 이 마지막

Artemis가 릴리즈 되었음.
HornetQ Apache donation and Apache Artemis 1.0.0 release
Monday, 1 June 2015

Artemis는 ActiveMQ와 무슨 관계냐... 

Apache ActiveMQ에 소개된 내용, Artemis가 향후 ActiveMQ 6로 된다고 함.
There are currently two "flavors" of ActiveMQ available - the "classic" 5.x broker and the "next generation" Artemis broker. Once Artemis reaches a sufficient level of feature parity with the 5.x code-base it will become ActiveMQ 6. Initial migration documentation is available.

어쨌든 Artemis를 사용하면 될 거 같다.
STS에서 Artemis 의존성이 보임.

끝~