taefed commented on issue #359:
URL: 
https://github.com/apache/pulsar-client-node/issues/359#issuecomment-1872142887

   I'm not receiving in the same place I'm acknowledging. I'm trying to find a 
way to make 1 process add jobs to queues, and acknowledge them, and the other 
process needs to just process 1 at a time and wait for acknowledgement.
   
   1. process 1 adds a message to the queue.
   2. process 2 starts processing message
   3. process 1 acknowledges message
   4. process 2 can receive next message
   
   if a second message gets added to the queue, it has to wait for the first 
message to be acknowledged,
   I haven't found a way to make this work with the manual receive(). But I'm 
new to queueing so maybe I'm looking over something.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to