Hi all,
i'd like to add some example to my question.
I'm using qpid-proton python examples: simple_recv.py [1] and simple_send.py [2]
receiver accepts 3 messages:
PN_TRACE_FRM=1 python simple_recv.py -a amqp://guest:guest@localhost//topic/foo -m 3
sender sends 6 messages:
PN_TRACE_FRM=1 python simple_send.py -a amqp://guest:guest@localhost//topic/foo -m 6
How can another receiver process retrieve the remaining 3 messages from the the '/topic/foo'?
The logfile: simple-recv1.txt seem to notify about releasing the last three messages via 'state=@released', does this mean, that those messages are lost?
BR,
Thomas