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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

RabbitMQ pub-sub pattern using cMQConnectionFactory and cAMQP

Hi!

I use RabbitMQ as message broker and trying to implement pub-sub pattern.

 

I've created an exchange in RabbitMQ and bound two queues to it. Receiving works well, but I have trouble sending messages to an exchange inside a route. Only option in cAMQP seems to be sending messages to a queue.

 

I'd appreciate any suggestions, how cMQConnectionFactory or cAMQP should be configured in my case. Thank you!

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hello,

We have redirected your issue to talend ESB experts and then come back to you as soon as we can.

Best regards

Sabrina

vapukov
Master II
Master II

could You explain - what is the problem?

- what version of RabbitMQ are You use? (cloud or standalone server)?

 

generally it work, and receive and send messages and with connection factory and with cMessageEndpoint

 

what I found (I not a great expert in RabbitMQ) - it very critical for properties, like - durable, auto-delete and etc
by default from Talend it come - both false, and if on Server side any of them enabled - Talend can not connect to server

 

 

0683p000009Lw4z.png  0683p000009Lw54.png0683p000009LvW1.png  0683p000009Lv2Q.png