Adds the notion of a subscriber for receiving messages
------------------------------------------------------

                 Key: QPID-3554
                 URL: https://issues.apache.org/jira/browse/QPID-3554
             Project: Qpid
          Issue Type: New Feature
          Components: Ruby Client
            Reporter: Darryl L. Pierce
            Priority: Minor
         Attachments: 
0001-Adds-a-subscriber-model-to-Qpid-Messaging-Receiver.patch, 
0002-Updated-the-Ruby-examples-to-use-the-new-Receiver-no.patch

Adds new APIs for registering and notifying subscribers on new message arrival.

The Qpid::Messaging::Receiver.add_subscriber, that takes in either a lambda or 
a block. When the Qpid::Messaging::Receiver.update_subscribers is invoked, it 
then iterates through the list of subscribers and passes that message on to 
each of them.

Also updated the examples for Ruby to reflect these new changes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to