Re: Issue building qpid-proton on Fedora

2018-01-19 Thread Gregor Berginc
Hi Nandan, I haven’t tried this but a colleague of mine has updated RPM spec for qpid-proton 0.19. You should be able to use it to install system package on Fedora: https://copr.fedorainfracloud.org/coprs/tadeboro/qpid-proton/ Note that this is unofficial until RPM gets updated but you can che

Re: [VOTE] Release Apache Qpid JMS 0.29.0

2018-01-19 Thread Gordon Sim
On 19/01/18 12:30, Robbie Gemmell wrote: I have put together a spin for a 0.29.0 Qpid JMS client release, please give it a test out and vote accordingly. +1, built from source, including tests, installed binary from tarball and tested examples against c++ broker and router. -

Re: Issue building qpid-proton on Fedora

2018-01-19 Thread nandanone
Andrew:: I downloaded the 0.19.0 distribution of qpid-proton from the apache site. The install instructions talk about building the distribution using cmake/make. This is why I was trying to build the distribution (with Perl, Ruby, PHP turned off). Is there a way to install the proton module and i

Re: [VOTE] Release Apache Qpid JMS 0.29.0

2018-01-19 Thread Timothy Bish
On 01/19/2018 07:30 AM, Robbie Gemmell wrote: Hi folks, I have put together a spin for a 0.29.0 Qpid JMS client release, please give it a test out and vote accordingly. The source and binary archives can be grabbed from: https://dist.apache.org/repos/dist/dev/qpid/jms/0.29.0-rc1/ The maven art

Re: [VOTE] Release Apache Qpid JMS 0.29.0

2018-01-19 Thread Robbie Gemmell
On 19 January 2018 at 12:30, Robbie Gemmell wrote: > Hi folks, > > I have put together a spin for a 0.29.0 Qpid JMS client release, > please give it a test out and vote accordingly. > > The source and binary archives can be grabbed from: > https://dist.apache.org/repos/dist/dev/qpid/jms/0.29.0-rc1

[VOTE] Release Apache Qpid JMS 0.29.0

2018-01-19 Thread Robbie Gemmell
Hi folks, I have put together a spin for a 0.29.0 Qpid JMS client release, please give it a test out and vote accordingly. The source and binary archives can be grabbed from: https://dist.apache.org/repos/dist/dev/qpid/jms/0.29.0-rc1/ The maven artifacts are also staged for now at: https://repos

Re: Max number of queues per user

2018-01-19 Thread Gordon Sim
On 19/01/18 12:20, Michael Ivanov wrote: Is it possible to find out where user/password has to be used instead of user:password? Proton does not accept the syntax with slash. Can I assume that '/' is to be used on command line for utilities like qpid-stat, qpid-config etc and in all other cases

Re: Max number of queues per user

2018-01-19 Thread Michael Ivanov
Thanks for your help. Is it possible to find out where user/password has to be used instead of user:password? Proton does not accept the syntax with slash. Can I assume that '/' is to be used on command line for utilities like qpid-stat, qpid-config etc and in all other cases delimiter is ':'? B