Net::STOMP::Client::Receipt man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Net::STOMP::Client::ReUsertContributed Perl DocuNet::STOMP::Client::Receipt(3)

NAME
       Net::STOMP::Client::Receipt - Receipt support for Net::STOMP::Client

SYNOPSIS
	 use Net::STOMP::Client;
	 $stomp = Net::STOMP::Client->new(host => "127.0.0.1", port => 61613);
	 ...
	 # send two messages with receipts
	 $stomp->send(
	     destination => "/queue/test1",
	     body	 => "message 1",
	     receipt	 => $stomp->uuid(),
	 );
	 $stomp->send(
	     destination => "/queue/test2",
	     body	 => "message 2",
	     receipt	 => $stomp->uuid(),
	 );
	 # wait for both acknowledgments to come back within ten seconds
	 $stomp->wait_for_receipts(timeout => 10);
	 die("Not all receipts received!\n") if $stomp->receipts();

DESCRIPTION
       This module eases receipts handling. It is used internally by
       Net::STOMP::Client and should not be directly used elsewhere.

       Each time a client frame is sent, its "receipt" header (if supplied) is
       remembered.

       Each time a "RECEIPT" frame is received from the server, the
       corresponding receipt is ticked off.

       The receipts() method can be used to get the list of outstanding
       receipts.

       The wait_for_receipts() method can be used to wait for all missing
       receipts.

METHODS
       This module provides the following methods to Net::STOMP::Client:

       receipts()
	   get the list of not-yet-received receipts

       wait_for_receipts([OPTIONS])
	   wait for all receipts to be received, using wait_for_frames()
	   underneath; take the same options as wait_for_frames(), except
	   "callback" which is overridden

SEE ALSO
       Net::STOMP::Client.

AUTHOR
       Lionel Cons <http://cern.ch/lionel.cons>

       Copyright CERN 2012

perl v5.14.3			  2012-12-14	Net::STOMP::Client::Receipt(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net