[ 
https://issues.apache.org/jira/browse/QPID-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hao Chang Yu updated QPID-3009:
-------------------------------

    Comment: was deleted

(was: I haven't create a makefile for it yet as I am not familiar with 
automake. That will be great if you guys can help me with that. Below are the 
commands that I use to compile the codes:

swig -perl5 -c++ -w362,401 -I/usr/local/include  -o cqpid.cpp  perl.i

g++ -c -fpic  -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe
-fstack-protector -isystem /usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/CORE cqpid.cpp

g++ -shared cqpid.o -lqpidmessaging -lqpidtypes  -o cqpid.so

Thanks.)

> 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
>             Fix For: 0.8
>
>
> 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:dev-subscr...@qpid.apache.org

Reply via email to