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: 
lucaL
Partner - Contributor II
Partner - Contributor II

Example on utilization of tRabbitMQACK component

Hi all,

we are trying to understand how the tRabbitMQACK component is supposed to be used after a tRabbitMQInput component.

Looking at the code, the TRabbitMQInput component start an infinite loop that regularly check the queue for new data, and if available get them. The tRabbitMQAck componet on the other hand can be connected to other components just by oncomponentOK/Error; but in the code those actions are performed outside the while infinite loop, so, never...

The question then is: how is the Ack meant to be used, or how can one exit from the infinite loop of the MQInput component?

Thanks!

Labels (2)
0 Replies