Re: Ideas on improving the java Binding URL

2009-01-23 Thread Carl Trieloff
Rajith Attapattu wrote: Hi All, Looking at the Qpid user there seems to be a lot of interest in, a) Declaring a queue binding with options For example to use QueuePolcies or LVQ ..etc b) Binding a queue to an exchange/binding_key pair with options Our current Binding URL is not equipped to

Re: IKVMing the Java client for .Net

2009-01-23 Thread Carl Trieloff
Rafael Schloming wrote: Aidan Skinner wrote: I'm about to head off for a week, and thought I'd give this topic a bit of a poke with a stick before I did so there's a bit of discussion on the topic before we're deep into M5 territory. Traditionally, the approach to writing the .Net client has b

RE: C++ Trunk - Code generator does not generate generate_MaxMethodBodySize_h.cpp file

2009-01-23 Thread Steve Huston
Hi Danushka, > My issue relates to code generation. You should have > generate_MaxMethodBodySize_h.cpp generated in order to build the .exe. Right - some generation-related stuff changed recently and I just updated the Windows build to account for it. It doesn't need to generate MaxMethodBodySi

Ideas on improving the java Binding URL

2009-01-23 Thread Rajith Attapattu
Hi All, Looking at the Qpid user there seems to be a lot of interest in, a) Declaring a queue binding with options For example to use QueuePolcies or LVQ ..etc b) Binding a queue to an exchange/binding_key pair with options Our current Binding URL is not equipped to meet the needs of these n

[jira] Resolved: (QPID-1579) Unit Test Suite for WS-DM Adapter

2009-01-23 Thread Andrea Gazzarini (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Gazzarini resolved QPID-1579. Resolution: Fixed Feature added. - Unit test are running against a new sub-module called QEm

WS-DM Unit test cases added

2009-01-23 Thread Andrea Gazzarini
Hi all, just to inform you that I'm going to resolve the QPID-1579 (WS-DM unit test cases). Unit test are now running against a new sub-module called QEmu. It is basically a simple emulator that creates (at the moment) one domain object with complex methods & properties (see below). WS-DM interfa

Re: [c++]: management methods and clustering

2009-01-23 Thread Gordon Sim
Ok, after much gnashing of teeth, here is an updated patch. The cluster plugin registers an id allocator that allocates IDs from a specific range for anything related to the state transfer. Index: src/qpid/cluster/ClusterPlugin.cpp =

[jira] Updated: (QPID-1611) queue durability is lost on broker-newbie sync.

2009-01-23 Thread michael j. goulish (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] michael j. goulish updated QPID-1611: - Attachment: qpid_1611.diff Previous version had problem with MessageStore code during its

[jira] Updated: (QPID-1611) queue durability is lost on broker-newbie sync.

2009-01-23 Thread michael j. goulish (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] michael j. goulish updated QPID-1611: - Attachment: (was: 480871.diff) > queue durability is lost on broker-newbie sync. > ---

Re: C++ Trunk - Code generator does not generate generate_MaxMethodBodySize_h.cpp file

2009-01-23 Thread Danushka Menikkumbura
Hi Josh, My issue relates to code generation. You should have generate_MaxMethodBodySize_h.cpp generated in order to build the .exe. Danushka -- Danushka Menikkumbura Technical Lead, WSO2 Inc. blog : http://danushka-menikkumbura.blogspot.com/ http://wso2.com/ - "The Open Source SOA Company"

Re: C++ Trunk - Code generator does not generate generate_MaxMethodBodySize_h.cpp file

2009-01-23 Thread Joshua Kramer
Danushka, What environment are you using? Here are the steps I used for VS 2008. 1. Download and run the Boost binary installer for Boost 1.36, Visual Studio 9. 2. Set the machine environment variables BOOST_HOME and BOOST_VERSION. 3. Get the latest InlineAllocator.h from trunk. 4. Start VS

Re: C++ Trunk - Code generator does not generate generate_MaxMethodBodySize_h.cpp file

2009-01-23 Thread Gordon Sim
Danushka Menikkumbura wrote: I think this is a deliberate change. Are you building on windows by any chance? Yes I am. This did work fine a couple of days back. I suspect http://svn.apache.org/viewvc?rev=736783&view=rev means that the windows build needs modified. --

Re: build and post a windows binary

2009-01-23 Thread Aidan Skinner
On Fri, Jan 23, 2009 at 7:13 PM, Joshua Kramer wrote: > Everyone, the Windows build (Debug and Release Static) is here: > > http://www.octoberridge.com/qpid-M4-win-binary-jpk.zip > > Can someone please mirror this, so that my DSL line is not saturated? :) Thanks Josh. I've uploaded this to http

Re: ACLv2 domain and realm properties and file validation

2009-01-23 Thread Rajith Attapattu
On Fri, Jan 23, 2009 at 11:14 AM, Carl Trieloff wrote: > Martin Ritchie wrote: > >> Hi Carl and other C++ ACL people, >> > > Also what validation does the C++ broker do on the file? >> >> > > See: > http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/broker/AclModule.h?view=markup > > The v

Re: C++ Trunk - Code generator does not generate generate_MaxMethodBodySize_h.cpp file

2009-01-23 Thread Danushka Menikkumbura
I think this is a deliberate change. Are you building on windows by any chance? Yes I am. This did work fine a couple of days back. Danushka -- Danushka Menikkumbura Technical Lead, WSO2 Inc. blog : http://danushka-menikkumbura.blogspot.com/ http://wso2.com/ - "The Open Source SOA Company

Re: build and post a windows binary

2009-01-23 Thread Danushka Menikkumbura
I am planning to build one. I have a few urgent things to resolve before that, though. If anyone else has interest, please speak up as well. Hi Steve, I knew you were busy with some client engagements, I did not volunteer build one, though. If you feel like you are unable to make it soon,

Re: build and post a windows binary

2009-01-23 Thread Aidan Skinner
On Fri, Jan 23, 2009 at 7:13 PM, Joshua Kramer wrote: > Everyone, the Windows build (Debug and Release Static) is here: > > http://www.octoberridge.com/qpid-M4-win-binary-jpk.zip > > Can someone please mirror this, so that my DSL line is not saturated? :) I'm downloading this now. I'll put it u

[jira] Commented: (QPID-1609) Heartbeat support for java client

2009-01-23 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1239#action_1239 ] Rajith Attapattu commented on QPID-1609: A modified version of the patches were chec

RE: build and post a windows binary

2009-01-23 Thread Joshua Kramer
Everyone, the Windows build (Debug and Release Static) is here: http://www.octoberridge.com/qpid-M4-win-binary-jpk.zip Can someone please mirror this, so that my DSL line is not saturated? :) Thanks, -Josh - http://www.globalherald.net/jb01 GlobalHerald.NET, the Smarter Social Network! (

RE: build and post a windows binary

2009-01-23 Thread Joshua Kramer
Yep, I saw those. Thanks for the advice, Cliff! I'll grab the requisite header and recompile. On Fri, 23 Jan 2009, Cliff Jansen (Interop Systems Inc) wrote: Date: Fri, 23 Jan 2009 09:36:52 -0800 From: "Cliff Jansen (Interop Systems Inc)" Reply-To: dev@qpid.apache.org To: "dev@qpid.apache.

RE: build and post a windows binary

2009-01-23 Thread Cliff Jansen (Interop Systems Inc)
Hi Josh, Note that you will probably see compiler errors compiling in static release mode. You will need to pick up InlineAllocator.h from trunk. See qpid-1458. This fix didn't make it into M4. Cliff -Original Message- From: Joshua Kramer [mailto:j...@globalherald.net] Sent: Friday,

[jira] Reopened: (QPID-1611) queue durability is lost on broker-newbie sync.

2009-01-23 Thread michael j. goulish (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] michael j. goulish reopened QPID-1611: -- My attached fix is OK wrt the Broker -- but breaks MessageStore tests. > queue durability

RE: build and post a windows binary

2009-01-23 Thread Joshua Kramer
I am planning to build one. I have a few urgent things to resolve I have a qpidbroker.exe that I just built with VS 2008, on Windows XP. This particular binary is a Static Debug binary. I'm building the Release Static binary as I type this. I don't have time at the moment to do exhaustive

Re: IKVMing the Java client for .Net

2009-01-23 Thread Rafael Schloming
Aidan Skinner wrote: I'm about to head off for a week, and thought I'd give this topic a bit of a poke with a stick before I did so there's a bit of discussion on the topic before we're deep into M5 territory. Traditionally, the approach to writing the .Net client has been to transliterate the J

IKVMing the Java client for .Net

2009-01-23 Thread Aidan Skinner
I'm about to head off for a week, and thought I'd give this topic a bit of a poke with a stick before I did so there's a bit of discussion on the topic before we're deep into M5 territory. Traditionally, the approach to writing the .Net client has been to transliterate the Java client by hand and

Re: ACLv2 domain and realm properties and file validation

2009-01-23 Thread Carl Trieloff
Martin Ritchie wrote: Hi Carl and other C++ ACL people, I'm planning on committing the work I have done so far on the new ACL specification for the Java broker and there were a few questions I had about some of the way C++ implements the ACLs as it would be great to get both brokers operating in

ACLv2 domain and realm properties and file validation

2009-01-23 Thread Martin Ritchie
Hi Carl and other C++ ACL people, I'm planning on committing the work I have done so far on the new ACL specification for the Java broker and there were a few questions I had about some of the way C++ implements the ACLs as it would be great to get both brokers operating in the same way. I don't

[jira] Commented: (QPID-1583) IP White/Black lists for virtual hosts

2009-01-23 Thread Aidan Skinner (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666564#action_12666564 ] Aidan Skinner commented on QPID-1583: - When doing this it's important to remember to set

RE: build and post a windows binary

2009-01-23 Thread Joshua Kramer
Hello Steve, Will this build in VS 2008? I will give it a try in a couple of hours. Cheers, -Josh On Fri, 23 Jan 2009, Steve Huston wrote: Date: Fri, 23 Jan 2009 09:56:27 -0500 From: Steve Huston Reply-To: dev@qpid.apache.org To: dev@qpid.apache.org, cctriel...@redhat.com Subject: RE: buil

RE: build and post a windows binary

2009-01-23 Thread Steve Huston
Hi Carl, > From our users list... does someone want to build the windows binary > that we post as a use if you like basis. > > i.e. we make a volunteer builds section, and post builds based on a > release as a service outside the > release process. i.e. builds that people want and volunteer we

Re: [c++]: management methods and clustering

2009-01-23 Thread Alan Conway
Gordon Sim wrote: Currently in a clustered broker, the object ids used for management objects are not uniform across all nodes. This means that execution of management methods does not reliably occur on all nodes (if the id on which the method is invoked is for another object than intended on o

Re: [c++]: management methods and clustering

2009-01-23 Thread Gordon Sim
Ted Ross wrote: Gordon, It looks from the patch that you have added special logic to suppress the creation of the management objects related to "qpid-dump". I think there's a cleaner way to do this without removing management visibility into the qpid-dump objects. If you grep for uses of "

Re: [c++]: management methods and clustering

2009-01-23 Thread Ted Ross
Gordon Sim wrote: Currently in a clustered broker, the object ids used for management objects are not uniform across all nodes. This means that execution of management methods does not reliably occur on all nodes (if the id on which the method is invoked is for another object than intended on

Re: C++ Trunk - Code generator does not generate generate_MaxMethodBodySize_h.cpp file

2009-01-23 Thread Gordon Sim
Danushka Menikkumbura wrote: Please not $subject. I think this is a deliberate change. Are you building on windows by any chance? - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Intera

[c++]: management methods and clustering

2009-01-23 Thread Gordon Sim
Currently in a clustered broker, the object ids used for management objects are not uniform across all nodes. This means that execution of management methods does not reliably occur on all nodes (if the id on which the method is invoked is for another object than intended on other nodes). The

Re: C++ Trunk - Code generator does not generate generate_MaxMethodBodySize_h.cpp file

2009-01-23 Thread Carl Trieloff
Danushka Menikkumbura wrote: Please not $subject. Most common issue for this is a bad version of Ruby, as generation is done with Ruby. Carl. - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.o

[jira] Resolved: (QPID-1613) Unsubscribing and resubscribing with LocalQueue causes exception

2009-01-23 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim resolved QPID-1613. -- Resolution: Fixed Fixed on trunk (r737028). If you are using the M4 release, a workaround is to call:

[Travel Assistance] Applications for ApacheCon EU 2009 - Now Open

2009-01-23 Thread Carl Trieloff
The Travel Assistance Committee is now accepting applications for those wanting to attend ApacheCon EU 2009 between the 23rd and 27th March 2009 in Amsterdam. The Travel Assistance Committee is looking for people who would like to be able to attend ApacheCon EU 2009 who need some financial suppor

Re: Qpid slogan?

2009-01-23 Thread Aidan Skinner
On Fri, Jan 23, 2009 at 11:26 AM, Robert Godfrey wrote: > 2009/1/23 Aidan Skinner : >> Sadly at this point I ran out of ways to make messaging sound >> exciting. Maybe I should start watching Mad Men. > > I can't help feeling that we should try to work in a Qpid / Cupid / > Falling in love type t

Java Broker Configuration

2009-01-23 Thread Martin Ritchie
Hi, I've been thinking about our configuration files for a while as I'm sure others have. I've copied this email to the user list so that any of our current users can see what I am suggesting and hopefully have some input. I've put up some details of what we would like to achive with any redesign

Re: Qpid slogan?

2009-01-23 Thread Robert Godfrey
2009/1/23 Aidan Skinner : > On Fri, Jan 23, 2009 at 11:10 AM, Aidan Skinner wrote: > >> While they fulfill all the criteria, none of them really grab me. >> Something with a bit more vim and vigour maybe? > > I spent 5 minutes with sloganizer.net and realised that we need some > sort of positive s

Re: Qpid slogan?

2009-01-23 Thread Aidan Skinner
On Fri, Jan 23, 2009 at 11:10 AM, Aidan Skinner wrote: > While they fulfill all the criteria, none of them really grab me. > Something with a bit more vim and vigour maybe? I spent 5 minutes with sloganizer.net and realised that we need some sort of positive statement (but not a measurable claim

Re: Qpid slogan?

2009-01-23 Thread Aidan Skinner
On Fri, Jan 23, 2009 at 8:35 AM, Marnie McCormack wrote: > Apache Qpid, AMQP Enterprise Messaging <-- This one is my favourite i think. > Apache Qpid: Fast, Reliable, AMQP Messaging > Apache Qpid: Advanced Messaging, Quick, Purposeful > Apache Qpid, AMQP Enterprise Messaging that just works. > Ap

C++ Trunk - Code generator does not generate generate_MaxMethodBodySize_h.cpp file

2009-01-23 Thread Danushka Menikkumbura
Please not $subject. -- Danushka Menikkumbura Technical Lead, WSO2 Inc. blog : http://danushka-menikkumbura.blogspot.com/ http://wso2.com/ - "The Open Source SOA Company" - Apache Qpid - AMQP Messaging Implementation Project

[jira] Created: (QPID-1613) Unsubscribing and resubscribing with LocalQueue causes exception

2009-01-23 Thread Gordon Sim (JIRA)
Unsubscribing and resubscribing with LocalQueue causes exception Key: QPID-1613 URL: https://issues.apache.org/jira/browse/QPID-1613 Project: Qpid Issue Type: Bug Com

[jira] Updated: (QPID-1168) Complete ACLv2 Implementation

2009-01-23 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie updated QPID-1168: - Description: Design and Documentation of ACLv2 has been completed on Wiki: http://cwiki.apache.org

[jira] Updated: (QPID-1168) Complete ACLv2 Implementation and Documentation

2009-01-23 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie updated QPID-1168: - Description: Implement ACL and RBAC for both brokers (Java) was: Cloned from QPID-107 to capt

[jira] Created: (QPID-1612) Split Java broker configuration into a number of files to allow validation.

2009-01-23 Thread Martin Ritchie (JIRA)
Split Java broker configuration into a number of files to allow validation. --- Key: QPID-1612 URL: https://issues.apache.org/jira/browse/QPID-1612 Project: Qpid Issue T

Re: Qpid slogan?

2009-01-23 Thread Marnie McCormack
I think they all have plus points (great ideas everyone). For me we need to say what our project does (i.e. messaging) in the slogan and that it's AMQP. I think the 'Apache' gives us the Open Source credential. So, from my pov that leaves us with: Apache Qpid, AMQP Enterprise Messaging <-- This o