Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
indrajeet183
Contributor
Contributor

talend esb with rabbitmq configuration

I'm currently trying to publish message through talend using cMessagingEndpoint

I've following design

 

0683p000009MA9U.png

For cMessagingEndpoint the URI
is 

"rabbitmq://127.0.0.1:5672/allure.order?username=guest&password=guest&queue=allure.order.create&exchangeType=topic&autoDelete=false"

 

I'm not getting any error when I run this job/route, but I don't see anything at Rabbitmq admin too.
And on queue tab I can see state is running for few sec but nothing is getting sent to consumer as I don't see any incoming logs at consumer side.

0683p000009MA88.png

 

 

 

I tried to follow some blogs where they have mentioned to use cAMQp and cMQConnectionFactory but I'm still unable to configure these for rabbitmq.
As MQ server don't have any select option for Rabbitmq and for custom it seems it uses jms so I'm not sure it's even possible to do this using this component.

Also I'm not entirely getting following component
https://help.talend.com/reader/Uc2IlRuFVfGrjaFPdRI7kA/mXN55HJ7g5eIa_JfzvuTTA

Does this add new components for rabbitmq in talend?

 

Labels (2)
0 Replies