Re: Little patch to make (one of) python tests work

2010-03-12 Thread Rajith Attapattu
import qpid ; then        PYTHON_TESTS= - Apache Qpid - AMQP Messaging Implementation Project:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http

Re: Client configuration Connection URL

2010-03-12 Thread Rajith Attapattu
On Fri, Mar 12, 2010 at 8:59 AM, Alan Conway acon...@redhat.com wrote: On 03/11/2010 06:41 PM, Rajith Attapattu wrote: Hi All, Currently quite a bit of options can be configured via the Java Connection URL, which tends to make it ungainly and quite error prone. If we are to think in terms

[jira] Updated: (QPID-2444) JMS client does not verify that the hostname connected to matches that specified in the servers certificate

2010-03-12 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2444: --- Summary: JMS client does not verify that the hostname connected to matches that specified

[jira] Created: (QPID-2444) MS client does not verify that the hostname connected to matches that specified in the servers certificate

2010-03-12 Thread Rajith Attapattu (JIRA)
/jira/browse/QPID-2444 Project: Qpid Issue Type: Bug Components: Java Client Affects Versions: 0.6 Reporter: Rajith Attapattu Assignee: Rajith Attapattu Fix For: 0.7 The JMS client will succeed in connecting to a broker whose

[jira] Created: (QPID-2445) JMS Client needs to extract the user ID from the external auth mechanism when SASL EXTERNAL is used

2010-03-12 Thread Rajith Attapattu (JIRA)
-2445 Project: Qpid Issue Type: Bug Components: Java Client Affects Versions: 0.6 Reporter: Rajith Attapattu Assignee: Rajith Attapattu Fix For: 0.7 The JMS client needs to extract the user ID from the external mechanism

[jira] Created: (QPID-2446) JMS Client should allow a trust/key store per connection rather than one per JVM

2010-03-12 Thread Rajith Attapattu (JIRA)
Issue Type: Bug Components: Java Client Affects Versions: 0.6 Reporter: Rajith Attapattu Assignee: Rajith Attapattu Fix For: 0.7 The JMS client needs to extract the user ID from the external mechanism when SASL EXTERNAL is used. Ex. If we use

[jira] Updated: (QPID-2446) JMS Client should allow a trust/key store per connection rather than one per JVM

2010-03-12 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2446: --- Description: In some cases you would need to create connections with multiple SSL

[jira] Created: (QPID-2447) JMS Client should allow multiple connections, each with it's own SSL certificate from the same JVM

2010-03-12 Thread Rajith Attapattu (JIRA)
-2447 Project: Qpid Issue Type: Improvement Components: Java Client Affects Versions: 0.6 Reporter: Rajith Attapattu Assignee: Rajith Attapattu Fix For: 0.7 In some cases you would need to create connections with multiple SSL

[jira] Updated: (QPID-2446) JMS Client should allow a trust/key store per connection rather than one per JVM

2010-03-12 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2446: --- Description: In some cases you would need to create connections with multiple SSL

Re: Qpid Wiki in DocBook

2010-03-11 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

Client configuration Connection URL

2010-03-11 Thread Rajith Attapattu
trivially have a connection property file per connection). Comments and suggestions are most welcomed ! Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project: http

Re: Final 0.6 release candidate and vote

2010-03-10 Thread Rajith Attapattu
Use/Interact: mailto:dev-subscr...@qpid.apache.org - Apache Qpid - AMQP Messaging Implementation Project:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu

[jira] Commented: (QPID-2437) Define exceptions for messaging API

2010-03-08 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842677#action_12842677 ] Rajith Attapattu commented on QPID-2437: I hope both the c++ and python clients

Java Client Logging (yet again !)

2010-03-08 Thread Rajith Attapattu
Hi All, The current out of the box performance for the java client is somewhat impacted by the log4j issues. The solution I provided (adding a log4j.xml) for the client jar is totally wrong and no better than the previous solution. Also the code base is littered with log4j.xml files, especially

Re: Java Client Logging (yet again !)

2010-03-08 Thread Rajith Attapattu
Robbie thx for your comments ! On Mon, Mar 8, 2010 at 2:27 PM, Robbie Gemmell robbie.gemm...@gmail.com wrote: From: Rajith Attapattu [mailto:rajit...@gmail.com] Sent: 08 March 2010 15:42 To: dev@qpid.apache.org Subject: Java Client Logging (yet again !) Hi All, The current out of the box

Re: Java Client Logging (yet again !)

2010-03-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

Re: Java Client Logging (yet again !)

2010-03-08 Thread Rajith Attapattu
On Mon, Mar 8, 2010 at 6:09 PM, Rafael Schloming rafa...@redhat.com wrote: Rajith Attapattu wrote: On Mon, Mar 8, 2010 at 3:16 PM, Rafael Schloming rafa...@redhat.com wrote: Robbie Gemmell wrote: 3. From the next release we need to ship separate binaries for the broker, client

[jira] Commented: (QPID-2432) org.apache.qpid.client.XAResourceImpl doesn't handle get-/set- TransactionTimeout correctly

2010-03-05 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12842116#action_12842116 ] Rajith Attapattu commented on QPID-2432: I added fix in rev 919666 in Qpid trunk

Re: Vote for 0.6 Release (Really)

2010-03-04 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

Re: Vote for 0.6 Release (Really)

2010-03-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-2428) qpid.subject should be set on outgoing messages if the address specifies a suject

2010-03-03 Thread Rajith Attapattu (JIRA)
Issue Type: Bug Components: C++ Client, Java Client, Python Client Reporter: Rajith Attapattu Assignee: Rajith Attapattu If the address specifies a subject, then the out going message should set the qpid.subject property as an application property

[jira] Commented: (QPID-2428) qpid.subject should be set on outgoing messages if the address specifies a suject

2010-03-03 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841046#action_12841046 ] Rajith Attapattu commented on QPID-2428: The python client already contains a fix

Re: Update Building page

2010-02-24 Thread Rajith Attapattu
+To - 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

[jira] Created: (QPID-2413) ACL - error handling/bounds checking

2010-02-18 Thread Rajith Attapattu (JIRA)
Reporter: Rajith Attapattu Assignee: Rajith Attapattu Fix For: 0.7 The c++ broker accepts illegal values for the following ACL properties maxqueuesize, maxqueuecount, policytype, Only valid ACL rules should be accepted and an exception should thrown at startup

[jira] Commented: (QPID-2413) ACL - error handling/bounds checking

2010-02-18 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835320#action_12835320 ] Rajith Attapattu commented on QPID-2413: In rev 911509 in Qpid trunk, I added some

Re: svn commit: r910777 - in /qpid/trunk/qpid/java/test-profiles: CPPExcludes cpp.testprofile

2010-02-17 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: mailto:dev-subscr

[jira] Commented: (QPID-1575) TimeToLiveTest fails against C++ broker

2010-02-17 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12834774#action_12834774 ] Rajith Attapattu commented on QPID-1575: I reversed the above commit in rev 910987

Interop tests for new messaging API

2010-02-17 Thread Rajith Attapattu
working as expected. Perhaps a start would be to have clear documentation around the API, the address syntax, what message types are supported etc... Rafi has done some work on the docs, so perhaps we could use that as a guide. Based on that we could then create a set of tests. Regards, Rajith

[jira] Commented: (QPID-1831) Improve JMS Destination abstraction to better support AMQP and Qpid specific features

2010-02-17 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835108#action_12835108 ] Rajith Attapattu commented on QPID-1831: The address based parser was committed

[jira] Issue Comment Edited: (QPID-1831) Improve JMS Destination abstraction to better support AMQP and Qpid specific features

2010-02-17 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835108#action_12835108 ] Rajith Attapattu edited comment on QPID-1831 at 2/18/10 3:45 AM

[jira] Commented: (QPID-2242) JMS_QPID_DESTTYPE is not set making getJMSDestination unusable.

2010-02-17 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12835111#action_12835111 ] Rajith Attapattu commented on QPID-2242: There were several bugs in the 0-10 code

Re: 0.6 status? (was Re: Vote for 0.6 Release)

2010-02-16 Thread Rajith Attapattu
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 Messaging

[jira] Commented: (QPID-1575) TimeToLiveTest fails against C++ broker

2010-02-16 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12834325#action_12834325 ] Rajith Attapattu commented on QPID-1575: Kims fix at rev 910289 in Qpid trunk seems

[jira] Commented: (QPID-1575) TimeToLiveTest fails against C++ broker

2010-02-16 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12834555#action_12834555 ] Rajith Attapattu commented on QPID-1575: The testActiveTTL fails due to the c

Re: svn commit: r909229 [5/5] - in /qpid/branches/0.6-release/qpid: cpp/examples/ cpp/src/qpid/framing/ cpp/src/tests/ cpp/src/tests/cluster_test_scripts/ dotnet/client-010/client/client/ dotnet/cli

2010-02-12 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-2404) The following files does not have the ASL license header

2010-02-12 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12833200#action_12833200 ] Rajith Attapattu commented on QPID-2404: Fixed the files with an extra licensing

[jira] Commented: (QPID-2404) The following files does not have the ASL license header

2010-02-12 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12833205#action_12833205 ] Rajith Attapattu commented on QPID-2404: Added license headers to missing files

Re: Vote for 0.6 Release

2010-02-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/ - Apache Qpid

Re: Is anyone working on C++ broker TTL ?

2010-02-11 Thread Rajith Attapattu
a linear sweep of all queues with TTL messages so there may be some impact on performance during the sweep if you have a lot of deep queues. -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP

[jira] Assigned: (QPID-2404) The following files does not have the ASL license header

2010-02-11 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu reassigned QPID-2404: -- Assignee: Rajith Attapattu The following files does not have the ASL license header

[jira] Created: (QPID-2404) The following files does not have the ASL license header

2010-02-11 Thread Rajith Attapattu (JIRA)
: Licensing Reporter: Rajith Attapattu Priority: Blocker Fix For: 0.6 ./cpp/examples/README.verify ./cpp/src/qpid/framing/Blob.h ./cpp/src/qpid/framing/BodyHolder.cpp ./cpp/src/qpid/framing/BodyHolder.h ./cpp/src/tests/Blob.cpp ./cpp/src/tests

[jira] Commented: (QPID-2404) The following files does not have the ASL license header

2010-02-11 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12832834#action_12832834 ] Rajith Attapattu commented on QPID-2404: @Steve I also noticed that these files were

[jira] Updated: (QPID-2404) The following files does not have the ASL license header

2010-02-11 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2404: --- Attachment: rat_feb_11_2005_06_branch I have checked in the license headers for the missing

[jira] Commented: (QPID-2404) The following files does not have the ASL license header

2010-02-11 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12832835#action_12832835 ] Rajith Attapattu commented on QPID-2404: I will fix trunk with the same tomorrow

Re: Fifth (and I hope final) Release Candidate for 0.6 qpid release

2010-02-05 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: WsDmAdapterTest failure

2010-02-05 Thread Rajith Attapattu
Had a look at this closely and figured it was due to a classpath class due to Sun bundling an older version of Xalan jar. I have disabled this test until we come up with a decent solution. Rajith On Tue, Feb 2, 2010 at 9:39 AM, Rajith Attapattu rajit...@gmail.com wrote: Hi

Re: Using Qpid JMS client in Containers and restricted environments

2010-02-04 Thread Rajith Attapattu
07:53 PM, Rajith Attapattu wrote: Hi All, There have been several attempts to use Qpid JMS client within various containers like Application Servers, Servlet containers etc. However there have been a few issues around this. 1. Qpid JMS client does not implement the optional methods nor

[jira] Commented: (QPID-2386) Qpid C++ broker: add user ID in SASL: Authentication failed log message

2010-02-03 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12829119#action_12829119 ] Rajith Attapattu commented on QPID-2386: Please attach the above code segment

Re: moving stuff out of the python dir

2010-02-03 Thread Rajith Attapattu
On Wed, Feb 3, 2010 at 7:16 AM, Rafael Schloming rafa...@redhat.com wrote: Rajith Attapattu wrote: On Tue, Feb 2, 2010 at 4:23 PM, Rafael Schloming rafa...@redhat.com wrote: Some of you may recall that I ranted a bit just prior to the freeze for the 0.6 release about how lots of non-client

Using Qpid JMS client in Containers and restricted environments

2010-02-03 Thread Rajith Attapattu
Godfrey mentioned about using JNDI for any options that doesn't fit into the above methods, which I think is a good solution. Again I would like to hear any thoughts and suggestions around this. Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com

WsDmAdapterTest failure

2010-02-02 Thread Rajith Attapattu
(WSDMArtifactsDirector.java:110) at org.apache.qpid.management.wsdm.capabilities.WSDMArtifactsDirector.direct(WSDMArtifactsDirector.java:71) at org.apache.qpid.management.wsdm.capabilities.WsArtifactsFactory.getArtifactsFor(WsArtifactsFactory.java:99) ... 66 more Regards, Rajith

Re: qpidc and FreeBSD

2010-02-02 Thread Rajith Attapattu
kotasixtyn...@gmail.com wrote: I have done a little patch. Should I register in JIRA to send it or may I send it to somebody of developers? 2009/12/11 Alan Conway acon...@redhat.com On 12/10/2009 10:43 AM, Andrew Stitcher wrote: On Thu, 2009-12-10 at 10:30 -0500, Rajith Attapattu wrote

Re: moving stuff out of the python dir

2010-02-02 Thread Rajith Attapattu
://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/Interact

Re: svn commit: r904566 - /qpid/trunk/qpid/java/common/src/main/java/org/apache/qpid/transport/network/ConnectionBinding.java

2010-02-01 Thread Rajith Attapattu
-- Martin Ritchie - 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: exceptions in the new apis

2010-01-28 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-2363) JMS Map Message Should Support AMQP 0-10 Encoded Map As Message Body

2010-01-27 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805535#action_12805535 ] Rajith Attapattu commented on QPID-2363: The amqp/map MIME type is used by the other

[jira] Commented: (QPID-2363) JMS Map Message Should Support AMQP 0-10 Encoded Map As Message Body

2010-01-27 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805541#action_12805541 ] Rajith Attapattu commented on QPID-2363: My bad. It should be QPID-2226, not QPID

[jira] Commented: (QPID-2363) JMS Map Message Should Support AMQP 0-10 Encoded Map As Message Body

2010-01-27 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805745#action_12805745 ] Rajith Attapattu commented on QPID-2363: In rev 903911 I committed the above patch

[jira] Commented: (QPID-2363) JMS Map Message Should Support AMQP 0-10 Encoded Map As Message Body

2010-01-27 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805747#action_12805747 ] Rajith Attapattu commented on QPID-2363: Please note that the default for both 0-8

[jira] Commented: (QPID-2352) Add SASL encryption support for Java client

2010-01-27 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805750#action_12805750 ] Rajith Attapattu commented on QPID-2352: I have committed the above patch at rev

[jira] Created: (QPID-2363) JMS Map Message Should Support AMQP 0-10 Encoded Map As Message Body

2010-01-26 Thread Rajith Attapattu (JIRA)
Feature Components: Interop Testing, Java Client Reporter: Rajith Attapattu Assignee: Rajith Attapattu Fix For: 0.7 As part of the new API initiative in Qpid, the C++ client and python client have added support for a map message, where the content

[jira] Updated: (QPID-2363) JMS Map Message Should Support AMQP 0-10 Encoded Map As Message Body

2010-01-26 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2363: --- Attachment: QPID-2363.patch Attached is a patch that implements the AMQP 0-10 encoded Map

[jira] Commented: (QPID-2363) JMS Map Message Should Support AMQP 0-10 Encoded Map As Message Body

2010-01-26 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805237#action_12805237 ] Rajith Attapattu commented on QPID-2363: I presume we are going to use a message

[jira] Commented: (QPID-2363) JMS Map Message Should Support AMQP 0-10 Encoded Map As Message Body

2010-01-26 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805261#action_12805261 ] Rajith Attapattu commented on QPID-2363: For the 1st iteration for testing I did

[jira] Commented: (QPID-2350) Have a consistent mechanism for handling heartbeats in Java client

2010-01-21 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12803293#action_12803293 ] Rajith Attapattu commented on QPID-2350: In rev 901000 in Qpid trunk, I have already

[jira] Commented: (QPID-2351) Allow the following config properties to be set in the ConnectionURL

2010-01-21 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12803295#action_12803295 ] Rajith Attapattu commented on QPID-2351: I committed some ground work in rev 901506

Re: Removing dead links from Java Client page

2010-01-21 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] Updated: (QPID-2352) Add SASL encryption support for Java client

2010-01-21 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2352: --- Attachment: QPID-2352.patch The attached patch contains the code required to do SASL

[jira] Created: (QPID-2350) Have a consistent mechanism for handling heartbeats in Java client

2010-01-20 Thread Rajith Attapattu (JIRA)
Components: Java Client Affects Versions: 0.5 Reporter: Rajith Attapattu Assignee: Rajith Attapattu Fix For: 0.7 Currently the JMS Client has two different properties for handling heartbeats in 0-10 and 0-8/0-9 clients. One property is in secs

[jira] Created: (QPID-2351) Allow the following config properties to be set in the ConnectionURL

2010-01-20 Thread Rajith Attapattu (JIRA)
: Improvement Components: Java Client Affects Versions: 0.5 Reporter: Rajith Attapattu Assignee: Rajith Attapattu Fix For: 0.7 It would be nice if the following properties could be set in the Connection URL as individual broker properties. Currently

[jira] Created: (QPID-2352) Add SASL encryption support for Java client

2010-01-20 Thread Rajith Attapattu (JIRA)
: Rajith Attapattu Assignee: Rajith Attapattu Fix For: 0.7 Currently the c++ broker supports SASL based encryption as an alternative for SSL. The Java client needs to add support for negotiating a security layer with integrity and confidentially support and then use

[jira] Commented: (QPID-2262) Random test failures in SimpleACLTest

2010-01-19 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12802505#action_12802505 ] Rajith Attapattu commented on QPID-2262: I will keep an eye on the automated builds

[jira] Updated: (QPID-2343) Provide a consistent naming convention for JMS client properties

2010-01-19 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2343: --- Attachment: QPID-2343_take2.patch This patch contains a more improved version. The strategy

[jira] Commented: (QPID-2343) Provide a consistent naming convention for JMS client properties

2010-01-19 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12802509#action_12802509 ] Rajith Attapattu commented on QPID-2343: The second patch was based on comments

[jira] Commented: (QPID-2343) Provide a consistent naming convention for JMS client properties

2010-01-19 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12802539#action_12802539 ] Rajith Attapattu commented on QPID-2343: The QPID-2343_take2.patch was applied

Re: svn commit: r899296 - in /qpid/trunk/qpid/java: client/src/main/java/org/apache/qpid/client/ systests/src/main/java/org/apache/qpid/server/queue/

2010-01-18 Thread Rajith Attapattu
at end of file +} - Apache Qpid - AMQP Messaging Implementation Project:      http://qpid.apache.org Use/Interact: mailto:commits-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com

[jira] Created: (QPID-2343) Provide a consistent naming convention for JMS client properties

2010-01-18 Thread Rajith Attapattu (JIRA)
Components: Java Client Affects Versions: 0.6 Reporter: Rajith Attapattu Assignee: Rajith Attapattu Fix For: 0.7 It would be nice if all Qpid clients followed a similar convention for naming configuration properties. The C++ client currently use

[jira] Commented: (QPID-2343) Provide a consistent naming convention for JMS client properties

2010-01-18 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12801982#action_12801982 ] Rajith Attapattu commented on QPID-2343: The ClientProperties.java was moved

Re: svn commit: r899296 - in /qpid/trunk/qpid/java: client/src/main/java/org/apache/qpid/client/ systests/src/main/java/org/apache/qpid/server/queue/

2010-01-18 Thread Rajith Attapattu
On Mon, Jan 18, 2010 at 6:10 PM, Robert Godfrey rob.j.godf...@gmail.com wrote: Hi Rajith, 2010/1/18 Rajith Attapattu rajit...@gmail.com Rob, I noticed the following in AMQSession_0_8.java +    public void sync() throws AMQException +    { +        declareExchange(new AMQShortString

[jira] Updated: (QPID-2343) Provide a consistent naming convention for JMS client properties

2010-01-18 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2343: --- Attachment: QPID-2343.patch This contains a mechanism for standardizing the new property

[jira] Commented: (QPID-2108) ACL Enhancement to support queue limit policies

2010-01-12 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12799230#action_12799230 ] Rajith Attapattu commented on QPID-2108: Applied the patch at rev 819948 in Qpid

[jira] Commented: (QPID-2108) ACL Enhancement to support queue limit policies

2010-01-12 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12799317#action_12799317 ] Rajith Attapattu commented on QPID-2108: that's a good point. I will ping Tim

[jira] Resolved: (QPID-2174) When kerberos auth is used, Java client should use the kerberos userid domain when setting the userid in messages

2010-01-12 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-2174. Resolution: Fixed I have checked in a fix at rev 898505 in Qpid trunk. When kerberos auth

[jira] Resolved: (QPID-1839) SSLSender waits indefinitely for data to arrive when an error occurs

2010-01-12 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-1839. Resolution: Fixed This was reviewed with the help of Rafi SSLSender waits indefinitely

[jira] Resolved: (QPID-1609) Heartbeat support for java client

2010-01-12 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-1609. Resolution: Fixed The remaining portion was added by Rafael in Qpid trunk at 782633. see

[jira] Resolved: (QPID-1893) java cpp client doesn't generate heartbeats

2010-01-12 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-1893. Resolution: Fixed The fix was added by Rafael in Qpid trunk at 782633. I have reviewed

[jira] Resolved: (QPID-1677) Provide the ability to publish synchronously

2010-01-12 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-1677. Resolution: Fixed I am resolving this as there are no further comments or concerns

[jira] Resolved: (QPID-1720) If client id contains an underscore it is not recognized in connection URL parsing

2010-01-12 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-1720. Resolution: Fixed If client id contains an underscore it is not recognized in connection

[jira] Resolved: (QPID-1773) If a session exception is thrown while waiting for command completion it is ignored

2010-01-12 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-1773. Resolution: Fixed Reviewed with the help of Rafi If a session exception is thrown while

[jira] Resolved: (QPID-2074) If max_prefetch is 0 , FlowControllingBlockingQueue will eventually suspend the message flow

2010-01-12 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-2074. Resolution: Fixed The DurableSubscriptionTest which was failing due to the issue described

[jira] Resolved: (QPID-1640) Improve existing/add more failover tests

2010-01-12 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-1640. Resolution: Fixed A modified version of this patch was committed at rev 750203 in Qpid

[jira] Created: (QPID-2339) JMS (0-10 client) does not verify if it supports the SASL mechanisms sent by the broker.

2010-01-12 Thread Rajith Attapattu (JIRA)
Project: Qpid Issue Type: Bug Components: Java Client Affects Versions: 0.6 Reporter: Rajith Attapattu Assignee: Rajith Attapattu Fix For: 0.7 JMS (0-10 client) does not verify if it supports the SASL mechanisms sent by the broker

[jira] Commented: (QPID-2339) JMS (0-10 client) does not verify if it supports the SASL mechanisms sent by the broker.

2010-01-12 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12799460#action_12799460 ] Rajith Attapattu commented on QPID-2339: A fix for this has been committed at rev

Re: Consistent naming convention for JMS client properties (and possibly other clients)

2010-01-11 Thread Rajith Attapattu
On Mon, Jan 11, 2010 at 8:55 AM, Robert Godfrey rob.j.godf...@gmail.com wrote: 2010/1/8 Rajith Attapattu rajit...@gmail.com Hi All, The JMS client does not have a consistent naming convention for system properties, connection URL properties or extension properties specified in extra

[jira] Resolved: (QPID-2336) Cannot disable heatbeats in JMS client

2010-01-11 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-2336. Resolution: Fixed A fix for this was committed at rev 897922 in Qpid trunk. Cannot

[jira] Resolved: (QPID-2173) Java client should set the process ID in the client properties during Connection open

2010-01-11 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-2173. Resolution: Fixed A fix for this has been committed at rev 897985 in Qpid trunk

[jira] Commented: (QPID-2175) C++ broker should use use...@domain when authenticating messages.

2010-01-11 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12798807#action_12798807 ] Rajith Attapattu commented on QPID-2175: An improvement is added at rev 898021

Consistent naming convention for JMS client properties (and possibly other clients)

2010-01-08 Thread Rajith Attapattu
this in the new svn documentation that jonathan is putting together. A preliminary version could be added in the wiki. Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project

[jira] Created: (QPID-2336) Cannot disable heatbeats in JMS client

2010-01-08 Thread Rajith Attapattu (JIRA)
Reporter: Rajith Attapattu Assignee: Rajith Attapattu Fix For: 0.7 Currently you cannot set zero as the idle_timeout in the JMS client as it is ignored and the brokers max timeout of 120 secs is selected instead. -- This message is automatically generated

[jira] Updated: (QPID-1831) Improve JMS Destination abstraction to better support AMQP and Qpid specific features

2010-01-07 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-1831: --- Attachment: QPID-1831.patch The attached patch contains basic support for the common

<    6   7   8   9   10   11   12   13   14   >