Harici bir Artemis sunucusunu kullanmak için şu satırı dahil ederiz
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-artemis</artifactId>
<version>1.5.6.RELEASE</version>
</dependency>
Gömülü bir Artemis sunucusunu kullanmak için şu satırı da dahil ederiz<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-jms-server</artifactId>
</dependency>
Hiç yorum yok:
Yorum Gönder