[jira] Issue Comment Edited: (QPID-2800) Add configurable timeout on Connection object for 0-10 codepath

2010-09-08 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12907472#action_12907472 ] Rajith Attapattu edited comment on QPID-2800 at 9/8/10 11:02 PM

Re: svn commit: r992352 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/queue/QueuePolicyTest.java

2010-09-07 Thread Rajith Attapattu
...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org

[jira] Created: (QPID-2844) JMS client should use the exchange given in the address if the exchange name is not explicitly given in x-bindings

2010-09-02 Thread Rajith Attapattu (JIRA)
://issues.apache.org/jira/browse/QPID-2844 Project: Qpid Issue Type: Bug Components: Java Client Reporter: Rajith Attapattu Assignee: Rajith Attapattu Priority: Minor Fix For: 0.7 Consider the following address MRKT;{link

[jira] Created: (QPID-2845) JMS client should allow arbitary arguments map in the x-bindings section

2010-09-02 Thread Rajith Attapattu (JIRA)
: Bug Reporter: Rajith Attapattu Assignee: Rajith Attapattu Priority: Minor Fix For: 0.7 Currently the JMS client does not allow an arbitrary arguments map in the x-bindings section. Instead options like qpid.max_size are specified as top level

Re: Release - End Oct

2010-08-30 Thread Rajith Attapattu
: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr

Re: Updating the 0-10 Java transport layer

2010-08-20 Thread Rajith Attapattu
- Apache Qpid - AMQP Messaging Implementation Project:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP

[jira] Commented: (QPID-2811) Rationalise 0-10 Transport Interface

2010-08-20 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900716#action_12900716 ] Rajith Attapattu commented on QPID-2811: Andrew, Could you please be more specific

[jira] Commented: (QPID-2813) Update current 0-10 socket connection to conform to new mechanism

2010-08-20 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900718#action_12900718 ] Rajith Attapattu commented on QPID-2813: Again, I would like to see what the new

[jira] Commented: (QPID-2818) Make Transport mechanisms into OSGi plugins

2010-08-20 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900722#action_12900722 ] Rajith Attapattu commented on QPID-2818: While I am not again making the transports

Re: Updating the 0-10 Java transport layer

2010-08-20 Thread Rajith Attapattu
- Apache Qpid - AMQP Messaging Implementation Project:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com

[jira] Commented: (QPID-2811) Rationalise 0-10 Transport Interface

2010-08-20 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900730#action_12900730 ] Rajith Attapattu commented on QPID-2811: -1 on removing the ability to load

[jira] Commented: (QPID-2811) Rationalise 0-10 Transport Interface

2010-08-20 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12900733#action_12900733 ] Rajith Attapattu commented on QPID-2811: The IoTransport class is not used

Re: Updating the 0-10 Java transport layer

2010-08-20 Thread Rajith Attapattu
On Fri, Aug 20, 2010 at 11:37 AM, Andrew Kennedy andrewinternatio...@gmail.com wrote: On 20 August 2010 16:16, Rajith Attapattu rajit...@gmail.com wrote: I would like to see the following in any future work carried out in the area. 1. Move the additional transport code out of common module

[jira] Created: (QPID-2808) JMS client failover fails due to a locking issue present in the Connection/Session classes in the transport package.

2010-08-17 Thread Rajith Attapattu (JIRA)
://issues.apache.org/jira/browse/QPID-2808 Project: Qpid Issue Type: Bug Components: Java Client Reporter: Rajith Attapattu Assignee: Rajith Attapattu Fix For: 0.7 Description of problem

[jira] Created: (QPID-2809) Once an AMQDestination object resolves an address, it should not try to resolve it again when used in subsequent operations.

2010-08-17 Thread Rajith Attapattu (JIRA)
URL: https://issues.apache.org/jira/browse/QPID-2809 Project: Qpid Issue Type: Improvement Components: Java Client Reporter: Rajith Attapattu Assignee: Rajith Attapattu Fix For: 0.7 Once an AMQDestination object resolves

Re: 0-10 Session Close and Failover

2010-08-13 Thread Rajith Attapattu
On Fri, Aug 13, 2010 at 11:05 AM, Andrew Kennedy andrewinternatio...@gmail.com wrote: On 3 August 2010 21:52, Rajith Attapattu rajit...@gmail.com wrote: The java-cpp-cluster test profile was hanging due to your checkin, since a non zero timeout causes stale sessions to interfere with proper

Re: Rename drain and spout? qpid-python-test ....

2010-08-11 Thread Rajith Attapattu
- Apache Qpid - AMQP Messaging Implementation Project:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com

[jira] Commented: (QPID-2418) Existing durable subscription with selector is not unsubscribed during change to new subscription

2010-08-04 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895380#action_12895380 ] Rajith Attapattu commented on QPID-2418: Robbie, I believe you put this on hold

[jira] Created: (QPID-2786) Cannot create a durable subscription using a destination created with an addressing string

2010-08-04 Thread Rajith Attapattu (JIRA)
Project: Qpid Issue Type: Bug Components: Java Client Reporter: Rajith Attapattu Assignee: Rajith Attapattu Fix For: 0.7 If you pass in a topic created using an addressing string, to createDurableSubscriber method, the JMS client throws

Re: 0-10 Session Close and Failover

2010-08-03 Thread Rajith Attapattu
Implementation Project:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project

[jira] Created: (QPID-2774) Incorrect logic when querying for existance of an exchange while parsing an address string.

2010-07-28 Thread Rajith Attapattu (JIRA)
Project: Qpid Issue Type: Bug Components: Java Client Reporter: Rajith Attapattu Assignee: Rajith Attapattu Priority: Minor Fix For: 0.7 Consider the following address string, HELLO/world; {create: never, node: { type: topic

[jira] Created: (QPID-2766) string to double conversion results in questionable precision

2010-07-27 Thread Rajith Attapattu (JIRA)
Components: Java Client Affects Versions: 0.6 Reporter: Rajith Attapattu Assignee: Rajith Attapattu Priority: Minor Fix For: 0.7 The following test: public void testString2Double_1() { try { Message message = senderSession.createMessage

Re: svn commit: r979283 - in /qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/transport: Session.java SessionDelegate.java

2010-07-26 Thread Rajith Attapattu
...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org

Re: svn commit: r979283 - in /qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/transport: Session.java SessionDelegate.java

2010-07-26 Thread Rajith Attapattu
failures to the list. -- Rob On 26 July 2010 16:28, Rajith Attapattu rajit...@gmail.com wrote: Andrew, Have you tested this change with the C++ test profiles ? Anytime the 0-10 code path is changed, please make sure to test with the C++ test profiles. For example a recent checkin cause

Re: svn commit: r979283 - in /qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/transport: Session.java SessionDelegate.java

2010-07-26 Thread Rajith Attapattu
My own view is that on checkin we should need only to be running *unit* tests (which are in rather short supply to be fair).  We should have a CI environment where *system* / *integration* tests are being run constantly with all possible profiles being tested.  IMHO unit tests for the client

Re: svn commit: r979283 - in /qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/transport: Session.java SessionDelegate.java

2010-07-26 Thread Rajith Attapattu
/Interact: mailto:commits-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project:      http://qpid.apache.org Use/Interact

[jira] Updated: (QPID-2736) Allow session.createQueue and session.createTopic methods to accept an address string

2010-07-16 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2736: --- Attachment: 0001-QPID-2736.patch I have attached a patch to make it easy for review

[jira] Created: (QPID-2737) Add support in the JMS client for x-subscribe props defined in the new addressing format

2010-07-15 Thread Rajith Attapattu (JIRA)
Project: Qpid Issue Type: Improvement Components: Java Client Reporter: Rajith Attapattu Assignee: Rajith Attapattu Priority: Minor Fix For: 0.7 The x-subscribe properties allow users to override any default values

[jira] Updated: (QPID-2736) Allow session.createQueue and session.createTopic methods to accept an address string

2010-07-15 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2736: --- Summary: Allow session.createQueue and session.createTopic methods to accept an address

[jira] Created: (QPID-2732) JMS Client should implement the reliability option from the new addressing scheme

2010-07-14 Thread Rajith Attapattu (JIRA)
Issue Type: Bug Components: Java Client Reporter: Rajith Attapattu Assignee: Rajith Attapattu Priority: Minor Fix For: 0.7 The new addressing scheme defines the following reliability modes. unreliable: there may be duplicate

[jira] Created: (QPID-2733) Temp queues created when receiving from an exchange are not auto deleted.

2010-07-14 Thread Rajith Attapattu (JIRA)
Type: Bug Reporter: Rajith Attapattu In the new addressing scheme, when you subscribe to an exchange a temp queue is created for the subscriber. This queue should be exclusive and marked auto-delete if reliability is unreliable or at-most-once. This queue should be deleted

[jira] Updated: (QPID-2733) Temp queues created when receiving from an exchange are not deleted.

2010-07-14 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2733: --- Summary: Temp queues created when receiving from an exchange are not deleted

[jira] Updated: (QPID-2732) JMS Client should implement the reliability option from the new addressing scheme

2010-07-14 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2732: --- Issue Type: Improvement (was: Bug) Description: The new addressing scheme defines

[jira] Created: (QPID-2735) If no subject is specified and if the exchange type is topic, # should be used as the default.

2010-07-14 Thread Rajith Attapattu (JIRA)
Project: Qpid Issue Type: Bug Components: Java Client Reporter: Rajith Attapattu Assignee: Rajith Attapattu Priority: Minor Fix For: 0.7 If an address string does not contain a subject and the exchange type if topic

[jira] Created: (QPID-2736) Allow session.createQueue and createTopic methods to except an address string

2010-07-14 Thread Rajith Attapattu (JIRA)
Issue Type: Improvement Components: Java Client Reporter: Rajith Attapattu Assignee: Rajith Attapattu Priority: Minor Fix For: 0.7 The session.createQueue and session.createTopic methods allows applications to create destination dynamically

[jira] Commented: (QPID-2648) Connection close in 0-10 does not include 403 error code

2010-07-08 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12886306#action_12886306 ] Rajith Attapattu commented on QPID-2648: I would assume you wanted to close

Re: new site formatting not that hot on my browser

2010-07-08 Thread Rajith Attapattu
:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use

[jira] Updated: (QPID-2723) NullPointerException thrown when you pass an address based destination to the setJMSReplyTo() in a Message.

2010-07-07 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2723: --- Attachment: QPID-2723.patch This contains a patch that fixes the issue mentioned here

[jira] Created: (QPID-2722) The JMS 0-10 client does not make use of the subject specified via qpid.subject in the application properties.

2010-07-06 Thread Rajith Attapattu (JIRA)
://issues.apache.org/jira/browse/QPID-2722 Project: Qpid Issue Type: Bug Components: Java Client Reporter: Rajith Attapattu Assignee: Rajith Attapattu Priority: Minor Fix For: 0.7 According the new addressing mechanism

[jira] Created: (QPID-2723) NullPointerException thrown when you pass an address based destination to the setJMSReplyTo() in a Message.

2010-07-06 Thread Rajith Attapattu (JIRA)
/jira/browse/QPID-2723 Project: Qpid Issue Type: Bug Components: Java Client Reporter: Rajith Attapattu Assignee: Rajith Attapattu Fix For: 0.7 When you pass a destination which was not used in consumer / producer (even when

[jira] Created: (QPID-2719) Some SSL errors do not get reported up the stack or in the log file.

2010-07-05 Thread Rajith Attapattu (JIRA)
Components: Java Client Affects Versions: 0.6, 0.5 Reporter: Rajith Attapattu Assignee: Rajith Attapattu Fix For: 0.7 For example if the client has an expired certificate, the correct error does not get reported up the stack (and does not appear

[jira] Updated: (QPID-2719) Some SSL errors do not get reported up the stack or in the log file.

2010-07-05 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2719: --- Attachment: QPID-2719.patch The attach patch contains a fix.z Some SSL errors do not get

Re: Updated download page

2010-07-02 Thread Rajith Attapattu
-- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org

Re: svn commit: r957942 - in /qpid/trunk/qpid/java: client/src/main/java/org/apache/qpid/client/ client/src/main/java/org/apache/qpid/jndi/ systests/src/main/java/org/apache/qpid/test/client/destina

2010-07-02 Thread Rajith Attapattu
- Apache Qpid - AMQP Messaging Implementation Project:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com

Re: [jira] Commented: (QPID-2694) Memory leak in 0-8/0-9 AMQSessions on channel close

2010-06-30 Thread Rajith Attapattu
- Apache Qpid - AMQP Messaging Implementation Project:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid

[jira] Created: (QPID-2696) Addressing strings in the jndi properties file is interpreted as binding urls

2010-06-25 Thread Rajith Attapattu (JIRA)
Issue Type: Bug Components: Java Client Reporter: Rajith Attapattu Assignee: Rajith Attapattu Priority: Critical Fix For: 0.7 I forgot to add support in PropertiesFileInitialContextFactory for the new addressing support. Addressing strings

[jira] Resolved: (QPID-2696) Addressing strings in the jndi properties file is interpreted as binding urls

2010-06-25 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-2696. Resolution: Fixed I have fixed the issue and added a test case. Addressing strings

MINANetworkDriverTest not cleaning up properly ?

2010-06-23 Thread Rajith Attapattu
) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:493) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:689) at java.lang.Thread.run(Thread.java:619) -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com

Re: [Java] Repeated test failures in broker and broker pluggin modules

2010-06-17 Thread Rajith Attapattu
Implementation Project:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project

[jira] Commented: (QPID-2657) Verify/correct error handling on client 0-10 codepath

2010-06-17 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12879773#action_12879773 ] Rajith Attapattu commented on QPID-2657: First of all, thanks for doing this. I have

Re: [jira] Commented: (QPID-2657) Verify/correct error handling on client 0-10 codepath

2010-06-17 Thread Rajith Attapattu
On Thu, Jun 17, 2010 at 10:47 AM, Andrew Kennedy andrewinternatio...@gmail.com wrote: On 17 June 2010 15:00, Rajith Attapattu (JIRA) qpid-...@incubator.apache.org wrote:    [ https://issues.apache.org/jira/browse/QPID-2657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment

Re: AMQP client library collaboration

2010-06-11 Thread Rajith Attapattu
On Thu, Jun 10, 2010 at 8:43 PM, Carl Trieloff cctriel...@redhat.com wrote: On 06/10/2010 01:21 PM, Rajith Attapattu wrote: This effort needs to be vendor neutral to encourage participation from a wider audience, as such it's not appropriate to host in under Qpid or ActiveMQ. Apache

Re: AMQP client library collaboration

2010-06-11 Thread Rajith Attapattu
: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr

Remove the old 0-8/0-10 .NET clients from the download page and remove the code from trunk.

2010-06-11 Thread Rajith Attapattu
. Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org

Re: Documentation for Java Broker Implementation

2010-06-11 Thread Rajith Attapattu
- AMQP Messaging Implementation Project:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging

Re: AMQP client library collaboration

2010-06-10 Thread Rajith Attapattu
Project:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project: http

Re: VOTE: Take the web prototype live?

2010-06-10 Thread Rajith Attapattu
Messaging Implementation Project:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation

Re: Prototype web site - now with most of the content

2010-06-10 Thread Rajith Attapattu
release. We could also tag the current trunk version before we remove it from the tree. Bye for now, Marnie On Wed, Jun 9, 2010 at 5:32 PM, Rajith Attapattu rajit...@gmail.com wrote: I would also remove the links to the old .NET clients from the download page. These clients are buggy

Re: AMQP client library collaboration

2010-06-10 Thread Rajith Attapattu
Qpid - AMQP Messaging Implementation Project:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Apache Qpid, Worlds dominant messaging middleware..!!! Senior Software Engineer WSO2 Inc -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com

Re: AMQP client library collaboration

2010-06-10 Thread Rajith Attapattu
On Thu, Jun 10, 2010 at 1:50 PM, Gordon Sim g...@redhat.com wrote: On 06/10/2010 06:21 PM, Rajith Attapattu wrote: This effort needs to be vendor neutral to encourage participation from a wider audience, as such it's not appropriate to host in under Qpid or ActiveMQ. What do you mean

Re: Prototype web site - now with most of the content

2010-06-10 Thread Rajith Attapattu
On Thu, Jun 10, 2010 at 5:46 PM, Rajith Attapattu rajit...@gmail.comwrote: On Thu, Jun 10, 2010 at 11:58 AM, Marnie McCormack marnie.mccorm...@googlemail.com wrote: All, Sorry to chip in a little late - I've been on vacation. So, the wiki should definitely stay ! A lot of the Java

Re: Prototype web site - now with most of the content

2010-06-09 Thread Rajith Attapattu
... Jonathan - Apache Qpid - AMQP Messaging Implementation Project:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com

Re: Prototype web site - now with most of the content

2010-06-08 Thread Rajith Attapattu
- Apache Qpid - AMQP Messaging Implementation Project:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com

[jira] Resolved: (QPID-2600) ACL policy doesn't permit certain characters in usernames added to groups

2010-06-07 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-2600. Resolution: Fixed The c++ acl module now allows all characters as specified in the acl

[jira] Commented: (QPID-2639) Add functionality to exclude any test using the current exclude mechanism

2010-06-07 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12876440#action_12876440 ] Rajith Attapattu commented on QPID-2639: How about if we move QpidTestCase

Re: svn commit: r951419 - in /qpid/trunk/qpid/java: client/src/main/java/client.log4j integrationtests/src/resources/sustained-log4j.xml management/client/etc/qman.log4j perftests/etc/perftests.log4

2010-06-05 Thread Rajith Attapattu
Thanks for the explanation. I appreciate it. Rajith On Sat, Jun 5, 2010 at 7:53 PM, Robbie Gemmell robbie.gemm...@gmail.com wrote: From: Rajith Attapattu [mailto:rajit...@gmail.com] Sent: 04 June 2010 19:40 I'd actually question the value of restoring these files. I thought we all agreed

Re: svn commit: r951419 - in /qpid/trunk/qpid/java: client/src/main/java/client.log4j integrationtests/src/resources/sustained-log4j.xml management/client/etc/qman.log4j perftests/etc/perftests.log4

2010-06-04 Thread Rajith Attapattu
...@qpid.apache.org - Apache Qpid - AMQP Messaging Implementation Project:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com

[Java] Repeated test failures in broker and broker pluggin modules

2010-06-03 Thread Rajith Attapattu
that is a different topic all together.) Perhaps we need to be more careful when introducing new tests and also make sure the existing tests are consistently passing before adding any more. If the builds are red for prolonged periods then we run the risk of missing out on genuine test failures. Regards, Rajith

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

2010-06-03 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12875107#action_12875107 ] Rajith Attapattu commented on QPID-2539: Marnie, All though we discussed, I do

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

2010-06-03 Thread Rajith Attapattu
to everybody concerned. Thanks, Marnie On Thu, Jun 3, 2010 at 3:08 PM, Rajith Attapattu rajit...@gmail.com wrote: Marine, I didn't see any commits related to this JIRA, so perhaps there are related JIRA's to this which have commits under them? Also there are no patches attached

Re: Performance : Qpid vs 29west UMDS , just for referenced , not for benchmark.

2010-06-02 Thread Rajith Attapattu
-- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org

[jira] Created: (QPID-2639) Add functionality to exclude any test using the current exclude mechanism

2010-06-02 Thread Rajith Attapattu (JIRA)
: Improvement Components: Java Tests Reporter: Rajith Attapattu Assignee: Rajith Attapattu Priority: Minor Currently only tests extending QpidTestCase can be excluded using the exclude file mechanism employed by the java ant tests. There are several

Re: [Java] Slow consumer test running out of memory

2010-06-01 Thread Rajith Attapattu
to the housekeeping frequency will address this in your test env. In the mean time I beleive uping the memory avalable to ant will address this. Cheers Martin On 19 May 2010 00:09, Rajith Attapattu rajit...@gmail.com wrote: Hi Martin, The slow consumer test seems to run out of memory. Could

Re: Size of the Java client

2010-05-27 Thread Rajith Attapattu
On Thu, May 27, 2010 at 12:06 PM, Emmanuel Bourg ebo...@apache.org wrote: Le 27/05/2010 01:55, Rajith Attapattu a écrit : 532K    build/lib/qpid-client-0.7.jar 32K     build/lib/mina-filter-ssl-1.0.1.jar 4.0K    build/lib/plugins 1.4M    build/lib/qpid-common-0.7.jar 24K     build/lib/qpid

Re: Size of the Java client

2010-05-27 Thread Rajith Attapattu
a message and default to noop if no binding is present. -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr

[jira] Created: (QPID-2629) Remove Java client dependency on commons-collection.jar

2010-05-26 Thread Rajith Attapattu (JIRA)
: C++ Client Reporter: Rajith Attapattu Assignee: Rajith Attapattu The JMS client has only a single dependency on the commons-collection.jar. It is using the RefereneMap in the message delegates to store the destination cache. It would be nice if we could use an alternative

[jira] Updated: (QPID-2629) Remove Java client dependency on commons-collection.jar

2010-05-26 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2629: --- Fix Version/s: 0.7 Priority: Minor (was: Major) Remove Java client dependency

[jira] Updated: (QPID-2629) Remove Java client dependency on commons-collection.jar

2010-05-26 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2629: --- Attachment: QPID-2629.patch Attached is patch where I have included the required source files

[jira] Updated: (QPID-2629) Remove Java client dependency on commons-collection.jar

2010-05-26 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2629: --- Component/s: Java Client (was: C++ Client) Changed the component to java

Re: Size of the Java client

2010-05-26 Thread Rajith Attapattu
- Apache Qpid - AMQP Messaging Implementation Project:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP

[Java] Removing MINA as a dependency on common and client modules

2010-05-25 Thread Rajith Attapattu
, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org

Re: [Java] Removing MINA as a dependency on common and client modules

2010-05-25 Thread Rajith Attapattu
On Tue, May 25, 2010 at 10:12 AM, Emmanuel Bourg ebo...@apache.org wrote: Le 25/05/2010 16:02, Rajith Attapattu a écrit : Even though the 0-10 code path is not using MINA as a transport,  it still has to carry those jar files as a dependency due to, 1. our transports being in the common

Re: [Java] Removing MINA as a dependency on common and client modules

2010-05-25 Thread Rajith Attapattu
On Tue, May 25, 2010 at 10:25 AM, Emmanuel Bourg ebo...@apache.org wrote: Le 25/05/2010 16:17, Rajith Attapattu a écrit : I experimented a bit with the removal of the Mina ByteBuffer. Overall it's pretty straightforward, but it becomes a little more tricky in the JMS message hierarchy

Re: svn commit: r947672 - /qpid/trunk/qpid/java/module.xml

2010-05-24 Thread Rajith Attapattu
://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use

Re: Destination based flow control and it's affect on session level heuristics

2010-05-19 Thread Rajith Attapattu
On Wed, May 19, 2010 at 9:16 AM, Martin Ritchie ritch...@apache.org wrote: On 18 May 2010 23:08, Rajith Attapattu rajit...@gmail.com wrote: In the JMS client we use the prefetch value in determining two important heuristics in addition to using it for flow control. 1. We use the prefetch

Re: Destination based flow control and it's affect on session level heuristics

2010-05-19 Thread Rajith Attapattu
On Wed, May 19, 2010 at 10:32 AM, Martin Ritchie ritch...@apache.org wrote: On 19 May 2010 14:36, Rajith Attapattu rajit...@gmail.com wrote: On Wed, May 19, 2010 at 9:16 AM, Martin Ritchie ritch...@apache.org wrote: On 18 May 2010 23:08, Rajith Attapattu rajit...@gmail.com wrote: In the JMS

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

2010-05-18 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12868636#action_12868636 ] Rajith Attapattu commented on QPID-2586: Rafi did have a fix for this, but didn't

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

2010-05-18 Thread Rajith Attapattu
On Tue, May 18, 2010 at 7:13 AM, Andrew Kennedy andrewinternatio...@gmail.com wrote: On 17 May 2010 17:43, Carl Trieloff cctriel...@redhat.com wrote: part I am confused about in the thread is the following: Why introduce additional opperations to the ACL file format when they can already be

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

2010-05-18 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12868696#action_12868696 ] Rajith Attapattu commented on QPID-2559: Hi Martin, I am a little confused about

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

2010-05-18 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12868707#action_12868707 ] Rajith Attapattu commented on QPID-2559: Minor correction. The current

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

2010-05-18 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12868770#action_12868770 ] Rajith Attapattu commented on QPID-2559: Martin, I checked in a fix

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

2010-05-18 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12868791#action_12868791 ] Rajith Attapattu commented on QPID-2559: I was as blind as a bat there. I completely

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

2010-05-18 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12868834#action_12868834 ] Rajith Attapattu commented on QPID-2559: I think I need to investigate why

Destination based flow control and it's affect on session level heuristics

2010-05-18 Thread Rajith Attapattu
: Puts less burden on the end users Cons: Creating such a formula may not be straightforward. Your comments and suggestions are most appreciated ! Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP

[jira] Commented: (QPID-2515) Need to be able to set flow control in Java on a per destination level

2010-05-18 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1286#action_1286 ] Rajith Attapattu commented on QPID-2515: Added support for this at rev 945945

Re: Multiple topics per queue with the JMS API

2010-05-17 Thread Rajith Attapattu
: session.exchangeBind(myqueue, amq.topic, topic1, null); With the JMS API it seems significantly more convoluted. I've been able to get only one topic per queue so far. Thank you, Emmanuel Bourg -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com

Re: Multiple topics per queue with the JMS API

2010-05-17 Thread Rajith Attapattu
to the server is initialized. Emmanuel Bourg Le 17/05/2010 15:52, Rajith Attapattu a écrit : Hi Emmanuel, It can be done easily using the new addressing format. For example you could use the following in the jndi.properties file. destination.myTopic = ADDR:amq.topic/topic1; { create: always

Re: [.net]: some debate please

2010-05-17 Thread Rajith Attapattu
, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org

Re: Multiple topics per queue with the JMS API

2010-05-17 Thread Rajith Attapattu
in the java client it may subject to change. Hope that helps, Martin -- Martin Sent from my iPhone On 17 May 2010, at 15:54, Rajith Attapattu rajit...@gmail.com wrote: You could use session.createTopic(address-string) or session.createQueue(address-string) and pass in the above string. Let

Re: svn commit: r944086 - /qpid/trunk/qpid/java/client/example/src/main/java/org/apache/qpid/example/amqpexample/

2010-05-14 Thread Rajith Attapattu
be a problem. Rajith Carl. - Apache Qpid - AMQP Messaging Implementation Project:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith

<    4   5   6   7   8   9   10   11   12   13   >