NAME

Job::Machine::Client - Class for Job Clients

METHODS

send

Send a message to the configured queue

 Parameters
 data - data to pass to the worker process

Returns the message id.

check

Check for reply. 

Parameter: The message id.

Will listen for any answers from the worker(s) and return true if there is one.

uncheck

Check for reply. 

Parameter: The message id.

Will stop listening for any answers.

receive

Receive the reply.

Parameter: The message id.

Will get the latest reply to a message or null if no reply.

SEE ALSO

Job::Machine::Base.

AUTHOR

Kaare Rasmussen <kaare@cpan.org>.

COPYRIGHT

Copyright (C) 2009-2010, Kaare Rasmussen

This module is free software; you can redistribute it or modify it under the same terms as Perl itself.