ActiveMQ messaging to labkey user

LabKey Support Forum (Inactive)
ActiveMQ messaging to labkey user reshmyunni1778  2013-08-25 21:37
Status: Closed
 
I added a button for file importing.When import a file,the activemq queue will send a message 'File is imported' and receive that message.The console will display the message.I am running labkey and activemq in localhost.
How labkey user can know message is received from activemq queue?Any way to show this message in UI.What changes need for this?
Please help me.
 
 
jeckels responded:  2013-08-26 16:01
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