RE: Vote for 0.6 Release (Really)

2010-03-02 Thread Cliff Jansen (Interop Systems Inc)
> There are > certainly other csproj files with the license in at the top of the file > - do these cause problems for MSVC? These C# project files are just XML. Putting the Apache license in an XML comment at the top of the file will not adversely affect MSVC. Cliff -Original Message-

Re: Connection.open get stuck with wrong host address

2010-03-02 Thread Andrew Stitcher
On Tue, 2010-03-02 at 08:05 -0800, _cristian_ wrote: > Hello.I have written a simple program that tries to open a connection to a > qpid broker. > I am using qpid 0.5 on Centos5.4 x86_64. > ... > The problem is that if the first argument of connection.open is not a valid > host (for example an ip

RE: Connection.open get stuck with wrong host address

2010-03-02 Thread Steve Huston
I think you may be seeing the effect of the connect() call trying to contact a host that it can't readily contact. It should time out in a minute or two. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -Original

Connection.open get stuck with wrong host address

2010-03-02 Thread _cristian_
Hello.I have written a simple program that tries to open a connection to a qpid broker. I am using qpid 0.5 on Centos5.4 x86_64. I have the following code : /* * File: main.cpp * Author: root * * Created on March 2, 2010, 4:49 PM */ #include #include #include #include #include #in

[jira] Assigned: (QPID-2187) Allow clients to make secure/authenticated connections to a cluster.

2010-03-02 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim reassigned QPID-2187: Assignee: michael j. goulish > Allow clients to make secure/authenticated connections to a cluster.

Re: SubscriptionManager performance problem.

2010-03-02 Thread Rafael Schloming
Alan Conway wrote: On 03/01/2010 11:45 PM, Rafael Schloming wrote: Gordon Sim wrote: On 02/26/2010 03:09 PM, Alan Conway wrote: On 02/26/2010 09:47 AM, Gordon Sim wrote: On 02/26/2010 02:29 PM, Alan Conway wrote: Gordon/Rafi: this raises an interesting question for the new APIs. It seems lik

Re: SubscriptionManager performance problem.

2010-03-02 Thread Alan Conway
On 03/01/2010 11:45 PM, Rafael Schloming wrote: Gordon Sim wrote: On 02/26/2010 03:09 PM, Alan Conway wrote: On 02/26/2010 09:47 AM, Gordon Sim wrote: On 02/26/2010 02:29 PM, Alan Conway wrote: Gordon/Rafi: this raises an interesting question for the new APIs. It seems like async declare/bind

[jira] Created: (QPID-2427) Modify browse option in-line with path chosen for python client

2010-03-02 Thread Gordon Sim (JIRA)
Modify browse option in-line with path chosen for python client --- Key: QPID-2427 URL: https://issues.apache.org/jira/browse/QPID-2427 Project: Qpid Issue Type: Bug Compo

Re: Vote for 0.6 Release (Really)

2010-03-02 Thread Gordon Sim
On 03/02/2010 09:31 AM, Robbie Gemmell wrote: I believe this means we must fix these and roll another RC before we can proceed with a vote, correct? I believe we have to fix the missing license on the source code at a minimum. I have checked in that change as r917988. On the .csproj files,

Re: Vote for 0.6 Release (Really)

2010-03-02 Thread Robbie Gemmell
I believe this means we must fix these and roll another RC before we can proceed with a vote, correct? On the .csproj files, I would guess that they probably do need a licence, and if most of them already include it then it seems sensible to do the rest and finish the job. Robbie On 26 February