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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Streaming queue into database / Job connect with Route ?

Trying a PoC to get data from a RabbitMQ and write into database. I can get messages out of a Queue via Route into a file and a job insert data from file into DB. Is it possible to to connect them together? Or is there a way to implement this in either job or route alone?

Thanks!

0683p000009LuUz.png0683p000009LukX.png

Labels (2)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

3 Replies
TRF
Champion II
Champion II

Maybe https://community.talend.com/t5/Design-and-Development/Talend-and-RabbitMQ/td-p/65083 could help you (thank's to @vapukov for the original answer)

Anonymous
Not applicable
Author

Hi,

 

From CmessagingEndpoint1, you can trigger a onSubjob ok to the InputFile.

Is this what you meant?

or

 

You can use tHashOutput and tHashInput components Instead of files.

 

Cheers!

Anonymous
Not applicable
Author

I was on that page when trying to get rabbitMQ to work, forgot about the thread has connection to DB as well. 

Added a cTalendJob to take care of db insert and it's now working. Thanks!