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

Version 1 Current »

The YOUnite API service and the adaptor logs will generally signal a JMS or ActiveMQ error in their respective logs in the form of a stacktrace.  Use the following as starting points to gather more information and hopefully solve any message broker issues.

View AMQ Logs

Log into the message broker and tail the log e.g. if running AMQ inside of a Docker container:

  1. Get the docker image id and use it to login to the docker container

    IMAGE_ID=`docker ps -f name=openmdm-amq -q`
    docker exec -i -$IMAGE_ID /bin/bash

  2. Once logged in, tail the log output:

    tail -f /opt/activemq/data/activemq.log


Check AMQ Connections

Using a browser, login to the AMQ Management Console. It often runs on port 8161 and select the "Connections" option in the menu bar:



  • No labels