***UNCHECKED*** Re: trouble connecting to Azure Service Bus from OS X

2018-01-26 Thread George David
I'm not exactly sure what you're asking. I used the official python 2.7.14 docker image and installed python-qpid-proton using pip. You can see what's available here: https://hub.docker.com/_/python/ ` On Thu, Jan 25, 2018 at 7:01 PM Roddie Kieley wrote: > Hi, while I have

***UNCHECKED*** Re: [VOTE] Release Apache Qpid Proton 0.20.0

2018-01-26 Thread Ken Giusti
+1 Tested on Ubuntu 16.04 VM: 1) build and unit test pass 2) oslo.messaging unit and functional tests pass (qpidd and qdrouterd) 3) pyngus unit tests pass On Thu, Jan 25, 2018 at 7:46 AM, Robbie Gemmell wrote: > Hi folks, > > I have put together a spin for a Qpid

Re: JMS Client failover error stops message consumption

2018-01-26 Thread bryand
I changed my testing to wait 5 minutes in between stopping a node and when I did that message consumption always resumed successfully when the client failed over to the new master. I realized that the odds of a fail over occurring twice in just a couple minutes was pretty slim and not the normal

Re: Java Broker performance

2018-01-26 Thread Oleksandr Rudyy
Hi Tomas, We are going to port the implemented changes into 7.0.x branch for inclusion into 7.0.1. Please, let us know whether the sending and receiving performances are acceptable for you. Kind Regards, Alex On 23 January 2018 at 15:59, Oleksandr Rudyy wrote: > Hi Tomas, >

Browsing the whole LVQ

2018-01-26 Thread Gavrila, Daniel
Hello, I'm using Qpid Proton C++ v0.19 I would like to browse the whole LVQ like in the sample from paragraph 1.6.3.2 https://qpid.apache.org/releases/qpid-cpp-1.37.0/cpp-broker/book/ch01s06.html How can I detect that there are no more messages in the queue ? Best regards, Daniel