On Mon, Nov 15, 2010 at 09:01:54AM +0100, Gonzalo Suárez wrote: > > I don't know if one way to tackle this situation would be to tell amqp > to remove the message just after: > > receive( item ) # workitem resumes in its process instance > > or > > launch( item ) # new process instance launch > > is executed. > > I have to check if it is possible/how-to to retrieve a message from > the queue but remove it manually (confirming).
Don't forget that their might be multiple receivers (multiple ruote workers) for the same queue. Best regards, -- John Mettraux - http://jmettraux.wordpress.com -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
