I have a queue producer which works fine. I have a queue receiver which works fine.
This issue is this. If I start the producer and it starts pumping data into the queue and some amount of time later I start the receiver it only seems to to fetch data that comes along AFTER I start the receiver, so items in the queue that were placed there before the receiver started never get pushed.
Is there a way to tell the receiver to start at the beginning of the queue regardless of the start time of the receiver? I have reviewed the methods of the receiver class and don't really seem to see anything there suggesting a way to do so.
Your help is very much appreciated.
Aucun commentaire:
Enregistrer un commentaire