cancel
Showing results for 
Search instead for 
Did you mean: 

Wrong file blocking a queue in JMS adapter

Former Member
0 Kudos

Hi there,

I've this scenario with a JMS sender which puts an EDI file into a queue. But when this file has any error, we get an error in communication channel monitoring.

The error is not important, the problem we have is that, whenever it happens, this message automatically starts being reprocessed blocking the queue.

Is there any way to avoid this reprocessing?

Thanks in advance! Iñaki.

Accepted Solutions (0)

Answers (1)

Answers (1)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Is the Queue gets Locked

Regards

Agasthuri Doss

Former Member
0 Kudos

Hi Agasthuri,

The queue always tries to reprocess the file so it's still working but with the same file. I know how to manually delete that file from the queue so the next one can be processed, but I'm trying to figure how can this be automatically done whenever an erroneous file arrives.

Regards, Iñaki.