You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there's nothing in the Express app to actually make use of a ActiveMQ instance. We should have something like a ./services/activemq.js file that takes care of 1) connecting to MQ, 2) exposing the connection (maybe?), and 3) a sendToQueue(message) function that puts something on the queue (e.g. a simple "application started" upon startup).
The text was updated successfully, but these errors were encountered:
Currently there's nothing in the Express app to actually make use of a ActiveMQ instance. We should have something like a
./services/activemq.js
file that takes care of 1) connecting to MQ, 2) exposing the connection (maybe?), and 3) asendToQueue(message)
function that puts something on the queue (e.g. a simple "application started" upon startup).The text was updated successfully, but these errors were encountered: