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 4 Next »

Message broker configuration for YOUnite involves the following:

  1. Modify a docker image to add customization. YOUnite uses webcenter/activemq:5.14.3 docker image.
  2. Configuring for secure communication. YOUnite uses SSL/TLS for securing communication over the message bus. This is accomplished using x.509 certificates.
    ${ACTIVEMQ_CONF}/activemq.xml file is used to specify transports and one is added for SSL/TLS that uses nio+ssl, and listens on port 61617.
  3. Open ports only for the transports that are used by YOUnite. This too is specified in ${ACTIVEMQ_CONF}/activemq.xml file.
  4. Peristence: Currently YOUnite is using the default persistence (kahadb), but this may change later based on message persistence requirements.



Please note that the above mentioned configuration is specific to ActiveMQ 5.14.3 and may change with the later version of ACtiveMQ or if a different message broker is chosen.

  • No labels