[jira] [Updated] (PROTON-692) Add sources on composer

2014-10-06 Thread Haag Olivier (JIRA)

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

Haag Olivier updated PROTON-692:

Description: 
Would it be possible to make the php build pullable from composer ?

https://getcomposer.org/
https://packagist.org/

  was:
Would it be possible to make the project pullable from composer ?

https://getcomposer.org/
https://packagist.org/


 Add sources on composer
 ---

 Key: PROTON-692
 URL: https://issues.apache.org/jira/browse/PROTON-692
 Project: Qpid Proton
  Issue Type: Wish
Reporter: Haag Olivier
Priority: Minor

 Would it be possible to make the php build pullable from composer ?
 https://getcomposer.org/
 https://packagist.org/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PROTON-692) Add php build on composer

2014-10-06 Thread Haag Olivier (JIRA)

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

Haag Olivier updated PROTON-692:

Labels: php php-proton  (was: )

 Add php build on composer
 -

 Key: PROTON-692
 URL: https://issues.apache.org/jira/browse/PROTON-692
 Project: Qpid Proton
  Issue Type: Wish
Reporter: Haag Olivier
Priority: Minor
  Labels: php, php-proton

 Would it be possible to make the php build pullable from composer ?
 https://getcomposer.org/
 https://packagist.org/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PROTON-692) Add php build on composer

2014-10-06 Thread Haag Olivier (JIRA)

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

Haag Olivier updated PROTON-692:

Summary: Add php build on composer  (was: Add sources on composer)

 Add php build on composer
 -

 Key: PROTON-692
 URL: https://issues.apache.org/jira/browse/PROTON-692
 Project: Qpid Proton
  Issue Type: Wish
Reporter: Haag Olivier
Priority: Minor
  Labels: php, php-proton

 Would it be possible to make the php build pullable from composer ?
 https://getcomposer.org/
 https://packagist.org/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (PROTON-710) Library cproton.so missing from build

2014-10-06 Thread Haag Olivier (JIRA)
Haag Olivier created PROTON-710:
---

 Summary: Library cproton.so missing from build
 Key: PROTON-710
 URL: https://issues.apache.org/jira/browse/PROTON-710
 Project: Qpid Proton
  Issue Type: Bug
  Components: php-binding
Affects Versions: 0.7
 Environment: UNIX
Reporter: Haag Olivier


After the build, there is no *cproton.so* generated although it's what 
*cproton.ini* is pointing on.

I check in my module's list and there is no trace of proton.
So I add manualy the *cproton.ini* to my php5/conf.d dir and when I check the 
module's list I get:
{quote}PHP Startup: Unable to load dynamic library 
'/usr/lib/php5/20100525/cproton.so' - /usr/lib/php5/20100525/cproton.so: cannot 
open shared object file: No such file or directory in Unknown on line 0{quote}

There is only those ones: 
- libqpid-proton.so
- libqpid-proton.so.2
- libqpid-proton.so.2.0.0

So I try to load them in php but I get this when I get the module's list:
{quote}PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 
‘libqpid-proton.so’ in Unknown on line 0{quote}

I'm probably wrong somewhere so I ask you here what should I do ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (PROTON-710) Library cproton.so missing from build

2014-10-06 Thread Haag Olivier (JIRA)

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

Haag Olivier updated PROTON-710:

Environment: Debian 3.2.51-1 x86_64 GNU/Linux  (was: UNIX)

 Library cproton.so missing from build
 -

 Key: PROTON-710
 URL: https://issues.apache.org/jira/browse/PROTON-710
 Project: Qpid Proton
  Issue Type: Bug
  Components: php-binding
Affects Versions: 0.7
 Environment: Debian 3.2.51-1 x86_64 GNU/Linux
Reporter: Haag Olivier

 After the build, there is no *cproton.so* generated although it's what 
 *cproton.ini* is pointing on.
 I check in my module's list and there is no trace of proton.
 So I add manualy the *cproton.ini* to my php5/conf.d dir and when I check the 
 module's list I get:
 {quote}PHP Startup: Unable to load dynamic library 
 '/usr/lib/php5/20100525/cproton.so' - /usr/lib/php5/20100525/cproton.so: 
 cannot open shared object file: No such file or directory in Unknown on line 
 0{quote}
 There is only those ones: 
 - libqpid-proton.so
 - libqpid-proton.so.2
 - libqpid-proton.so.2.0.0
 So I try to load them in php but I get this when I get the module's list:
 {quote}PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 
 ‘libqpid-proton.so’ in Unknown on line 0{quote}
 I'm probably wrong somewhere so I ask you here what should I do ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (PROTON-710) Library cproton.so missing from build

2014-10-06 Thread Chuck Rolke (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14160282#comment-14160282
 ] 

Chuck Rolke commented on PROTON-710:


Do you have Swig installed on the build host? None of the bindings is built 
without it.

{noformat}
find_package(SWIG)
if (SWIG_FOUND)
  add_subdirectory(bindings)
endif (SWIG_FOUND)
{noformat}

If you do have Swig installed then please post attach a log of your build and 
we can track down where it's failing.

 Library cproton.so missing from build
 -

 Key: PROTON-710
 URL: https://issues.apache.org/jira/browse/PROTON-710
 Project: Qpid Proton
  Issue Type: Bug
  Components: php-binding
Affects Versions: 0.7
 Environment: Debian 3.2.51-1 x86_64 GNU/Linux
Reporter: Haag Olivier

 After the build, there is no *cproton.so* generated although it's what 
 *cproton.ini* is pointing on.
 I check in my module's list and there is no trace of proton.
 So I add manualy the *cproton.ini* to my php5/conf.d dir and when I check the 
 module's list I get:
 {quote}PHP Startup: Unable to load dynamic library 
 '/usr/lib/php5/20100525/cproton.so' - /usr/lib/php5/20100525/cproton.so: 
 cannot open shared object file: No such file or directory in Unknown on line 
 0{quote}
 There is only those ones: 
 - libqpid-proton.so
 - libqpid-proton.so.2
 - libqpid-proton.so.2.0.0
 So I try to load them in php but I get this when I get the module's list:
 {quote}PHP Warning:  PHP Startup: Invalid library (maybe not a PHP library) 
 ‘libqpid-proton.so’ in Unknown on line 0{quote}
 I'm probably wrong somewhere so I ask you here what should I do ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: CorrelationId

2014-10-06 Thread Robbie Gemmell
ActiveMQ currently uses an AMQP filter to specify the selector string the
broker should use for the consumer. I dont believe Messenger currently
supports specifying filters, however I have next to no experience with
Messenger so perhaps someone with more knowledge can comment.

Robbie

On 2 October 2014 15:44, xavier xaviermillie...@eaton.com wrote:

 Hi all,
 I am new with Qpid Proton  So I try to using it with ActiveMq, and
 migrate my old code based on CMS (JMS for C) ! I would like to get a
 message
 filtered on correlationId, like with CMS:

 session-createConsumer(destination, JMSCorrelationID=' + correlationId +
 ')

 But with Qpid proton (proton/messenger.h) how can I do that???

 Any help will be appreciate

 Regards




 --
 View this message in context:
 http://qpid.2158936.n2.nabble.com/CorrelationId-tp7614606.html
 Sent from the Apache Qpid Proton mailing list archive at Nabble.com.



[jira] [Updated] (PROTON-618) [proton-j] some of the .java source files have crlf line endings, most dont

2014-10-06 Thread Robbie Gemmell (JIRA)

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

Robbie Gemmell updated PROTON-618:
--
Summary: [proton-j] some of the .java source files have crlf line endings, 
most dont  (was: proton-j: some of the .java source files incorrectly have crlf 
line endings)

 [proton-j] some of the .java source files have crlf line endings, most dont
 ---

 Key: PROTON-618
 URL: https://issues.apache.org/jira/browse/PROTON-618
 Project: Qpid Proton
  Issue Type: Bug
Affects Versions: 0.7
Reporter: Dominic Evans
Priority: Minor

 The following files are the only ones in version control (and the 
 qpid-proton-0.7.tar.gz) that currently have crlf line endings:
 proton-j/src/main/java/org/apache/qpid/proton/amqp/Binary.java
 proton-j/src/main/java/org/apache/qpid/proton/amqp/Symbol.java
 proton-j/src/main/java/org/apache/qpid/proton/amqp/UnsignedByte.java
 proton-j/src/main/java/org/apache/qpid/proton/amqp/UnsignedInteger.java
 proton-j/src/main/java/org/apache/qpid/proton/amqp/UnsignedLong.java
 proton-j/src/main/java/org/apache/qpid/proton/amqp/UnsignedShort.java
 Perhaps we could modify them to match the rest of the source and be Unix LF 
 only?
 It might also be worth checking in a top-level .gitattributes with '* text 
 eol=lf' (assuming this also effects git-svn pushes?)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (PROTON-618) [proton-j] some of the .java source files have crlf line endings, most dont

2014-10-06 Thread Robbie Gemmell (JIRA)

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

Robbie Gemmell reassigned PROTON-618:
-

Assignee: Robbie Gemmell

 [proton-j] some of the .java source files have crlf line endings, most dont
 ---

 Key: PROTON-618
 URL: https://issues.apache.org/jira/browse/PROTON-618
 Project: Qpid Proton
  Issue Type: Bug
Affects Versions: 0.7
Reporter: Dominic Evans
Assignee: Robbie Gemmell
Priority: Minor

 The following files are the only ones in version control (and the 
 qpid-proton-0.7.tar.gz) that currently have crlf line endings:
 proton-j/src/main/java/org/apache/qpid/proton/amqp/Binary.java
 proton-j/src/main/java/org/apache/qpid/proton/amqp/Symbol.java
 proton-j/src/main/java/org/apache/qpid/proton/amqp/UnsignedByte.java
 proton-j/src/main/java/org/apache/qpid/proton/amqp/UnsignedInteger.java
 proton-j/src/main/java/org/apache/qpid/proton/amqp/UnsignedLong.java
 proton-j/src/main/java/org/apache/qpid/proton/amqp/UnsignedShort.java
 Perhaps we could modify them to match the rest of the source and be Unix LF 
 only?
 It might also be worth checking in a top-level .gitattributes with '* text 
 eol=lf' (assuming this also effects git-svn pushes?)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (PROTON-618) [proton-j] some of the .java source files have crlf line endings, most dont

2014-10-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14160355#comment-14160355
 ] 

ASF subversion and git services commented on PROTON-618:


Commit 1629675 from [~gemmellr] in branch 'proton/trunk'
[ https://svn.apache.org/r1629675 ]

PROTON-618: update line endings only, for consistency with other files

 [proton-j] some of the .java source files have crlf line endings, most dont
 ---

 Key: PROTON-618
 URL: https://issues.apache.org/jira/browse/PROTON-618
 Project: Qpid Proton
  Issue Type: Bug
Affects Versions: 0.7
Reporter: Dominic Evans
Assignee: Robbie Gemmell
Priority: Minor

 The following files are the only ones in version control (and the 
 qpid-proton-0.7.tar.gz) that currently have crlf line endings:
 proton-j/src/main/java/org/apache/qpid/proton/amqp/Binary.java
 proton-j/src/main/java/org/apache/qpid/proton/amqp/Symbol.java
 proton-j/src/main/java/org/apache/qpid/proton/amqp/UnsignedByte.java
 proton-j/src/main/java/org/apache/qpid/proton/amqp/UnsignedInteger.java
 proton-j/src/main/java/org/apache/qpid/proton/amqp/UnsignedLong.java
 proton-j/src/main/java/org/apache/qpid/proton/amqp/UnsignedShort.java
 Perhaps we could modify them to match the rest of the source and be Unix LF 
 only?
 It might also be worth checking in a top-level .gitattributes with '* text 
 eol=lf' (assuming this also effects git-svn pushes?)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)