Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I develop under Talend Studio for Data Integration and I would like to send messages to a server Rabbit.
I can't use routes, Camel Component, cMessageEndPoint...
Do you have a solution without using routes, cMessageEndPoint ?
Thanks for your answer,
Hello,
Camel RabbitMQ connector is technically only under support with a ESB licensed product. There is no ESB bundle in your product?
Best regards
Sabrina
I find an other solution without using Talend ESB but Talend Data Integration.
I don't use Talend ESB because the deployment is little more complicated than Data Integration.
I share my solution with others.
I use a tDotNetRow to call a RabbitMQ DLL and I send input parameters.
I think it is the simplest way.
Hello Jujuki,
Thank you for the solution that you have published.
I'm in the same case as you , could you please publish how did you configurate the connection to RabbitMQ from your Client RabbitMQDLL.
Thank you in advace.