Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Studio Data Integration and RabbitMQ

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,

Labels (3)
3 Replies
Anonymous
Not applicable
Author

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

Anonymous
Not applicable
Author

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.

bbm27
Contributor
Contributor

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.