Re: Please welcome Phil Harvey as committer

2012-12-14 Thread Rajith Attapattu
+1 Welcome Philip Rajith On Fri, Dec 14, 2012 at 1:04 PM, Cliff Jansen cliffjan...@gmail.com wrote: +1. Welcome! On Fri, Dec 14, 2012 at 9:42 AM, Carl Trieloff cctriel...@redhat.com wrote: Phil was nominated for committer and has accepted. Please join me in welcoming him. Phil, you will

Preserving the original JMS Message ID when a message is sent across multiple vendors using a bridge.

2013-01-16 Thread Rajith Attapattu
There are two issues preventing the above when using the Qpid JMS client. 1. Qpid JMS client currently enforces the message ID to be a UUID as it's needed by the underlying 0-10 implementation. Therefore when a message bridge attempts to copy a message from one vendor to the Qpid message, it

Re: Preserving the original JMS Message ID when a message is sent across multiple vendors using a bridge.

2013-01-17 Thread Rajith Attapattu
After some further investigation it appears I have got the requirements wrong. Sorry about that. The second issue I mentioned (provider overriding the message -id) *may* no longer be a concern here. (My original email was based on a conversation I had when trying to find the use cases behind the

Re: Preserving the original JMS Message ID when a message is sent across multiple vendors using a bridge.

2013-01-17 Thread Rajith Attapattu
more as to how you would store them separately ? Maybe I misunderstood your intention here, but it seems something similar to what I suggested in my original email (of course based on wrong info I received). Rajith Robbie On 17 January 2013 16:19, Rajith Attapattu rajit...@gmail.com wrote

Re: Preserving the original JMS Message ID when a message is sent across multiple vendors using a bridge.

2013-01-17 Thread Rajith Attapattu
On Thu, Jan 17, 2013 at 12:43 PM, Robbie Gemmell robbie.gemm...@gmail.com wrote: Yep, 3272 Gotcha. Seperate as in store the provided String in a field which is separate from the UUID in the header where we would normally store the passed in message id value, and return this when

Re: Preserving the original JMS Message ID when a message is sent across multiple vendors using a bridge.

2013-01-17 Thread Rajith Attapattu
will be preserved. Agreed. The use cases we are discussing is for 'foreign' messages and forwarding/routing agents. The default behavior will always assign a unique message-id before sending it on the wire. On Thu, Jan 17, 2013 at 1:07 PM, Rajith Attapattu rajit...@gmail.comwrote: On Thu, Jan 17

Re: Preserving the original JMS Message ID when a message is sent across multiple vendors using a bridge.

2013-01-17 Thread Rajith Attapattu
On Thu, Jan 17, 2013 at 5:00 PM, Robbie Gemmell robbie.gemm...@gmail.com wrote: ( ( ...and in continuation of this one-thought-per-email demonstration, it further occurs to me that you can reset 'read only' messages and then use them again so I guess thats going back to the original question

Re: Preserving the original JMS Message ID when a message is sent across multiple vendors using a bridge.

2013-01-17 Thread Rajith Attapattu
On Thu, Jan 17, 2013 at 5:27 PM, Robbie Gemmell robbie.gemm...@gmail.com wrote: I was actually asking Hiram what ActiveMQ does... Gotcha. It would be interesting to know the details. Rajith - To unsubscribe, e-mail:

Review Request: Add the ability to turn message replay on/off.

2013-01-18 Thread rajith attapattu
envirnoment to verify that this fix has succesfully resolved QPID-4541. Thanks, rajith attapattu

Re: Review Request: Add the ability to turn message replay on/off.

2013-01-18 Thread rajith attapattu
. Thanks, rajith attapattu

Re: summary/conclusion (was Re: mailing lists and fragmented communication)

2013-01-21 Thread Rajith Attapattu
+1 Rajith On Mon, Jan 21, 2013 at 11:04 AM, Justin Ross jr...@apache.org wrote: For me, Gordon's stated summary is the best argument for one discussion list. The users/dev split is conventional, but it is not particularly good for our project. For one, the user/developer distinction is

Re: Proposal to adjust our source tree layout

2013-01-22 Thread Rajith Attapattu
On Tue, Jan 22, 2013 at 4:55 AM, Rob Godfrey rob.j.godf...@gmail.com wrote: In order to communicate better how Proton and other components make up the Qpid project I think we need to take a good hard look at how we present ourselves through the website, our documentation, and in our mailing

Re: svn commit: r1437101 - /qpid/trunk/qpid/cpp/src/qpid/client/SslConnector.cpp

2013-01-23 Thread Rajith Attapattu
+1 Robbie just summed up what I had to say. Rajith On Tue, Jan 22, 2013 at 8:04 PM, Robbie Gemmell robbie.gemm...@gmail.com wrote: Agreed that it should have a JIRA. I have been intending to raise this subject again for a while now as there have been an increasing number of cases lately, but

Re: Review Request: Add the ability to turn message replay on/off.

2013-01-24 Thread rajith attapattu
generated e-mail. To reply, visit: https://reviews.apache.org/r/9027/#review15629 --- On Jan. 18, 2013, 10:54 p.m., rajith attapattu wrote: --- This is an automatically generated e-mail

Re: Delete topic

2013-01-31 Thread Rajith Attapattu
Can you please paste your address strings for your sender and receivers ? It appears you are using a shared queue here. Regards, Rajith On Thu, Jan 31, 2013 at 8:46 AM, haiduc sfodor...@gmail.com wrote: Hi all, I have encountered this issue with version 0.20 c++ broker, that was not

Re: Toward a new Qpid website

2013-02-05 Thread Rajith Attapattu
Justin, Thanks a lot for working on this. I really appreciate that. I like how the content is organized. The structure is a big improvement over what we have. The biggest improvement is the individual component pages! I really like the structure there. However I'm not too keen about the

Re: Welcome Fraser as committer

2013-02-25 Thread Rajith Attapattu
Welcome Fraser! Appreciate your work on the java QMF sutff. Rajith On Mon, Feb 25, 2013 at 1:57 PM, Carl Trieloff cctriel...@redhat.com wrote: Fraser Adams has been nominated for committer for qpid and has accepted. Please join me in welcoming him to the project!. Fraser, we are watching to

Re: timeouts after sending huge message

2013-03-04 Thread Rajith Attapattu
Are you able to see the same issue with a more recent release? The latest release is 0.20 and we are close to getting 0.22 out as well. Are you able to try your use case with the latest client and report the results ? Regards, Rajith On Fri, Mar 1, 2013 at 2:26 AM, Nitin Walke

Comparing two JMS Destinations created using address strings.

2013-03-11 Thread Rajith Attapattu
Hi All, While fixing QPID-3769, I came across this issue. There are two options for implementing the equals method (and hashcode). 1. Check the type and name to ensure they both point to the same destination (which could be a queue or an exchange in pre 1.0 terms). 2. Do a comprehensive check

Re: Comparing two JMS Destinations created using address strings.

2013-03-25 Thread Rajith Attapattu
should be either an instance of Topic or Queue, which will avoid most of these ugly issue. Regards, Rajith On Mon, Mar 25, 2013 at 12:48 PM, Robbie Gemmell robbie.gemm...@gmail.com wrote: On 19 March 2013 16:01, Rajith Attapattu rajit...@gmail.com wrote: On Tue, Mar 19, 2013 at 11:15 AM, Gordon

Re: Location for Java QMF2 code + QMF GUI

2013-03-25 Thread Rajith Attapattu
Actually I'd like to take a step back and ask what are our plans for QMF and management in general. Fraser, this is in no way to discourage you or devalue your current contribution. But as you rightly pointed out in the later part of your email, we should look at the bigger picture and see if we

Re: Comparing two JMS Destinations created using address strings.

2013-03-25 Thread Rajith Attapattu
types of Destinations. If we get this right, then issues such as resolving a destination, equals implementation etc will be more clear than what it is now. --Rafael On Mon, Mar 25, 2013 at 2:22 PM, Rajith Attapattu rajit...@gmail.comwrote: I didn't mean to let this issue slide. I think

Re: Location for Java QMF2 code + QMF GUI

2013-03-25 Thread Rajith Attapattu
On Mon, Mar 25, 2013 at 2:50 PM, Rajith Attapattu rajit...@gmail.com wrote: Actually I'd like to take a step back and ask what are our plans for QMF and management in general. Fraser, this is in no way to discourage you or devalue your current contribution. But as you rightly pointed out

Re: Comparing two JMS Destinations created using address strings.

2013-03-26 Thread Rajith Attapattu
On Mon, Mar 25, 2013 at 3:58 PM, Rafael Schloming r...@alum.mit.edu wrote: On Mon, Mar 25, 2013 at 3:13 PM, Rajith Attapattu rajit...@gmail.comwrote: On Mon, Mar 25, 2013 at 2:53 PM, Rafael Schloming r...@alum.mit.edu wrote: This is not the case since the time we implemented the addressing

Re: Comparing two JMS Destinations created using address strings.

2013-03-26 Thread Rajith Attapattu
On Tue, Mar 26, 2013 at 9:04 AM, Gordon Sim g...@redhat.com wrote: On 03/25/2013 06:22 PM, Rajith Attapattu wrote: I think as an interim solution I will add a check for subjects. Longer term I think (especially when we work on the new JMS client) we should probably look at implementing

Request for inclusion into the 0.22 branch

2013-03-27 Thread Rajith Attapattu
Hey Justin, I want to include the following commits into the 0.22 branch. http://svn.apache.org/r1461324 http://svn.apache.org/r1461329 Once I make some adjustments to the tests, I would need to port that as well. I will send a follow up email when I've got that sorted out. Regards, Rajith

Re: Request for inclusion into the 0.22 branch

2013-03-27 Thread Rajith Attapattu
Sorry I forgot to include the JIRA in the email. Please see https://issues.apache.org/jira/browse/QPID-3769 for context. Rajith On Wed, Mar 27, 2013 at 12:00 PM, Rajith Attapattu rajit...@gmail.com wrote: Hey Justin, I want to include the following commits into the 0.22 branch. http

Re: Request for inclusion into the 0.22 branch

2013-03-27 Thread Rajith Attapattu
will email with the commit URL once the tests are committed. I'm sorting through something else at the moment. Rajith On Wed, Mar 27, 2013 at 12:04 PM, Rajith Attapattu rajit...@gmail.com wrote: Sorry I forgot to include the JIRA in the email. Please see https://issues.apache.org/jira/browse

Re: Modularizing Qpid

2013-04-10 Thread Rajith Attapattu
+1 on this. Having the flexibility to have individual release cycles for each component will be huge advantage for us. However as Justin mentioned, we shouldn't rule out a Qpid wide release perhaps once a year or so. From a users perspective this is a great thing to have, bcos all the components

[Java Build failure] SessionCreateTest is hanging

2013-04-22 Thread Rajith Attapattu
Hi Folks, org.apache.qpid.client.SessionCreateTest hangs when I run its under the cpp profile. It works well under the java broker profile. It seems the last successful run on Jenkins was 2 days ago https://builds.apache.org/job/Qpid-Java-Cpp-Test/ Anybody else seeing this ? Regards, Rajith

Re: [Java Build failure] SessionCreateTest is hanging

2013-04-22 Thread Rajith Attapattu
/JavaExcludes:org.apache.qpid.client.SessionCreateTest#* Robbie On 22 April 2013 20:30, Rajith Attapattu rajit...@gmail.com wrote: Hi Folks, org.apache.qpid.client.SessionCreateTest hangs when I run its under the cpp profile. It works well under the java broker profile. It seems

Re: [Java Build failure] SessionCreateTest is hanging

2013-04-23 Thread Rajith Attapattu
to the client was 3 weeks ago: http://svn.apache.org/r1463158 It isn't actually running at all on the Java broker profiles: java/test-profiles/JavaExcludes:org.apache.qpid.client.SessionCreateTest#* Robbie On 22 April 2013 20:30, Rajith Attapattu rajit...@gmail.com wrote

Review Request: Address deadlock btw _messageDeliveryLock and _failoverMutex

2013-04-23 Thread rajith attapattu
Diff: https://reviews.apache.org/r/10738/diff/ Testing --- Java test suite, tests from customers and QE around the deadlock situation. Thanks, rajith attapattu

Re: Review Request: Address deadlock btw _messageDeliveryLock and _failoverMutex

2013-04-24 Thread rajith attapattu
/ClientProperties.java 1471133 Diff: https://reviews.apache.org/r/10738/diff/ Testing --- Java test suite, tests from customers and QE around the deadlock situation. Thanks, rajith attapattu

Re: Review Request: Address deadlock btw _messageDeliveryLock and _failoverMutex

2013-04-24 Thread rajith attapattu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10738/#review19626 --- On April 24, 2013, 12:19 p.m., rajith attapattu wrote

Re: Review Request: Address deadlock btw _messageDeliveryLock and _failoverMutex

2013-04-24 Thread rajith attapattu
:19 p.m., rajith attapattu wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10738/ --- (Updated April 24, 2013, 12:19 p.m

Request for inclusion in 0.22

2013-04-25 Thread Rajith Attapattu
I would like to include r1475810 http://svn.apache.org/r1475810 in 0.22 The corresponding JIRA (patch attached) is QPID-4714 Rajith

Re: Review Request: Address deadlock btw _messageDeliveryLock and _failoverMutex

2013-04-25 Thread rajith attapattu
. The bottom line is this issue needs to be resolved, or else people will loose confidence in our client. rajith attapattu wrote: It seems you have already noticed that there would be issues with the consumer close, since it would no longer stop deliveries occurring while closing was in progress

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

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: 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

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

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: 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

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

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

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

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

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

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

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

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

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

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: 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

Re: Client configuration Connection URL

2010-03-15 Thread Rajith Attapattu
On Mon, Mar 15, 2010 at 12:35 PM, Gordon Sim g...@redhat.com wrote: On 03/11/2010 11: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

Re: Client configuration Connection URL

2010-03-15 Thread Rajith Attapattu
On Mon, Mar 15, 2010 at 8:24 AM, Alan Conway acon...@redhat.com wrote: On 03/12/2010 10:40 AM, Rajith Attapattu wrote: On Fri, Mar 12, 2010 at 8:59 AM, Alan Conwayacon...@redhat.com  wrote: On 03/11/2010 06:41 PM, Rajith Attapattu wrote: Hi All, Currently quite a bit of options can

Re: Client configuration Connection URL

2010-03-15 Thread Rajith Attapattu
On Mon, Mar 15, 2010 at 4:25 PM, Gordon Sim g...@redhat.com wrote: On 03/15/2010 05:48 PM, Rajith Attapattu wrote: On Mon, Mar 15, 2010 at 12:35 PM, Gordon Simg...@redhat.com  wrote: On 03/11/2010 11:41 PM, Rajith Attapattu wrote: 1.2 Syntax      broker    [ ;options    ] [ ,broker

Re: Qpid docs - file structure and organization

2010-03-16 Thread Rajith Attapattu
Does this organization work? 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

Re: Qpid docs - file structure and organization

2010-03-16 Thread Rajith Attapattu
On Tue, Mar 16, 2010 at 11:37 AM, Jonathan Robie jonathan.ro...@redhat.com wrote: On 03/16/2010 11:13 AM, Rajith Attapattu wrote: Here are some general comments. Frankly I am not too happy with the current format. That's fine - the current format was created in order to use existing Wiki

Re: Version madness: places that refer to the project version.

2010-03-16 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: Qpid docs - file structure and organization

2010-03-16 Thread Rajith Attapattu
: 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 Red Hat http

Re: Client configuration Connection URL

2010-03-18 Thread Rajith Attapattu
the string fails to parse into a valid URI, long before the Qpid transport layer gets called. Cliff -Original Message- From: Rajith Attapattu [mailto:rajit...@gmail.com] Sent: Monday, March 15, 2010 10:48 AM To: dev@qpid.apache.org Subject: Re: Client configuration Connection URL

Re: Client configuration Connection URL

2010-03-19 Thread Rajith Attapattu
for the python client now, but when I finish with that I'll post a complete list for the python client. +1 I think it's a very sensible step to first figure out the requirements for each client. I will create a wiki page and add the Java client stuff. Regards, Rajith --Rafael Rajith Attapattu

Re: URL-friendly address syntax [ was Re: Client configuration Connection URL]

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

[Java] The use of setLinkedException in JMSException is not a good idea

2010-03-22 Thread Rajith Attapattu
as possible. Therefore I suggest we use initCause method as it preserve the stack trace. Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use

Re: [Java] The use of setLinkedException in JMSException is not a good idea

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

Re: Java Client Logging (yet again !)

2010-03-23 Thread Rajith Attapattu
from the test resources folder. Option 3 has support from most folks I spoke to. Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ On Mon, Mar 8, 2010 at 7:41 PM, Rajith Attapattu rajit...@gmail.com wrote: On Mon, Mar 8, 2010 at 6:09 PM, Rafael Schloming rafa...@redhat.com wrote: Rajith

Re: Java Client Logging (yet again !)

2010-03-23 Thread Rajith Attapattu
configure logging. Using this approach we could demos number of logging options i.e. log4j, jdk logging, slf4j simple, etc. Cheers Martin -- Martin Sent from my iPhone On 23 Mar 2010, at 14:15, Rajith Attapattu rajit...@gmail.com wrote: Ok the discussion veered a bit off topic. So

Re: Draft 0.6 Announcement

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

Re: Draft 0.6 Announcement

2010-03-25 Thread Rajith Attapattu
On 25 March 2010 13:30, Rajith Attapattu rajit...@gmail.com wrote: Andrew looks good to me. The mailing lists are fine as well. Robert, could we also announce the QMF and Federation support in the Java Broker? We could list it as experimental if you think it's not yet ready for prime time

Re: Rawhide compatibility patch

2010-03-29 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: Many Mb of doc related tools checked in

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

Re: Many Mb of doc related tools checked in

2010-03-31 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: svn commit: r926829 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/message/JMSDestinationTest.java

2010-03-31 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: Mina version

2010-04-01 Thread Rajith Attapattu
-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...@qpid.apache.org

Re: Moving brokertest.py to qpid/tests

2010-04-08 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: [c++]: NotAllowedException v. UnauthorizedAccessException

2010-04-08 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: http

Re: [c++]: NotAllowedException v. UnauthorizedAccessException

2010-04-08 Thread Rajith Attapattu
On Thu, Apr 8, 2010 at 10:40 AM, Gordon Sim g...@redhat.com wrote: On 04/08/2010 03:11 PM, Rajith Attapattu wrote: Gordon, are you planning to make the change ? If you are volunteering, that would be greatly appreciated! If not, yes, I will make the change. Ok I will do it :) Regards

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

Examples

2010-04-12 Thread Rajith Attapattu
code level comments, instead ship supplementary documentation that explains the finer points. Comments and suggestions are much appreciated. Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP

[JMS] ** Important ** Changing Default Destination Syntax to the new Addressing format from the 0.7 release !

2010-04-12 Thread Rajith Attapattu
the default. 1. Prefix the string with BURL: (note the colon) 2. Use -Dqpid.dest_syntax=BURL If there are any objections to this please speak now or hold your peace forever :) Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com

Re: Examples

2010-04-19 Thread Rajith Attapattu
On Tue, Apr 13, 2010 at 12:02 PM, Gordon Sim g...@redhat.com wrote: On 04/13/2010 04:36 PM, Rajith Attapattu wrote: On Tue, Apr 13, 2010 at 8:19 AM, Gordon Simg...@redhat.com  wrote: On 04/12/2010 10:30 PM, Rajith Attapattu wrote: Hi All, Judging by some of the questions on the user list

Re: Contributer Patches - Committers Requested

2010-04-22 Thread Rajith Attapattu
is made on exchangeTracker instance instead  Unassigned  Sorin Suciu Regards, Marnie -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ - Apache Qpid - AMQP Messaging Implementation Project: http

Re: Versioning DocBook and API docs on the Qpid Web Site

2010-04-23 Thread Rajith Attapattu
to the new DocBook docs. I also like the idea of not deleting the old Wiki info. Make sense? agreed. Jonathan On 04/23/2010 11:34 AM, Rajith Attapattu wrote: I would keep it simple for now. We should post the current docs as work-in-progress. Then when we release 0.7 we can then have our

[Java] PluginTest failure.

2010-04-23 Thread Rajith Attapattu
The PluginTest is failing at the moment with the following errors. Since it does not extend QpidTestCase it cannot be excluded. Therefore I will temporarily comment on the test case. Can somebody who knows the code have a look at it and fix this test case? Regards, Rajith Attapattu Red Hat

Re: Publish generated docs with svnpubsub?

2010-04-26 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: Publish generated docs with svnpubsub?

2010-04-26 Thread Rajith Attapattu
On Mon, Apr 26, 2010 at 5:05 PM, Jonathan Robie jonathan.ro...@redhat.com wrote: On 04/26/2010 04:58 PM, Rajith Attapattu wrote: I completely agree with Steve here. I really don't think we need upto the minute documentation in our website (be it static html pages or docs generated through

Re: JavaBroker v2 ACLs (QPID-2476)

2010-04-27 Thread Rajith Attapattu
: +44 7941 197 134 - 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: acl_test failing on Linux - anyoen seeing this in the automake build?

2010-04-27 Thread Rajith Attapattu
is crashing on the first test execution. -Steve - Apache Qpid - AMQP Messaging Implementation Project:      http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org -- Regards, Rajith Attapattu Red

<    1   2   3   4   5   6   7   8   9   10   >