The only configuration required for the message bus is the username and password of the administrator which are used by YOUnite’s services to communicate with the message bus. There is also an optional configuration option for extra arguments to pass to the JVM running the message bus.

Property Description Default Example

ARTEMIS_USER

AMQ admin username for console access

admin

artemis

ARTEMIS_PASSWORD

AMQ admin password

admin

artemis

JAVA_EXTRA_ARGS

Optional Java arguments to pass to AMQ - normally none should be required.

None

-Xms512m -Xmx512m