Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »


YOUnite uses Active MQ  (https://activemq.apache.org ) as its message broker for communication between the YOUnite UI, YOUnite MDM API service and the adaptors.


Recipes for Configuring Artemis

YOUnite has a Docker compose image that is pre-configured to work with YOUnite. However, follow these recipes if you want to configure your own Artemis system or image:

Configuring Message Broker for YOUnite

Communicating with Message Bus

Communicating with Message bus from YOUnite Adaptor

Communicating with Message Bus from YOUnite UI


AWS alternative

AWS services like SNS Simple Notification Service) and SQS (Simple Queue Service) could be used together to accomplish the notification based messaging system, but to not get tied to a single vendor, we are using the standard based messaging service, that is JMS (Java Message Service). The intent is to stick to the JMS API specifications and not use implementation/vendor specific features and extensions, thus leaving the window open to switch brokers if the need be.

  • No labels