windows egg?

2020-08-17 Thread Terry Rankine
Hi Guys I am having trouble installing python-qpid-proton via pip – nothing I have tried seems to work, and I have the VS build tools installed, and I am inside the “build prompt” and then inside that I have opened the ‘anaconda prompt’, so my env is set up, but I still cant install it. Why

[RESULT] [VOTE] Release Apache Qpid Dispatch 1.13.0

2020-08-17 Thread Ganesh Murthy
There were 5 binding +1 votes, 1 non-binding +1 votes and no other votes received. The vote has passed. I will add the files to the dist release repo and create the final tag shortly. The website will be updated after the release has had time to sync to the mirrors. Thanks to everybody for

Re: [VOTE] Release Qpid Dispatch Router 1.13.0 (RC1)

2020-08-17 Thread Ganesh Murthy
+1 Checked checksum Built against master Proton and ran system tests on Fedora 32. All tests passed. On Wed, Aug 12, 2020 at 4:30 PM Ganesh Murthy wrote: > Hello All, > Please cast your vote on this thread to release RC1 as the > official Qpid Dispatch Router version 1.13.0. > > RC1

Re: [VOTE] Release Qpid Dispatch Router 1.13.0 (RC1)

2020-08-17 Thread Ken Giusti
On Wed, Aug 12, 2020 at 4:30 PM Ganesh Murthy wrote: > Hello All, > Please cast your vote on this thread to release RC1 as the > official Qpid Dispatch Router version 1.13.0. > > RC1 of Qpid Dispatch Router version 1.13.0 can be found here: > >

Re: [VOTE] Release Apache Qpid JMS 0.54.0

2020-08-17 Thread Oleksandr Rudyy
+1 * verified signatures and checksums * built successfully from sources with running all unit tests * ran successfully Qpid Broker-J integration tests on master branch using staged client artifacts On Thu, 13 Aug 2020 at 14:42, Robbie Gemmell wrote: > Hi folks, > > I have put together a spin

Re: [VOTE] Release Qpid Dispatch Router 1.13.0 (RC1)

2020-08-17 Thread Fernando Giorgetti
+1 built upstream qdrouterd image and executed e2e tests between qpid-dispatch and apache-artemis On Mon, Aug 17, 2020 at 11:02 AM Ernest Allen wrote: > +1 > Built against latest proton, libwebsockets. > Ran make test: All tests passed > Started router network, started console, started some

Re: [VOTE] Release Qpid Dispatch Router 1.13.0 (RC1)

2020-08-17 Thread Ernest Allen
+1 Built against latest proton, libwebsockets. Ran make test: All tests passed Started router network, started console, started some message traffic. Visually verified console pages: Dashboard, topology, traffic, overview tables, detail tables. On Wed, Aug 12, 2020 at 4:30 PM Ganesh Murthy

Re: [VOTE] Release Qpid Dispatch Router 1.13.0 (RC1)

2020-08-17 Thread Gordon Sim
On 12/08/2020 9:24 pm, Ganesh Murthy wrote: Hello All, Please cast your vote on this thread to release RC1 as the official Qpid Dispatch Router version 1.13.0. RC1 of Qpid Dispatch Router version 1.13.0 can be found here:

Re: [VOTE] Release Apache Qpid JMS 0.54.0

2020-08-17 Thread Gordon Sim
On 13/08/2020 2:42 pm, Robbie Gemmell wrote: Hi folks, I have put together a spin for a 0.54.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.54.0-rc1/ The maven

Re: [NOTICE] Jenkins CI server change, manual job migrations required

2020-08-17 Thread Robbie Gemmell
Ok, they decided to be nice and pushed it out a week so more could migrate jobs easily, so one more update: the old setup is being shut down on Sat 22nd New: https://ci-builds.apache.org/job/Qpid/ Old: https://builds.apache.org/view/M-R/view/Qpid/ I have disabled all the now-migrated jobs on the

Re: Multiple Consumers Consume data from Durable queue

2020-08-17 Thread Robbie Gemmell
On Mon, 17 Aug 2020 at 09:46, Gordon Sim wrote: > > On 16/08/2020 6:24 pm, mohank wrote: > >> Can you answer my question from before: Are you actually looking for > >> your queue and address names to differ? > > No, I want to Send data to durable Queue with Filters. > > > > > >

Re: Message moves to differed state in Azure Bus while fetching via Qpid

2020-08-17 Thread Robbie Gemmell
You won't see any 'warnings' from the protocol trace output you turned on, it doesn't have levels. You would just see e.g Disposition frames carrying a particular message state. The error log I mentioned would come from the 'regular' logging in the code, depending on configuration for whatever

Re: qpid::Messaging::Session state when connection is closed

2020-08-17 Thread Gordon Sim
On 17/08/2020 9:03 am, Toralf Lund wrote: In the C++ messaging API, what happens to a Session object when the "parent" connection is closed? Will for instance hasError() be true? On the AMQP 0-10 path, hasError() will only return true if the session has tried to do something after the

Re: Multiple Consumers Consume data from Durable queue

2020-08-17 Thread Gordon Sim
On 16/08/2020 6:24 pm, mohank wrote: Can you answer my question from before: Are you actually looking for your queue and address names to differ? No, I want to Send data to durable Queue with Filters. Publisher code char *FilterValue = 8;

qpid::Messaging::Session state when connection is closed

2020-08-17 Thread Toralf Lund
In the C++ messaging API, what happens to a Session object when the "parent" connection is closed? Will for instance hasError() be true? Will getConnection() return something special? Raise an exception? Crash? Do something else entirely? I'm sure I've found out at one point, but I keep