Hello,
LabKey Server can use ActiveMQ as a JMS server to distribute pipeline jobs across multiple machines. When configured to use one, it sends and receives messages to coordinate the workflow.
However, we don't expose the contents of any of the messages in the user interface. It's just used behind the scenes.
If you want to show the user data from ActiveMQ messages, you'd need to build a custom interface, likely in a Java module that knows how to connect to ActiveMQ and exposes a new set of pages in the UI.
Thanks,
Josh |