Skip to content
This repository was archived by the owner on Dec 16, 2019. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Citō Artemis

This is a Apache ActiveMQ Artemis (formally HornetQ) broker implementation.

By default this will create an embedded broker and connect to that automatically. If you wish to configure the broker differently extend cito.broker.artemis.BrokerConfig and use the javax.enterprise.inject.@Specializes annotation to use your own embedded config or a remote instance.

Getting Started

First import the core into your project:

<dependency>
	<groupId>io.cito</groupId>
	<artifactId>artemis</artifactId>
	<version>x.x.x</version>
</dependency>

It's recommended you use the BOM to ensure you have the correct versions and assist in upgrading at a later date.