You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In config file
/*
Consumer_id.
Unique identifier of the consumers node. It is important in order to check and recover processing task
in case of system crash. Usually it should be function of HOSTNAME
*/
exports.consumer_id = 'consumerA:';
(And what if there were several consumer processes on the same machine ...)
The text was updated successfully, but these errors were encountered:
Maybe PID can be the preffix of cosumer_id. (i.e.: 5480:consumerA:420).
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/186#issuecomment-24986770.
Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra política de envío y recepción de correo electrónico en el enlace situado más abajo.
This message is intended exclusively for its addressee. We only send and receive email on the basis of the terms set out at: http://www.tid.es/ES/PAGINAS/disclaimer.aspx
In config file
/*
Consumer_id.
Unique identifier of the consumers node. It is important in order to check and recover processing task
in case of system crash. Usually it should be function of HOSTNAME
*/
exports.consumer_id = 'consumerA:';
(And what if there were several consumer processes on the same machine ...)
The text was updated successfully, but these errors were encountered: