You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Darryl L. Pierce (Created) (JIRA)" <ji...@apache.org> on 2011/10/24 18:07:32 UTC

[jira] [Created] (QPID-3554) Adds the notion of a subscriber for receiving messages

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:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3554) Adds the notion of a subscriber for receiving messages

Posted by "Darryl L. Pierce (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darryl L. Pierce updated QPID-3554:
-----------------------------------

    Attachment: 0002-Updated-the-Ruby-examples-to-use-the-new-Receiver-no.patch
                0001-Adds-a-subscriber-model-to-Qpid-Messaging-Receiver.patch
    
> 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:dev-subscribe@qpid.apache.org