NAME

Job::Machine::Base -Base class for Job Classes

METHODS

new

my $client = Job::Machine::Base->new(
    hostname => 'localhost',
    port     => 61613,
    username => 'user',
    password => 'password',
    jobclass => 'queue.subqueue',
);

Arguments:

hostname and port points to your Stomp message server.

username, password are just passed to the server. May not be used, depending on the server

jobclass is the channel to the worker.

AUTHOR

Kaare Rasmussen <kaare@cpan.org>.

COPYRIGHT

Copyright (C) 2009, Kaare Rasmussen

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