>>>>> "SA" == Stephen Adkins <[EMAIL PROTECTED]> writes:


how does a message get delivered asynchronously? i see only calls such
as 

 # receive next message from sender
    $message = $messaging->receive(
        sender => "stephen.adkins\@officevision.com",
    );

    # receive message associated with ticket
    $message = $messaging->receive(
        ticket => "XP305-3jks37sl.f299d",

this implies that a component would either block or have to poll to get
messages. or will a callback be made and then this call has to be made?
if so, what is the callback method name and how is it set? this may be
too much to ask for now, but seeing the above code triggers my brane.

uri

-- 
Uri Guttman  ------  [EMAIL PROTECTED]  -------- http://www.stemsystems.com
-- Stem is an Open Source Network Development Toolkit and Application Suite -
----- Stem and Perl Development, Systems Architecture, Design and Coding ----
Search or Offer Perl Jobs  ----------------------------  http://jobs.perl.org

Reply via email to