nextjs and rabbitmq
Unanswered
Icelandic Sheepdog posted this in #help-forum
Icelandic SheepdogOP
I am unsure how to consume the result of the microservice that is listening to rabbitmq.
I have it where the next server sends a message, its consumed over a 10 min process then a message is sent back to rabbitmq.
Im unsure how to get that message in nextjs now. Should I instead just make a put port and send the results of the service as an http request?
I have it where the next server sends a message, its consumed over a 10 min process then a message is sent back to rabbitmq.
Im unsure how to get that message in nextjs now. Should I instead just make a put port and send the results of the service as an http request?