[jira] Updated: (QPID-2559) When a subscription is created, message credits should only be set if the dispatcher is not null.

2010-05-07 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2559: --- Summary: When a subscription is created, message credits should only be set if the dispatc

[jira] Updated: (QPID-2590) Update install notes for transactions

2010-05-07 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen updated QPID-2590: --- Attachment: QPID-2590.patch Updated install notes file with configuration information for transactions

[jira] Created: (QPID-2590) Update install notes for transactions

2010-05-07 Thread Cliff Jansen (JIRA)
Update install notes for transactions - Key: QPID-2590 URL: https://issues.apache.org/jira/browse/QPID-2590 Project: Qpid Issue Type: Improvement Components: Packaging Affects Versions: 0.6

Re: Authentication failures on the Java broker

2010-05-07 Thread Emmanuel Bourg
Le 07/05/2010 21:10, Rajith Attapattu a écrit : There is no supported java Qpid API. You should use the JMS client. The same issue exists with the JMS client. I tried the publisher example in org.apache.qpid.example.pubsub and I changed the guest password in ConnectionSetup to trigger an exce

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

2010-05-07 Thread Sorin Suciu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865298#action_12865298 ] Sorin Suciu commented on QPID-2491: --- Hi Martin, Good ideea, I'll have a look on msTool.sh

[jira] Assigned: (QPID-2589) Add a .NET binding to QPID Messaging API

2010-05-07 Thread Ted Ross (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Ross reassigned QPID-2589: -- Assignee: Ted Ross > Add a .NET binding to QPID Messaging API >

[jira] Updated: (QPID-2589) Add a .NET binding to QPID Messaging API

2010-05-07 Thread Chuck Rolke (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chuck Rolke updated QPID-2589: -- Attachment: qpid_bindings.diff This code is inserted at cpp/bindings. > Add a .NET binding to QPID Mes

[jira] Created: (QPID-2589) Add a .NET binding to QPID Messaging API

2010-05-07 Thread Chuck Rolke (JIRA)
Add a .NET binding to QPID Messaging API Key: QPID-2589 URL: https://issues.apache.org/jira/browse/QPID-2589 Project: Qpid Issue Type: New Feature Components: C++ Client Affects Versions

Re: virtualhosts.xml structure change proposal

2010-05-07 Thread Jonathan Robie
On 05/07/2010 11:48 AM, Sorin S. wrote: Hi, I was thinking we could change the virtualhosts.xml so that structures like: test-queue test.direct true which make the validation of the xml file cumbersome would be replaced with something like: test.direct true +1. Jonathan

Re: Authentication failures on the Java broker

2010-05-07 Thread Rajith Attapattu
There is no supported java Qpid API. You should use the JMS client. Regards, Rajith On Fri, May 7, 2010 at 2:17 PM, Emmanuel Bourg wrote: > I noticed the Java client isn't notified when the authentication fails on > the Java broker. I can see the exception in the server log (either a > AccountN

JMS Selectors - what to document?

2010-05-07 Thread Jonathan Robie
I'm not sure how best to document JMS selectors in the Java client. Java JMS defines selectors here: http://java.sun.com/j2ee/1.4/docs/api/javax/jms/Message.html I've heard that what we have implemented is not exactly that, but corresponds to the JMS Selector BNF I used here: http://people.apa

Authentication failures on the Java broker

2010-05-07 Thread Emmanuel Bourg
I noticed the Java client isn't notified when the authentication fails on the Java broker. I can see the exception in the server log (either a AccountNotFoundException or a SaslException), but apparently the client gets nothing, no exception is returned and the exception() method of the Connect

[jira] Created: (QPID-2588) Race condition in queue

2010-05-07 Thread Gordon Sim (JIRA)
Race condition in queue --- Key: QPID-2588 URL: https://issues.apache.org/jira/browse/QPID-2588 Project: Qpid Issue Type: Bug Components: C++ Broker Affects Versions: 0.6 Reporter: Gordon Sim =

virtualhosts.xml structure change proposal

2010-05-07 Thread Sorin S.
Hi, I was thinking we could change the virtualhosts.xml so that structures like: test-queue test.direct true which make the validation of the xml file cumbersome would be replaced with something like: test.direct

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

2010-05-07 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865207#action_12865207 ] Martin Ritchie commented on QPID-2491: -- Committed patch for qpid-passwd, qpid-server. T

[jira] Updated: (QPID-2586) Give Client 0-10 close semantics not detach

2010-05-07 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie updated QPID-2586: - Status: Ready To Review (was: In Progress) > Give Client 0-10 close semantics not detach > --

[jira] Updated: (QPID-2579) InternalBrokerBaseCase can fail to test tearDown

2010-05-07 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie updated QPID-2579: - Status: Ready To Review (was: In Progress) > InternalBrokerBaseCase can fail to test tearDown > -

[jira] Updated: (QPID-2582) Update QTC to print stack traces from AppRegistry during InVM startup

2010-05-07 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie updated QPID-2582: - Status: Ready To Review (was: In Progress) > Update QTC to print stack traces from AppRegistry du

[jira] Updated: (QPID-2580) Update build path to allow plugins to use systests

2010-05-07 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie updated QPID-2580: - Status: Ready To Review (was: In Progress) > Update build path to allow plugins to use systests >

[jira] Commented: (QPID-2584) Update VirtualHost to load VirtualHostPlugins

2010-05-07 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865203#action_12865203 ] Martin Ritchie commented on QPID-2584: -- VHI upgraded but work still to be completed to

[jira] Commented: (QPID-2585) Upgrade Felix to 2.0.5

2010-05-07 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865202#action_12865202 ] Martin Ritchie commented on QPID-2585: -- Upgraded libraries but need to complete configu

[jira] Updated: (QPID-2583) Update tests to throw ConfigurationExceptions

2010-05-07 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie updated QPID-2583: - Status: Ready To Review (was: In Progress) > Update tests to throw ConfigurationExceptions >

[jira] Commented: (QPID-2581) Create a ConfigurationManager to allow plugins to provide configuration handling classes

2010-05-07 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865204#action_12865204 ] Martin Ritchie commented on QPID-2581: -- ConfigurationPlugins are loaded but currently o

[jira] Updated: (QPID-2575) Create a Connection and Session model to abstract protocol versions

2010-05-07 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie updated QPID-2575: - Status: Ready To Review (was: In Progress) > Create a Connection and Session model to abstract pr

QPID-2576 : Queue ownership in Java Broker

2010-05-07 Thread Martin Ritchie
Hi, I've been adding the ability to detect slow consumers in the Java broker with the view to disconnecting them if they hit a threshold. However, in the process of adding this functionality and ensuring that it worked across all the supported protocol versions in the Java broker I noticed that w

[jira] Resolved: (QPID-2587) PollableCondition test fails on Windows

2010-05-07 Thread Steve Huston (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Huston resolved QPID-2587. Resolution: Fixed Fixed on trunk r942096 > PollableCondition test fails on Windows > --

[jira] Created: (QPID-2587) PollableCondition test fails on Windows

2010-05-07 Thread Steve Huston (JIRA)
PollableCondition test fails on Windows --- Key: QPID-2587 URL: https://issues.apache.org/jira/browse/QPID-2587 Project: Qpid Issue Type: Bug Components: C++ Broker Affects Versions: 0.7

[jira] Commented: (QPID-2539) Update ACL file syntax to be clearer and add extra operations

2010-05-07 Thread Andrew Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865168#action_12865168 ] Andrew Kennedy commented on QPID-2539: -- Sorry for the delay in adding this... The chan

[jira] Updated: (QPID-2576) Standardise queue Ownership across protocols

2010-05-07 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie updated QPID-2576: - Summary: Standardise queue Ownership across protocols (was: Standardise queue Ownership accross

Re: Portable Strings, Characters in Maps

2010-05-07 Thread Jonathan Robie
On 05/07/2010 02:36 AM, Gordon Sim wrote: On 05/06/2010 11:27 PM, Rafael Schloming wrote: What I was saying above is that I don't think the C++ API will automatically decode the raw bytes into a wide string for you, but it has to at least give you enough information to do that yourself, otherwis

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

2010-05-07 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865144#action_12865144 ] Martin Ritchie commented on QPID-2491: -- Hi Sorin, thanks for the patch I'll commit it s

[jira] Assigned: (QPID-2586) Give Client 0-10 close semantics not detach

2010-05-07 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie reassigned QPID-2586: Assignee: Martin Ritchie > Give Client 0-10 close semantics not detach > ---

[jira] Created: (QPID-2586) Give Client 0-10 close semantics not detach

2010-05-07 Thread Martin Ritchie (JIRA)
Give Client 0-10 close semantics not detach --- Key: QPID-2586 URL: https://issues.apache.org/jira/browse/QPID-2586 Project: Qpid Issue Type: Improvement Reporter: Martin Ritchie Currentl

[jira] Created: (QPID-2585) Upgrade Felix to 2.0.5

2010-05-07 Thread Martin Ritchie (JIRA)
Upgrade Felix to 2.0.5 -- Key: QPID-2585 URL: https://issues.apache.org/jira/browse/QPID-2585 Project: Qpid Issue Type: Improvement Components: Java Broker Reporter: Martin Ritchie Assign

[jira] Created: (QPID-2584) Update VirtualHost to load VirtualHostPlugins

2010-05-07 Thread Martin Ritchie (JIRA)
Update VirtualHost to load VirtualHostPlugins -- Key: QPID-2584 URL: https://issues.apache.org/jira/browse/QPID-2584 Project: Qpid Issue Type: New Feature Components: Java Broker

[jira] Created: (QPID-2583) Update tests to throw ConfigurationExceptions

2010-05-07 Thread Martin Ritchie (JIRA)
Update tests to throw ConfigurationExceptions - Key: QPID-2583 URL: https://issues.apache.org/jira/browse/QPID-2583 Project: Qpid Issue Type: Bug Components: Java Tests Report

[jira] Created: (QPID-2582) Update QTC to print stack traces from AppRegistry during InVM startup

2010-05-07 Thread Martin Ritchie (JIRA)
Update QTC to print stack traces from AppRegistry during InVM startup - Key: QPID-2582 URL: https://issues.apache.org/jira/browse/QPID-2582 Project: Qpid Issue Type: Improve

[jira] Created: (QPID-2581) Create a ConfigurationManager to allow plugins to provide configuration handling classes

2010-05-07 Thread Martin Ritchie (JIRA)
Create a ConfigurationManager to allow plugins to provide configuration handling classes Key: QPID-2581 URL: https://issues.apache.org/jira/browse/QPID-2581 Proj

[jira] Created: (QPID-2580) Update build path to allow plugins to use systests

2010-05-07 Thread Martin Ritchie (JIRA)
Update build path to allow plugins to use systests -- Key: QPID-2580 URL: https://issues.apache.org/jira/browse/QPID-2580 Project: Qpid Issue Type: Improvement Components: Java Tests

[jira] Created: (QPID-2579) InternalBrokerBaseCase can fail to test tearDown

2010-05-07 Thread Martin Ritchie (JIRA)
InternalBrokerBaseCase can fail to test tearDown Key: QPID-2579 URL: https://issues.apache.org/jira/browse/QPID-2579 Project: Qpid Issue Type: Improvement Components: Java Tests

[jira] Created: (QPID-2578) Decide on use of String or AMQShortString in broker code base

2010-05-07 Thread Martin Ritchie (JIRA)
Decide on use of String or AMQShortString in broker code base - Key: QPID-2578 URL: https://issues.apache.org/jira/browse/QPID-2578 Project: Qpid Issue Type: Improvement C

Re: c++: performance of new vs. old API

2010-05-07 Thread Rafael Schloming
Alan Conway wrote: On 04/22/2010 02:20 PM, Rafael Schloming wrote: Alan Conway wrote: I'm happy to report that after appropriate tuning of the tests, the new API seems to perform as well as the old for basic thruput/latency tests. Detailed results attached. The main change since my previous ma

[jira] Created: (QPID-2577) Java Client does not send client ID to broker when using the 0-10 protocol

2010-05-07 Thread Martin Ritchie (JIRA)
Java Client does not send client ID to broker when using the 0-10 protocol -- Key: QPID-2577 URL: https://issues.apache.org/jira/browse/QPID-2577 Project: Qpid Issue Typ

[jira] Created: (QPID-2576) Standardise queue Ownership accross protocols

2010-05-07 Thread Martin Ritchie (JIRA)
Standardise queue Ownership accross protocols - Key: QPID-2576 URL: https://issues.apache.org/jira/browse/QPID-2576 Project: Qpid Issue Type: Bug Reporter: Martin Ritchie Currently th

[jira] Created: (QPID-2575) Create a Connection and Session model to abstract protocol versions

2010-05-07 Thread Martin Ritchie (JIRA)
Create a Connection and Session model to abstract protocol versions --- Key: QPID-2575 URL: https://issues.apache.org/jira/browse/QPID-2575 Project: Qpid Issue Type: Improvement

[jira] Commented: (QPID-2552) broker memory leaks

2010-05-07 Thread Jan Sarenik (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865110#action_12865110 ] Jan Sarenik commented on QPID-2552: --- Exactly the same fastbin catch happens with glibc-2