Hi
I’ve been asked to send messages to RabbitMq from my Lucee based cf app.
What’s the best approach? Add javalibs and create own components? Use a Lucee plugin?
Any feedback is appreciated.
tx
Hi
I’ve been asked to send messages to RabbitMq from my Lucee based cf app.
What’s the best approach? Add javalibs and create own components? Use a Lucee plugin?
Any feedback is appreciated.
tx
I installed the activemq java library for that and use default java-methods that the library has.
Thats also pretty simple.
Hi, tx, I’m currently playing with that one, seems promising