Re: trouble connecting to Azure Service Bus from OS X

2018-01-25 Thread Roddie Kieley
Hi, while I have not run into your specific problem I had previously run into some issues when utilizing the cyrus sasl implementation on OSX which I documented via PROTON-1695 - '[OSX] Cyrus SASL plugins do not load leading to missing mechanisms' [1]. It appears that you are utilizing the sasl

Re: [VOTE] Release Apache Qpid Proton 0.20.0

2018-01-25 Thread Chuck Rolke
+1 * verified sha512 * verified release tag is at a good spot in git * built, ran self tests OK * built qpid-dispatch, ran self tests OK * ran dispatch local test network OK - Original Message - > From: "Robbie Gemmell" > To: users@qpid.apache.org > Sent:

Re: [VOTE] Release Apache Qpid Proton 0.20.0

2018-01-25 Thread Timothy Bish
On 01/25/2018 07:46 AM, Robbie Gemmell wrote: Hi folks, I have put together a spin for a Qpid Proton 0.20.0 release, please give it a test out and vote accordingly. The source archive can be grabbed from: https://dist.apache.org/repos/dist/dev/qpid/proton/0.20.0-rc1/ The JIRAs currently

Re: JMS Client failover error stops message consumption

2018-01-25 Thread bryand
I have been doing more testing of different scenarios regarding transacted sessions and different acknowledgement nodes and here is what I've found regarding this topic/behavior: My initial tests (and what I provided logs for) didn't use transactions and used auto acknowledge: Session session =

trouble connecting to Azure Service Bus from OS X

2018-01-25 Thread George David
macOs High Sierra 10.13.12 python: 2.7.14 (macports) qpid-proton: 0.19.0 (macports) python-qpid-proton: 0.19.0 (pipenv) I created two python scripts, 1 to write to a service bus topic and 1 to read. When I try to either read or write, Here is a snippet of code I use to send a message: conn =

Re: Apache Qpid Dispatch now using Python unittest2 to run tests

2018-01-25 Thread Robbie Gemmell
Thanks Ganesh! On 25 January 2018 at 14:43, Ganesh Murthy wrote: > Thanks Robbie. I have entered a JIRA to track this. > > https://issues.apache.org/jira/browse/DISPATCH-919 > > On Thu, Jan 25, 2018 at 7:16 AM, Robbie Gemmell > wrote: > >> Is it

Re: [VOTE] Release Apache Qpid Proton 0.20.0

2018-01-25 Thread Ted Ross
+1 - Installed and ran tests on Fedora 27 - no failures - Tested against Qpid Dispatch Router (master) - no failures -Ted On Thu, Jan 25, 2018 at 7:46 AM, Robbie Gemmell wrote: > Hi folks, > > I have put together a spin for a Qpid Proton 0.20.0 release, please >

Re: [VOTE] Release Apache Qpid Proton 0.20.0

2018-01-25 Thread Robbie Gemmell
On 25 January 2018 at 12:46, Robbie Gemmell wrote: > Hi folks, > > I have put together a spin for a Qpid Proton 0.20.0 release, please > give it a test out and vote accordingly. > > The source archive can be grabbed from: >

Re: Apache Qpid Dispatch now using Python unittest2 to run tests

2018-01-25 Thread Ganesh Murthy
Thanks Robbie. I have entered a JIRA to track this. https://issues.apache.org/jira/browse/DISPATCH-919 On Thu, Jan 25, 2018 at 7:16 AM, Robbie Gemmell wrote: > Is it possible to detect that it isnt installed and emit a warning > when cmake is run? Or perhaps just when

Re: JMS Client failover error stops message consumption

2018-01-25 Thread bryand
Keith, I increased the timeout to 3 seconds and then 10 seconds and still received the error and message consumption would not continue - the log file from the test I did with 10 seconds is: qpid-dispatch-timeout.log I

RE: qpid-tool (QMF) filters

2018-01-25 Thread Jan Bares, WOOD & Co.
Thank you Jakub, it works as you described. Jan > -Original Message- > From: Jakub Scholz [mailto:ja...@scholz.cz] > Sent: Wednesday, January 24, 2018 9:26 PM > To: users@qpid.apache.org > Subject: Re: qpid-tool (QMF) filters > > Hi Jan, > > This is an example which I found in my notes: >

[VOTE] Release Apache Qpid Proton 0.20.0

2018-01-25 Thread Robbie Gemmell
Hi folks, I have put together a spin for a Qpid Proton 0.20.0 release, please give it a test out and vote accordingly. The source archive can be grabbed from: https://dist.apache.org/repos/dist/dev/qpid/proton/0.20.0-rc1/ The JIRAs currently assigned are:

Re: Apache Qpid Dispatch now using Python unittest2 to run tests

2018-01-25 Thread Robbie Gemmell
Is it possible to detect that it isnt installed and emit a warning when cmake is run? Or perhaps just when the tests are run? I think that could help folks running into this new requirement for the first time. The failures you get when running on a box without unittest2 didn't immediately scream

Re: JMS Client failover error stops message consumption

2018-01-25 Thread Keith W
Bryan I haven't seen failover exhibit this problem before. The reconnection logic awaits the dispatcher (a session scoped thread which invokes your message listen) to finish delivery of the last message to your application before completing the reconnection. The dispatcher close allows a