Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
995 views
in Technique[技术] by (71.8m points)

ibm mq - How does subscriber in IBM MQ pub/sub system knows it has received all messages of the day?

Every night a system on IBM Mainframe puts around 50k messages on a DB2 table and tells a Java service when it can start processing.

This java service is part of a pub/sub system and publishes all these messages on IBM MQ at once.

An AS400 subscriber pulls these messages from queue (in random order). This system wants to start their night processing, after it has accumulated all these messages. So the subscriber needs to know the moment when it can start further processing (when it has received all these messages).

How does one generally accomplish this? (taken into account the random order of processing the messages)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...