Re: QIP proposal: Easy Broker Info

2011-01-19 Thread mick
On Tue, 2011-01-18 at 11:13 -0500, Alan Conway wrote: I don't see this as something that applies in deployment. You're never going to deploy brokers without knowing in advance what port they're using, the broker's host:port are the fundamental location information that clients have to

[jira] Assigned: (QPID-2996) qmf/SchemaMethod.cpp fails to compile on s390

2011-01-19 Thread Ted Ross (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Ross reassigned QPID-2996: -- Assignee: Ted Ross qmf/SchemaMethod.cpp fails to compile on s390

[jira] Resolved: (QPID-2996) qmf/SchemaMethod.cpp fails to compile on s390

2011-01-19 Thread Ted Ross (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Ross resolved QPID-2996. Resolution: Fixed Fix Version/s: 0.9 Thanks for the patch, I've committed it.

[jira] Created: (QPID-3007) Inconsistent management messages in a cluster, test fails sporadically

2011-01-19 Thread Alan Conway (JIRA)
Inconsistent management messages in a cluster, test fails sporadically -- Key: QPID-3007 URL: https://issues.apache.org/jira/browse/QPID-3007 Project: Qpid Issue Type: Bug

[jira] Updated: (QPID-3007) Inconsistent management messages in a cluster, test fails sporadically

2011-01-19 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway updated QPID-3007: -- Description: Management messages on different members of a cluster can be different, which can cause a

RFC: svn branching for new feature development

2011-01-19 Thread Ken Giusti
Hi all, I've been working on the C++ broker flow control feature that I QIP'ed about last week. I'm planning on having the feature complete in time for the 0.10 release. My concern is that I've been making a number of changes in my local sandbox that are, well, _local_. I'm just a dropped

Re: RFC: svn branching for new feature development

2011-01-19 Thread Andrew Stitcher
On Wed, 2011-01-19 at 13:27 -0500, Ken Giusti wrote: ... Would it make sense, in general, to allow developers to create branches for the development of new or possibly disruptive features? We could leave it up to the release manager to make the go/no-go call for merging the branch prior

RE: svn branching for new feature development

2011-01-19 Thread Steve Huston
Hi Ken, I've been working on the C++ broker flow control feature that I QIP'ed about last week. I'm planning on having the feature complete in time for the 0.10 release. Cool. My concern is that I've been making a number of changes in my local sandbox that are, well, _local_. I'm just

RE: svn branching for new feature development

2011-01-19 Thread Andrew Stitcher
On Wed, 2011-01-19 at 14:26 -0500, Steve Huston wrote: ... I also recommend a JIRA for the work being done that tracks what the goal is, the branch name/URL and a central tracked place for all this info. Notwithstanding everything I said in my other email, I agree that creating a JIRA

RE: RFC: svn branching for new feature development

2011-01-19 Thread Robbie Gemmell
You can use svn branches as well using git-svn in much the same way, no need to use github. You just make a new local branch based off a remote svn branch (or use git-svn to make the svn branch I believe) and then the workflow is really just the same as when working with trunk but dcommiting to

[jira] Created: (QPID-3008) QueueBrowserAutoAckTest#testFailoverWithQueueBrowser fails with the 0-10 Java client

2011-01-19 Thread Andrew Kennedy (JIRA)
QueueBrowserAutoAckTest#testFailoverWithQueueBrowser fails with the 0-10 Java client Key: QPID-3008 URL: https://issues.apache.org/jira/browse/QPID-3008 Project:

QPID-3008 / 0-10 Java Client Failover / Queue Browser Oddity

2011-01-19 Thread Andrew Kennedy
Hi. I'm about to commit a change that will alter the behaviour of the AMQP 0-10 Java client during failover. To be specific, the mechanics of client failover, despite some shared classes and packages (FailoverPolicy for example) differ greatly between 0-8/0-9 and 0-10. The earlier client

[jira] Created: (QPID-3009) Perl binding to Qpid messaging

2011-01-19 Thread Hao Chang Yu (JIRA)
Perl binding to Qpid messaging -- Key: QPID-3009 URL: https://issues.apache.org/jira/browse/QPID-3009 Project: Qpid Issue Type: New Feature Components: Qpid Examples Affects Versions: 0.8

[jira] Updated: (QPID-3009) Perl binding to Qpid messaging

2011-01-19 Thread Hao Chang Yu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chang Yu updated QPID-3009: --- Component/s: (was: Qpid Examples) C++ Client Description: As we need to use

[jira] Updated: (QPID-3009) Perl binding to Qpid messaging

2011-01-19 Thread Hao Chang Yu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chang Yu updated QPID-3009: --- I did not create a make file for it as I am not familiar to automake/autoconf. That will be great if you

[jira] Commented: (QPID-3009) Perl binding to Qpid messaging

2011-01-19 Thread Hao Chang Yu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12983999#action_12983999 ] Hao Chang Yu commented on QPID-3009: I haven't create a makefile for it as I am not very

[jira] Updated: (QPID-3009) Perl binding to Qpid messaging

2011-01-19 Thread Hao Chang Yu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chang Yu updated QPID-3009: --- Comment: was deleted (was: I did not create a make file for it as I am not familiar to

[jira] Updated: (QPID-3009) Perl binding to Qpid messaging

2011-01-19 Thread Hao Chang Yu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chang Yu updated QPID-3009: --- Comment: was deleted (was: I haven't create a makefile for it yet as I am not familiar with

[jira] Updated: (QPID-3009) Perl binding to Qpid messaging

2011-01-19 Thread Hao Chang Yu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hao Chang Yu updated QPID-3009: --- Attachment: qpid_perl.patch patch file for perl qpid messaging. Perl binding to Qpid messaging