Created on 02-12-2017 07:35 PM - edited 09-16-2022 04:03 AM
Hi all,
I am trying to understand how using JMSsource with flume will read IBM MQ message queues.
Basically im trying to understand when the MQ message is destroyed i.e. removed from the queue.
Im assuming it is on completion of the Source processing when its written to the channel and not on completion of the sink.
can anyone confirm if this is the case?
Created 02-13-2017 10:54 AM
You are correct, once the batch of messages have been read from the queue and confirmed delivered to the channel (flushed to disk), then they are marked as acknowledged and, depending on your settings in IBM MQ, can be deleted.
-pd
Created 02-13-2017 10:54 AM
You are correct, once the batch of messages have been read from the queue and confirmed delivered to the channel (flushed to disk), then they are marked as acknowledged and, depending on your settings in IBM MQ, can be deleted.
-pd
Created 02-13-2017 01:54 PM
perfect, thanks for the quick reply.