[jira] Commented: (QPID-2482) Topic Exchange can duplicate messages.

2010-04-09 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12855314#action_12855314 ] Emmanuel Bourg commented on QPID-2482: -- The same issue exists with the Java broker

[jira] Created: (QPID-2490) TKTestListener's need to use Atomic counters.

2010-04-09 Thread Martin Ritchie (JIRA)
TKTestListener's need to use Atomic counters. - Key: QPID-2490 URL: https://issues.apache.org/jira/browse/QPID-2490 Project: Qpid Issue Type: Bug Components: Java Tests Affects

[jira] Created: (QPID-2491) readlink is not cross platform

2010-04-09 Thread Martin Ritchie (JIRA)
readlink is not cross platform -- Key: QPID-2491 URL: https://issues.apache.org/jira/browse/QPID-2491 Project: Qpid Issue Type: Bug Components: Java Broker, Java Tools Reporter: Martin

Re: Moving brokertest.py to qpid/tests

2010-04-09 Thread Alan Conway
On 04/08/2010 10:45 AM, Rajith Attapattu wrote: On Thu, Apr 8, 2010 at 10:42 AM, Alan Conwayacon...@redhat.com wrote: On 04/08/2010 10:20 AM, Rafael Schloming wrote: Rajith Attapattu wrote: I am fine with moving it to an appropriate location. On Thu, Apr 8, 2010 at 9:19 AM, Alan

Extended Address Options

2010-04-09 Thread Jonathan Robie
The new address syntax allows options that affect the behavior of Senders or Receivers. These are called Extended Address Options. But they aren't really related to the address itself, some specify aspects of the resolution process, others specify message transfer semantics. The term Address

Re: Extended Address Options

2010-04-09 Thread Alan Conway
On 04/09/2010 09:23 AM, Jonathan Robie wrote: The new address syntax allows options that affect the behavior of Senders or Receivers. These are called Extended Address Options. But they aren't really related to the address itself, some specify aspects of the resolution process, others specify

Re: Extended Address Options

2010-04-09 Thread Jonathan Robie
On 04/09/2010 09:29 AM, Alan Conway wrote: Not so simple if you want to pass multiple addresses on the command line - you need a way to keep things together. In fact I think we want a URL syntax that includes broker host/port/connection-options AND address info in one string, so you can

[jira] Created: (QPID-2492) Changes to brokertest.py to better manage Windows brokers

2010-04-09 Thread Steve Huston (JIRA)
Changes to brokertest.py to better manage Windows brokers - Key: QPID-2492 URL: https://issues.apache.org/jira/browse/QPID-2492 Project: Qpid Issue Type: Improvement

[jira] Created: (QPID-2493) AMQPEncodedMapMessage does not support nested maps and lists

2010-04-09 Thread Rajith Attapattu (JIRA)
AMQPEncodedMapMessage does not support nested maps and lists Key: QPID-2493 URL: https://issues.apache.org/jira/browse/QPID-2493 Project: Qpid Issue Type: Bug

[jira] Resolved: (QPID-2493) AMQPEncodedMapMessage does not support nested maps and lists

2010-04-09 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-2493. Resolution: Fixed A fix was committed at 932467 and tests added. AMQPEncodedMapMessage

[jira] Created: (QPID-2494) Node assertions don't work for node-property types ( topic, queue )

2010-04-09 Thread Jonathan Robie (JIRA)
Node assertions don't work for node-property types ( topic, queue ) Key: QPID-2494 URL: https://issues.apache.org/jira/browse/QPID-2494 Project: Qpid Issue Type: Bug

[jira] Closed: (QPID-2494) Node assertions don't work for node-property types ( topic, queue )

2010-04-09 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim closed QPID-2494. Resolution: Not A Problem The issue here is that the address option used is wrong. It is node not

[jira] Created: (QPID-2498) Upgrade Mina to 1.1.7

2010-04-09 Thread Emmanuel Bourg (JIRA)
Upgrade Mina to 1.1.7 - Key: QPID-2498 URL: https://issues.apache.org/jira/browse/QPID-2498 Project: Qpid Issue Type: Improvement Components: Java Broker, Java Client Affects Versions: 0.6

Re: Empty source directories

2010-04-09 Thread Rajith Attapattu
On Fri, Apr 9, 2010 at 1:18 PM, Emmanuel Bourg ebo...@apache.org wrote: Rajith Attapattu a écrit : Could you pls create a JIRA and attach a patch for this? I don't think it's possible to create a patch that removes directories, 'svn diff' just skips them. My bad, I will take care of this