[ANNOUNCE] Apache Qpid for Java 6.1.6 released

2018-04-05 Thread Alex Rudyy
The Apache Qpid (https://qpid.apache.org) community is pleased to announce the immediate availability of Apache Qpid for Java 6.1.6. This release addresses defects and enhancements in Qpid Broker-J (previously known as Qpid Broker for Java). The release is available now from our website:

[ANNOUNCE] Apache Qpid Broker-J 7.0.3 released

2018-04-05 Thread Alex Rudyy
The Apache Qpid (http://qpid.apache.org) community is pleased to announce the immediate availability of Apache Qpid Broker-J 7.0.3. This release addresses defects and enhancements in Qpid Broker-J The release is available now from our website: https://qpid.apache.org/download.html Release

Re: Qpid Dispatch Router release (1.1.0)

2018-04-05 Thread Ted Ross
On Tue, Apr 3, 2018 at 12:24 PM, Ted Ross wrote: > Since the release of Qpid Proton 0.22.0, Qpid Dispatch Router's tests > fail against the latest released Proton because of the removal of the > deprecated Messenger API. We are planning to push some of the > in-progress Jiras

Re: Proton C source reorg and removal of deprecated or obsolete code

2018-04-05 Thread Alan Conway
Well done, what a monster! Now to weed out the last of the messenger code... On Thu, Apr 5, 2018 at 3:40 PM, Justin Ross wrote: > Just a note to everyone that the Proton C source reorg has now landed on > master. Please let me know if you have any trouble. > >

Re: Build QPID C++ Using Visual Studio 2013 on Windows 10

2018-04-05 Thread Chuck Rolke
Hi Michael, Replies in line. -Chuck - Original Message - > From: "Michael Arnold" > To: users@qpid.apache.org > Sent: Thursday, April 5, 2018 10:17:04 AM > Subject: Re: Build QPID C++ Using Visual Studio 2013 on Windows 10 > > Thanks Chuck, > > Downgrading python

Re: Proton C source reorg and removal of deprecated or obsolete code

2018-04-05 Thread Justin Ross
Just a note to everyone that the Proton C source reorg has now landed on master. Please let me know if you have any trouble. https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;a=tree;h=HEAD On Wed, Mar 14, 2018 at 5:40 AM, Alan Conway wrote: > On Mon, Mar 12, 2018

[ruby] bug in Container#schedule in proton-0.22

2018-04-05 Thread Alan Conway
Sadly the 0.22 ruby library has a new feature Container#schedule that does not work properly (scheduled code sometimes doesn't run) - it's very likely users will run into this if they use the feature. I have fixed this properly for 0.23 and there's a small monkey patch to work around it on 0.22,

Re: Build QPID C++ Using Visual Studio 2013 on Windows 10

2018-04-05 Thread Michael Arnold
Thanks Chuck, Downgrading python from 3.6.1 (python 3) to 2.7.17 (python 2), allowed cmake to generate the build files. I did not encouter QPID-8155. On the build side, 3 types of errors: 1. QPID-7926 as you describe. 2. Link errors of the form: error LNK1104: cannot open file

[Java Broker] Temporary queues ACLs for multiple users

2018-04-05 Thread Vavricka
Hi, I am trying to get working temporary queues on Java Broker. Each user should have access only to queue which he created. ACL rights: ACL ALLOW-LOG user1 ACCESS VIRTUALHOST ACL ALLOW-LOG user1 CREATE QUEUE temporary="true" owner="user1" ACL ALLOW-LOG user1 CONSUME QUEUE temporary="true"