Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Reading IBM MQ as a flume source.

avatar
Explorer

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?

 

 

1 ACCEPTED SOLUTION

avatar

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

View solution in original post

2 REPLIES 2

avatar

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

avatar
Explorer

perfect, thanks for the quick reply.