-
1. Re: Reading old messages from the queue
Mohammad Khan Apr 5, 2021 10:17 AM (in response to Sai Ram)Hi Sai,
Please see if the approach mentioned in this KB article helps in your use case:
Thanks,
Mohammad
-
2. Re: Reading old messages from the queue
Sai Ram Apr 6, 2021 4:10 AM (in response to Mohammad Khan)Hi Mohammad,
thanks for the reply, but my question is different. My problem is when process B is diabled and messages are pushed into the testQueue(done using process A) then the messages should wait in that testQueue only because no process is reading from it for example test2, test3, test4 these are the messages I have pushed into testQueue. Now I will enable process B and push test5 into testQueue. The process B is reading the only test5 and not reading the test2, test3, test4
-
3. Re: Reading old messages from the queue
Mohammad Khan Apr 6, 2021 6:52 AM (in response to Sai Ram)Hi Sai,
The AMQP connection provides an option - Other Attributes under Event Sources. What I have seen is that specifying - concurrentConsumers in this option works in RabbitMQ connection to consume multiple messages:
https://knowledge.informatica.com/s/article/597530
You might want to try concurrentConsumers=10 in the AMQP connection as well and see if it works.
Thanks,
Mohammad
-
4. Re: Reading old messages from the queue
Sai Ram Apr 6, 2021 11:07 PM (in response to Mohammad Khan)Hi Mohammad,
I have tried it earlier, no expected result got. Would you please suggest any other process?
Thanks,
Sai