[
https://issues.apache.org/jira/browse/QPID-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987252#action_12987252
]
Ted Ross commented on QPID-3009:
--------------------------------
While I'm on the subject...
These bindings should also include a session-listener which is optionally
created (passing a Session in the constructor). It creates a thread (in the
script language's threading model), and loops on Session.nextReceiver(),
invoking a callback when a message is received.
Even when a session-listener is provided in C++ (isn't there yet), this
function should be provided in the wrapping script language. Invoking
callbacks up through the wrapper is not practical to do and there may be
incompatibilities between the C++ thread model and the wrapping language's
thread model.
-Ted
> Perl binding to Qpid messaging
> ------------------------------
>
> Key: QPID-3009
> URL: https://issues.apache.org/jira/browse/QPID-3009
> Project: Qpid
> Issue Type: New Feature
> Components: C++ Client
> Affects Versions: 0.8
> Environment: -
> Reporter: Hao Chang Yu
> Assignee: Ted Ross
> Fix For: 0.8
>
> Attachments: QPID-3009.diff, qpid_perl.patch
>
>
> As we need to use perl programs to send amqp messages but there is no perl
> version of qpid messaging.
> Therefore, I had written a perl api to bind with c++ qpid messaging library.
> This perl api for qpid messaging is developed using swig and is base on qpid
> 0.8.
> Please see the attached patch file.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]