Rabbit integration

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

https://github.com/lmajano/messaging-polyglot?files=1

1 Like

I installed the activemq java library for that and use default java-methods that the library has.
Thats also pretty simple.

1 Like

Hi, tx, I’m currently playing with that one, seems promising