The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

IO::Iron::IronMQ::Message - IronMQ (Online Message Queue) Client (Message).

VERSION

version 0.13

SYNOPSIS

Please see IO::Iron::IronMQ::Client for usage.

REQUIREMENTS

SUBROUTINES/METHODS

new

Creator function. UNDEF values not accepted. body is mandatory; delay and push_headers are optional. id, reserved_count and reservation_id are for internal use.

Getters/setters

Set or get a property. When setting, returns the reference to the object.

body Message body (free text), can be empty.
delay The item will not be available on the queue until this many seconds have passed.
push_headers Push queue HTTP headers.
id Message id from IronMQ queue (after message has been pulled/peeked).
reserved_count Item reserved count.
reservation_id Reservation id string from the queue.

AUTHOR

Mikko Koivunalho <mikko.koivunalho@iki.fi>

BUGS

Please report any bugs or feature requests to bug-io-iron@rt.cpan.org or through the web interface at: http://rt.cpan.org/Public/Dist/Display.html?Name=IO-Iron

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Mikko Koivunalho.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

The full text of the license can be found in the LICENSE file included with this distribution.