Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
Hello,
We have redirected your issue to talend ESB experts and then come back to you as soon as we can.
Best regards
Sabrina
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