Re: [c++ trunk] Python test failures.

2007-01-22 Thread Gordon Sim
Alan Conway wrote: Anyone seen the following python failures against the C++ broker (on the trunk) They look like the same tests that were failing due to a c++ broker bug (raising wrong error code) but that was fixed last week. It looks like the wrong type of object is being tested. Yes, that

Re: [c++ trunk] Python test failures.

2007-01-22 Thread Gordon Sim
Jim Meyering wrote: == ERROR: test_purge (tests.queue.QueueTests) -- Traceback (most recent call last): File

Re: [c++ trunk] Python test failures.

2007-01-22 Thread Jim Meyering
Gordon Sim [EMAIL PROTECTED] wrote: Alan Conway wrote: Anyone seen the following python failures against the C++ broker (on the trunk) They look like the same tests that were failing due to a c++ broker bug (raising wrong error code) but that was fixed last week. It looks like the wrong type

Re: [c++ trunk] Python test failures.

2007-01-22 Thread Jim Meyering
Gordon Sim [EMAIL PROTECTED] wrote: Jim Meyering wrote: == ERROR: test_purge (tests.queue.QueueTests) -- Traceback (most recent call last):

Re: [c++ trunk] Python test failures.

2007-01-22 Thread Jim Meyering
Jim Meyering [EMAIL PROTECTED] wrote: Another difference: I compiled with no optimization: CXXFLAGS=-g That'll certainly skew some timings. One more thing that might contribute: I'm using a Debian/unstable system, so g++ and libraries are different from the ones on rawhide and RHEL-N: $

Re: Starting ...

2007-01-22 Thread Carl Trieloff
Dorin, Welcome glad to have you interested in our project, Which language/s would you like to contribute in, C++, Java, Python, Ruby, C#? Given that we can point you in a direction to get started. Carl. Dorin Ciobanu wrote: Dear QPID members, Long story made short - the company I'm

Re: Message history and replay

2007-01-22 Thread Alan Conway
On Thu, 2007-01-18 at 15:52 +, Colin Crist wrote: Hi, A quick question... A common recovery scenario is requesting replay on a queue from a given, known message, either by its ID or by something in the header. Its saves all that mucking about with XA and makes recovery the normal way

Re: Starting ...

2007-01-22 Thread Alan Conway
On Mon, 2007-01-22 at 11:07 +0200, Dorin Ciobanu wrote: Dear QPID members, Long story made short - the company I'm working in, wishes to allocate time to developers for open source. QPID seems a good project to participate. Can you please tell me what can we do to help? :) I also have to

Re: Starting ...

2007-01-22 Thread Dorin Ciobanu
Hello! The company does telecom and telecom billing software. People are mainly involved in Java, C and C++ projects. These are the strong parts. Guys have also a lot of experience in unix like OS-es (particularly Linux and Solaris) - meaning bash/ksh/... scripting, debuging and profiling

[jira] Assigned: (QPID-308) add configurable timeout to blockForFrame().

2007-01-22 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie reassigned QPID-308: --- Assignee: Martin Ritchie add configurable timeout to blockForFrame().

[jira] Assigned: (QPID-310) AMQSession. closeProducersAndConsumers

2007-01-22 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie reassigned QPID-310: --- Assignee: Martin Ritchie AMQSession. closeProducersAndConsumers

[jira] Created: (QPID-311) Dispatcher pause logic is not thread safe.

2007-01-22 Thread Martin Ritchie (JIRA)
Dispatcher pause logic is not thread safe. -- Key: QPID-311 URL: https://issues.apache.org/jira/browse/QPID-311 Project: Qpid Issue Type: Bug Components: Java Client Reporter:

[jira] Resolved: (QPID-310) AMQSession. closeProducersAndConsumers

2007-01-22 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie resolved QPID-310. - Resolution: Fixed Completed: At revision: 498637 AMQSession. closeProducersAndConsumers

Java Build

2007-01-22 Thread Kevin Smith
Hello all - I've just checked out qpid from subversion and am trying to build the Java code. I've followed the build setup docs on the wiki but Maven appears to be unhappy: Reason: Error getting POM for 'org.apache.maven.plugins:maven-install-plugin' from the repository: Failed to resolve

[jira] Updated: (QPID-291) Support SASL authentication in .NET client

2007-01-22 Thread Tomas Restrepo (JIRA)
[ https://issues.apache.org/jira/browse/QPID-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomas Restrepo updated QPID-291: Attachment: QPID-291-2.diff Support SASL authentication in .NET client

RE: Support SASL authentication in .NET client

2007-01-22 Thread Tomas Restrepo
Hi Thomas, thanks for your patch for Qpid-291. I applied it and built and all looks good. Could you provide some brief instructions on how to test it against a broker? Is there a config file or something I have to edit to set up the policy etc. I've attached a new patch to QPID-291 that

Re: Java Build

2007-01-22 Thread Kevin Smith
Output attached. --Kevin Daniel Kulp wrote: Can you run mvn -X -e install and send the output? Sometimes there's some useful debug info there. Dan On Monday 22 January 2007 12:44, Kevin Smith wrote: Tried this with no change in the error message. I have also tried deleting my Maven

Re: Starting ...

2007-01-22 Thread Carl Trieloff
Dorin, C++ client and broker does not have all it's security options implemented yet. That is a nice unit of work with a working example already complete in Java. Carl. Alan Conway wrote: On Mon, 2007-01-22 at 11:07 +0200, Dorin Ciobanu wrote: Dear QPID members, Long story made short

Re: Message history and replay

2007-01-22 Thread Carl Trieloff
This has been asked for before. I would interested to see if an exchange could be used. I also think this might bring up the topic of chained exchanges again. Colin, do you have any interest in creating a prototype ReplyExchange to see how well it works? Carl. Alan Conway wrote: On Thu,

RE: Java Build

2007-01-22 Thread Tomas Restrepo
Reason: Error getting POM for 'org.apache.maven.plugins:maven-install-plugin' from the repository: Failed to resolve artifact, possibly due to a repository list that is not appropriately equipped for this artifact's metadata.

Re: Java Build

2007-01-22 Thread Kevin Smith
Tomas Restrepo wrote: Reason: Error getting POM for 'org.apache.maven.plugins:maven-install-plugin' from the repository: Failed to resolve artifact, possibly due to a repository list that is not appropriately equipped for this artifact's metadata.

Re: Message history and replay

2007-01-22 Thread Marnie McCormack
I've been trying to imagine the scenarios in which a user will make use of a ReplayExchange. I thought that the most common usage would be the following: - the receiving application has lost some messages sent to it and needs them to be resent from a point in time or a message ID (The only

Re: Java Build

2007-01-22 Thread Robert Greig
On 22/01/07, Kevin Smith [EMAIL PROTECTED] wrote: Are you building with the 1.6 jdk? I ran into similar issues when trying that, but reverting back to 1.5 seemed to do the trick. We have also been unable to build with 1.6 which is *extremely* frustrating since we want to run with 1.6 for

Re: Message history and replay

2007-01-22 Thread Carl Trieloff
Another very common case is consumers joining late and wanting a full reply of the queue. more comments in-line. Marnie McCormack wrote: I've been trying to imagine the scenarios in which a user will make use of a ReplayExchange. I thought that the most common usage would be the

QPID-6

2007-01-22 Thread Kevin Smith
I'm going to take a swing at implementing this as a way to learn parts of the codebase. Are there any example config files in the tree I could look at to see how we're structuring the configs? --Kevin

Re: QPID-6

2007-01-22 Thread Robert Greig
On 22/01/07, Kevin Smith [EMAIL PROTECTED] wrote: I'm going to take a swing at implementing this as a way to learn parts of the codebase. Are there any example config files in the tree I could look at to see how we're structuring the configs? That's a good one to start with. You might find

RE: Message history and replay

2007-01-22 Thread Colin Crist
Hi Alan, I've seen other replies to this but I had this in draft so will take it mail by mail.. The scenario you describe is different to my requirement - at least if I read you correctly. My requirement is a consumer initiated replay of messages from a queue where the messages are originating

RE: Message history and replay

2007-01-22 Thread Colin Crist
Hi Carl, Carl Trieloff wote: This has been asked for before. I would interested to see if an exchange could be used. I also think this might bring up the topic of chained exchanges again. Colin, do you have any interest in creating a prototype ReplyExchange to see how well it works?

Re: Java Build

2007-01-22 Thread Daniel Kulp
On Monday 22 January 2007 15:39, Robert Greig wrote: On 22/01/07, Kevin Smith [EMAIL PROTECTED] wrote: Are you building with the 1.6 jdk? I ran into similar issues when trying that, but reverting back to 1.5 seemed to do the trick. We have also been unable to build with 1.6 which is

Re: AMQP 0-9 support

2007-01-22 Thread John O'Hara
To be 0-9 compliant, you have to support the 0-8 framing by default. We can't ship at all if we're not compliant. eating own dog food and all that! Clients have to connect as version 99-0 to get the WIP framing. If that in itself does not resolve the connection issue, then an errata to

Re: introduction; management console

2007-01-22 Thread John O'Hara
We also need to do a command line client for AMQP. Its very necessary John On 12/01/07, Bhupendra Bhardwaj [EMAIL PROTECTED] wrote: Hi Nuno, patch applied. Regards, Bhupendra On 1/12/07, Nuno Santos [EMAIL PROTECTED] wrote: Bhupendra Bhardwaj wrote: So I have applied the other