Re: new mailing list for CI output

2011-05-11 Thread Rajith Attapattu
+1 Rajith On Wed, May 11, 2011 at 7:26 AM, Robbie Gemmell robbie.gemm...@gmail.com wrote: Hi all, I'd like to get a mailing list set up to direct to from the CI tasks that Andrew Kennedy has set up Jenkins/Hudson. After looking through the mail archives, the ASF naming convention for this

Re: why do we have this code

2011-05-12 Thread Rajith Attapattu
Sorry I couldn't fine anything in Exchange.cpp Could you pls point me to it ? Regards, Rajith On Thu, May 12, 2011 at 2:11 PM, Carl Trieloff cctriel...@redhat.com wrote: In Exchnage.cpp, we have an ACL check for passive... why it it there, as all exchange create calls come through declare

Re: Welcome Justin Ross as committer

2011-05-19 Thread Rajith Attapattu
Welcome and well deserved ! Yours is a good example that writing code is not the only criteria for being elected a committer. It's nice to see the effort you put into the release and your leadership around this area is well recognized and appreciated. Rajith On Thu, May 19, 2011 at 5:59 PM,

JMS Error handling

2011-05-24 Thread Rajith Attapattu
Folks, I am trying to tidy up the error handling code in the JMS client and is soliciting ideas and feedback. I also have rough proposal outlined below. Please feel free to make suggestions/improvements for the following solution or any alternative ideas that you might think maybe better.

Re: JMS Error handling

2011-05-25 Thread Rajith Attapattu
at the connection level and those which should be handled at the session level (or even somewhere down the line). Another concern in this case is the use of failover mutext as per [1]. [1] - https://issues.apache.org/jira/browse/QPID-3259 Danushka On Wed, May 25, 2011 at 1:47 AM, Rajith

JMS Session level error handling [was: JMS Error handling]

2011-05-25 Thread Rajith Attapattu
will create a JIRA and post a patch for the above proposal. Regards, Rajith On Tue, May 24, 2011 at 4:17 PM, Rajith Attapattu rajit...@gmail.com wrote: Folks, I am trying to tidy up the error handling code in the JMS client and is soliciting ideas and feedback. I also have rough proposal outlined

Review Request: QPID-3289 Session exceptions should only be notified via the exception listener, if it cannot be thrown directly to the application.

2011-06-01 Thread rajith attapattu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/833/ --- Review request for qpid. Summary --- As mentioned in the JIRA a simple

Re: 0.12 release update - upcoming dates

2011-06-02 Thread Rajith Attapattu
Justin, Wondering if you could move the beta date to 17th of June (friday) instead of the 15th? Regards, Rajith On Tue, May 31, 2011 at 5:19 PM, Justin Ross jr...@redhat.com wrote: Hi, folks. Here are some of the upcoming dates for the 0.12 release of Qpid. - 3 March - 0.12 trunk opened

Re: Review Request: QPID-3289 Session exceptions should only be notified via the exception listener, if it cannot be thrown directly to the application.

2011-06-03 Thread rajith attapattu
to rethink this section. - rajith --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/833/#review752 --- On 2011-06-02 02:52:57, rajith attapattu

Re: Qpid and AMQP 1-0: Plans?

2011-06-07 Thread Rajith Attapattu
I think we had a good discussion on this thread and some ideas/plans were floated/discussed. I am wondering where we are at in terms of the 1.0 plans ? Maybe it's a good time to restart the discussion to get some ideas about timelines or share any work that has been done in this area. Rajith On

Re: 0.12 release update - upcoming dates

2011-06-14 Thread Rajith Attapattu
easily. - Aidan On Thu, Jun 2, 2011 at 2:21 PM, Rajith Attapattu rajit...@gmail.com wrote: Justin, Wondering if you could move the beta date to 17th of June (friday) instead of the 15th? Regards, Rajith On Tue, May 31, 2011 at 5:19 PM, Justin Ross jr...@redhat.com wrote

Review Request: QPID-3265 Can't subscribe to headers exchange using address (rather than BURL)

2011-06-20 Thread rajith attapattu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/937/ --- Review request for qpid. Summary --- The patch makes the following changes

Re: Review Request: QPID-3265 Can't subscribe to headers exchange using address (rather than BURL)

2011-06-22 Thread rajith attapattu
I have created to QPID-3317 to take care of this. - rajith On 2011-06-20 17:29:56, rajith attapattu wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/937

Re: Review Request: QPID-3265 Can't subscribe to headers exchange using address (rather than BURL)

2011-06-22 Thread rajith attapattu
consumers use a destination with a named link will get an error as it will be trying to create a subscription on a private queue. Note subscription queues created based on link props are marked exclusive even if it's overridden using x-declare. - rajith On 2011-06-20 17:29:56, rajith

Re: svn commit: r1141543 - /qpid/branches/0.12/

2011-06-30 Thread Rajith Attapattu
On Thu, Jun 30, 2011 at 10:38 AM, Justin Ross jr...@redhat.com wrote: Good idea.  I'll use that for the upcoming version number changes. Nice ! Justin On Thu, 30 Jun 2011, Rajith Attapattu wrote: This is just an idea. Instead of using NO-JIRA we could create a JIRA for 0.12 and then use

Qpid specific properties for retrieving information

2011-06-30 Thread Rajith Attapattu
We currently have several Qpid specific props for retrieving information from messages. They provide a nice extension point to retrieve various information that is otherwise not exposed in standard methods. For example, with the JMS client, some folks would like to retrieve the routing-key the

Re: svn commit: r1141543 - /qpid/branches/0.12/

2011-06-30 Thread Rajith Attapattu
to recognize them and add references accordingly. It doesn't hurt to have record of what exactly was ported into the release branch. Rajith Robbie On 30 June 2011 15:25, Rajith Attapattu rajit...@gmail.com wrote: This is just an idea. Instead of using NO-JIRA we could create a JIRA for 0.12

Re: Qpid specific properties for retrieving information

2011-06-30 Thread Rajith Attapattu
On Thu, Jun 30, 2011 at 12:59 PM, Gordon Sim g...@redhat.com wrote: On 06/30/2011 05:43 PM, Rajith Attapattu wrote: Sharing and documenting these props will help ensure that all clients support it to provide a uniform experience to our end users. Agreed. I have collection what I know so

Re: Ideas to rationalise the Java test profiles.

2011-07-04 Thread Rajith Attapattu
Just to add to it, any changes to the Java client should also be tested with the cpp test profile. Any changes to the client failover mechanism should also be tested with the cpp.cluster profile. I know it's a pain to run all these profiles, especially considering each run takes about 30-40 mins.

Re: Ideas to rationalise the Java test profiles.

2011-07-05 Thread Rajith Attapattu
. Robbie On 4 July 2011 15:39, Rajith Attapattu rajit...@gmail.com wrote: Just to add to it, any changes to the Java client should also be tested with the cpp test profile. Any changes to the client failover mechanism should also be tested with the cpp.cluster profile. I know it's a pain to run all

Review Request: Concurrently executing connections are allowed to use the same client ID

2011-07-06 Thread rajith attapattu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1027/ --- Review request for qpid, Gordon Sim and Robbie Gemmell. Summary --- In

Re: Review Request: Concurrently executing connections are allowed to use the same client ID

2011-07-07 Thread rajith attapattu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1027/#review985 --- On 2011-07-07 02:17:42, rajith attapattu wrote: --- This is an automatically generated

Re: Review Request: Concurrently executing connections are allowed to use the same client ID

2011-07-07 Thread rajith attapattu
of a new method? rajith attapattu wrote: I did wonder about this myself. But once a session is detached you can no longer sync on it right (from the broker side) ? (Bcos you need a valid session to sync on). Besides when the session is detached it's marked close on the client

Re: Review Request: Concurrently executing connections are allowed to use the same client ID

2011-07-07 Thread rajith attapattu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1027/#review989 --- On 2011-07-07 02:17:42, rajith attapattu wrote: --- This is an automatically

Re: Review Request: Concurrently executing connections are allowed to use the same client ID

2011-07-08 Thread rajith attapattu
-mail. To reply, visit: https://reviews.apache.org/r/1027/#review989 --- On 2011-07-07 02:17:42, rajith attapattu wrote: --- This is an automatically generated e-mail. To reply, visit

Re: Review Request: Concurrently executing connections are allowed to use the same client ID

2011-07-08 Thread rajith attapattu
of a new method? rajith attapattu wrote: I did wonder about this myself. But once a session is detached you can no longer sync on it right (from the broker side) ? (Bcos you need a valid session to sync on). Besides when the session is detached it's marked close on the client

Re: Review Request: QPID-3345: restore/add ability to use sys props to select the NetworkTransport used to make/accept connections

2011-07-12 Thread rajith attapattu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1087/#review1041 ---

Re: Review Request: QPID-3345: restore/add ability to use sys props to select the NetworkTransport used to make/accept connections

2011-07-13 Thread rajith attapattu
On 2011-07-13 04:04:38, rajith attapattu wrote: /trunk/qpid/java/common/src/main/java/org/apache/qpid/transport/network/Transport.java, line 30 https://reviews.apache.org/r/1087/diff/1/?file=22375#file22375line30 Looking at the Transport class, I see that transports are choosen

Re: 0.12 release update - release branch created, beta available

2011-07-14 Thread Rajith Attapattu
Justin, Could we apply the fix for QPID-3302 into the release branch ? It's a very low impact change and it allows folks to use JMS to do QMF operations via Map messages. Regards, Rajith On Tue, Jul 12, 2011 at 1:31 PM, Chuck Rolke cro...@redhat.com wrote: +1 Ship it. -Chuck -

Re: 0.12 release update - release branch created, beta available

2011-07-14 Thread Rajith Attapattu
guess I got confused with the alpha release. I believe this was after the alpha, but forgot that you didn't branch until after that. Again please accept my apologies ! Rajith Justin - Original Message - From: Rajith Attapattu rajit...@gmail.com To: dev@qpid.apache.org Sent: Thursday

Re: Review Request: IPv6 support for C++ (Windows and Linux) client/broker and python

2011-08-10 Thread rajith attapattu
On 2011-08-10 14:15:46, Gordon Sim wrote: As you have noted the python client doesn't support the AMQP 0-10 defined url scheme. The c++ messaging API consequently supports the form of url used by python in addition. That code is in src/qpid/cpp/amqp_0_10/SimpleUrlParser.cpp and would

Re: IPv6 support for Java for 0.14?

2011-08-11 Thread Rajith Attapattu
On Thu, Aug 11, 2011 at 10:59 AM, Andrew Stitcher astitc...@redhat.com wrote: I've been spending much of my time in the past few weeks getting support for IPv6 in to the C++ and python code bases, and I expect to get it in the code base in the next few days (unless someone can see a problem not

Re: Packaging Qpid

2011-08-15 Thread Rajith Attapattu
We had a contributor who did build ubuntu packages for Qpid. However I am not sure about the current status and a bit of googling found the following link http://ubuntuforums.org/showthread.php?t=1785914 From searching the mailing lists for the contributor of ubuntu packages I found Mike Owens.

Re: Welcome Keith as committer

2011-08-17 Thread Rajith Attapattu
Welcome Keith ! Regards, Rajith On Wed, Aug 17, 2011 at 3:22 PM, Robbie Gemmell robbie.gemm...@gmail.com wrote: Welcome, Keith :) Robbie On 17 August 2011 18:22, Carl Trieloff cctriel...@redhat.com wrote: Keith has been nominated and voted onto Qpid as a committer and has accepted.

Re: Review Request: QPID-3415 CRAM-MD5-HASHED not supported by 0-10 protocol (+ no suppport for custom SASL mechanisms).

2011-09-06 Thread rajith attapattu
://reviews.apache.org/r/1608/ --- (Updated 2011-08-22 08:58:27) Review request for qpid and rajith attapattu. Summary --- This patch changes the 0-10 code path to create the SASL callback handler using the CallbackHandlerRegistry

Re: Failover

2011-09-15 Thread Rajith Attapattu
The issues highlighted by Robbie are pretty much the problem areas that I have identified as well (along with a few more). All in all the failover code is the Achilles heel in the JMS client and most of the stability issues, deadlocks and race conditions are around this area. I've been collecting

Re: Review Request: QPID-3415 CRAM-MD5-HASHED not supported by 0-10 protocol (+ no suppport for custom SASL mechanisms).

2011-09-16 Thread rajith attapattu
) Review request for qpid and rajith attapattu. Summary --- This patch changes the 0-10 code path to create the SASL callback handler using the CallbackHandlerRegistry. This allows the 0-10 code path to support SASL mechanisms requiring other callback handlers, such as CRAM-MD5-HASHED

Re: Failover

2011-09-19 Thread Rajith Attapattu
Thanks for posting the write up. Comments inline. On Fri, Sep 16, 2011 at 12:26 PM, Oleksandr Rudyy oru...@gmail.com wrote: Hi all, Me and Robbie created the following draft of Failover Policy for Qpid Java Client. Could you please comment on it? Qpid Java Client Failover Policy 1. Qpid

Re: [CONF] Apache Qpid System Properties

2011-09-28 Thread Rajith Attapattu
Hi Keith, The system properties are documented here http://qpid.apache.org/books/0.12/Programming-In-Apache-Qpid/html/ch03s06.html It would be nice if you can add them here as well. These docs are version controlled and is released along with the code/binaries. So if you are planning any

Re: Failover

2011-09-29 Thread Rajith Attapattu
On Thu, Sep 22, 2011 at 12:19 PM, Oleksandr Rudyy oru...@gmail.com wrote: Thanks Rajith for your commentaries. I have discussed them with Robbie, our comments inline. Qpid Java Client Failover Policy 1. Qpid client failover basic principles.

Re: Failover

2011-09-29 Thread Rajith Attapattu
On Thu, Sep 29, 2011 at 12:02 PM, Oleksandr Rudyy oru...@gmail.com wrote: Rajith, Thanks a lot for your feedback. Could you also have a look into the Failover Behaviour WIKI we created to summarize the failover behaviour? Alex nice work to get the wiki page up and running. I added my

Review Request: QPID-3401 New class structure for address refactoring

2011-10-12 Thread rajith attapattu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2366/ --- Review request for qpid, Gordon Sim, Robbie Gemmell, Weston Price, and Keith

Re: Review Request: QPID-3401 changes to the core client

2011-10-12 Thread rajith attapattu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2364/ --- (Updated 2011-10-12 21:09:40.553855) Review request for qpid, Gordon Sim,

Re: Review Request: QPID-3401 changes to the core client

2011-10-14 Thread rajith attapattu
--- On 2011-10-12 21:09:40, rajith attapattu wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2364

Re: Review Request: QPID-3401 changes to the core client

2011-10-14 Thread rajith attapattu
of mutating operations we currently have in our Destination implementations is rather incorrect (and also creates scope for thread safety issues). rajith attapattu wrote: First up, thanks for taking the time to look at the patches. I appreciate it. As for the testing situation I

Re: Review Request: QPID-3401 changes to the core client

2011-10-14 Thread rajith attapattu
of mutating operations we currently have in our Destination implementations is rather incorrect (and also creates scope for thread safety issues). rajith attapattu wrote: First up, thanks for taking the time to look at the patches. I appreciate it. As for the testing situation I

Re: Review Request: QPID-3401 changes to the core client

2011-10-14 Thread rajith attapattu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2364/#review2584 --- On 2011-10-12 21:09:40, rajith attapattu wrote

Re: Review Request: QPID-3401 New class structure for address refactoring

2011-10-14 Thread rajith attapattu
generated e-mail. To reply, visit: https://reviews.apache.org/r/2366/#review2549 --- On 2011-10-12 21:02:31, rajith attapattu wrote: --- This is an automatically generated e-mail. To reply

Re: Review Request: QPID-3401 New class structure for address refactoring

2011-10-14 Thread rajith attapattu
: https://reviews.apache.org/r/2366/#review2551 --- On 2011-10-12 21:02:31, rajith attapattu wrote: --- This is an automatically generated e-mail. To reply, visit: https

Re: Review Request: QPID-3401 New class structure for address refactoring

2011-10-14 Thread rajith attapattu
-mail. To reply, visit: https://reviews.apache.org/r/2366/#review2589 --- On 2011-10-12 21:02:31, rajith attapattu wrote: --- This is an automatically generated e-mail. To reply

Re: Address node type resolution issues

2011-10-17 Thread Rajith Attapattu
On Mon, Oct 17, 2011 at 5:54 AM, Robbie Gemmell robbie.gemm...@gmail.com wrote: Why do we resolve Address node types? This question arose during review of proposed updates to the Address syntax implementation for the Java client, but ultimately looks to be a wider question for all the clients

Re: Address node type resolution issues

2011-10-17 Thread Rajith Attapattu
On Mon, Oct 17, 2011 at 12:39 PM, Robbie Gemmell robbie.gemm...@gmail.com wrote: On 17 October 2011 16:01, Rajith Attapattu rajit...@gmail.com wrote: On Mon, Oct 17, 2011 at 5:54 AM, Robbie Gemmell robbie.gemm...@gmail.com wrote: Why do we resolve Address node types? This question arose during

Re: Address node type resolution issues

2011-10-20 Thread Rajith Attapattu
that everybody feels is appropriate and desirable. Rajith Cheers, Rob On 17 October 2011 23:09, Robbie Gemmell robbie.gemm...@gmail.com wrote: On 17 October 2011 20:58, Rajith Attapattu rajit...@gmail.com wrote: On Mon, Oct 17, 2011 at 12:39 PM, Robbie Gemmell robbie.gemm...@gmail.com wrote: On 17

Re: Address node type resolution issues

2011-10-20 Thread Rajith Attapattu
On Thu, Oct 20, 2011 at 12:38 PM, Robbie Gemmell robbie.gemm...@gmail.com wrote: On 20 October 2011 16:36, Rajith Attapattu rajit...@gmail.com wrote: On Thu, Oct 20, 2011 at 6:05 AM, Rob Godfrey rob.j.godf...@gmail.com wrote: Sorry for being a little late responding to this thread... Stepping

Re: Java 0-10 client prefetch issues

2011-10-31 Thread Rajith Attapattu
On Mon, Oct 31, 2011 at 9:18 AM, Robbie Gemmell robbie.gemm...@gmail.com wrote: Hi all, Over the weekend I made a change to the 0-10 Java client so that using prefetch=1 with transacted sessions and an OnMessage() listener would result in the client only getting 1 message at a time, by moving

Re: Java 0-10 client prefetch issues

2011-10-31 Thread Rajith Attapattu
really makes any difference to asynchronous consumers. I'm fine with the current change you've made. Lets actually look at this credit issue in more detail after the release. Robbie On 31 October 2011 15:19, Rajith Attapattu rajit...@gmail.com wrote: On Mon, Oct 31, 2011 at 9:18 AM, Robbie

Potential blockers for 0.14

2011-11-03 Thread Rajith Attapattu
Hi All, Pavel has raised QPID-3575, where connections are not being closed properly when session exceptions are raised via exception listeners. He has also observed that, explicit closing of the session (after receiving the exception) as a workaround doesn't work either. We should investigate

Release notes for the Java client

2011-11-08 Thread Rajith Attapattu
Hi Robbie (and co), I noticed at least one behavioural changes that warrants a prominent release note. I've added a comment in QPID-3583 to cover the change of acking behaviour for the AUTO_ACK case. See [1] Could you guys help with some of the changes made in the failover side. I'd let you

Re: TCP_NODELAY default value

2011-11-08 Thread Rajith Attapattu
TCP_NODELAY makes a considerable improvement in synchronous cases (sync pub, sync ack etc) and small tx cases and we generally recommend that as a tuning option to our users/customers. The reason for making TCP_NODELAY false by default is based on the assumption that in most cases people will

Re: Qpid client Android

2011-11-11 Thread Rajith Attapattu
The upcoming java client work will have this mind (in fact a requirement). The core client will have minimum (if not any) dependencies to facilitate mobile environments. We expect to do something in the 0.16 (release) time frame, if not 0.18 for sure. (We are currently about to release 0.14 and

Review Request: QPID-3604 - If connection is started and stopped, the client may get more messages than required by the prefetch value

2011-11-15 Thread rajith attapattu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2832/ --- Review request for qpid, Gordon Sim, Robbie Gemmell, Weston Price, and Oleksandr

Re: Review Request: QPID-3604 - If connection is started and stopped, the client may get more messages than required by the prefetch value

2011-11-15 Thread rajith attapattu
for an explanation for why this is needed. - rajith --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2832/#review3264 --- On 2011-11-15 15:36:36, rajith

Re: Review Request: QPID-3604 - If connection is started and stopped, the client may get more messages than required by the prefetch value

2011-11-15 Thread rajith attapattu
as part of the block here? If so are there any lock ordering issues where you could be introducing a deadlock? rajith attapattu wrote: Not that I could think of. The message-delivery-lock is taken to ensure that no messages are being served while we start pulling them out of the queue

Re: Review Request: QPID-3604 - If connection is started and stopped, the client may get more messages than required by the prefetch value

2011-11-16 Thread rajith attapattu
do the final commit :) - rajith --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2832/#review3294 --- On 2011-11-15 15:36:36, rajith

Review Request: Sending of completions should be independent of sending message acks

2011-11-16 Thread rajith attapattu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2853/ --- Review request for qpid, Gordon Sim, Robbie Gemmell, Weston Price, Keith Wall,

Re: Review Request: QPID-3604 - If connection is started and stopped, the client may get more messages than required by the prefetch value

2011-11-16 Thread rajith attapattu
of AMQSession#rejectMessage? I wonder also if this logic sit better in AMQSession#notifyConsumer(). It already rejects messages if the consumer is closed. Could it not also reject messages if the connection is no longer started? rajith attapattu wrote: Keith if you look

Re: Request to include QPID-3626 in 0.14

2011-11-17 Thread Rajith Attapattu
On Thu, Nov 17, 2011 at 12:03 PM, Gordon Sim g...@redhat.com wrote: On 11/17/2011 04:57 PM, Ken Giusti wrote: Hi Justin, Would it be possible to include the fix for QPID-3626 in the upcoming rc? https://issues.apache.org/jira/browse/QPID-3626 Without it, any python client that would like

Re: Review Request: QPID-3604 - If connection is started and stopped, the client may get more messages than required by the prefetch value

2011-11-17 Thread rajith attapattu
of AMQSession#rejectMessage? I wonder also if this logic sit better in AMQSession#notifyConsumer(). It already rejects messages if the consumer is closed. Could it not also reject messages if the connection is no longer started? rajith attapattu wrote: Keith if you look

Re: Review Request: QPID-3604 - If connection is started and stopped, the client may get more messages than required by the prefetch value

2011-11-17 Thread rajith attapattu
required for? You are releasing a message you have just received, right? When is that required? rajith attapattu wrote: See the above for an explanation for why this is needed. Gordon Sim wrote: You mean this is here because of the lack of synchronization with the dispatcher thread

Re: Review Request: Sending of completions should be independent of sending message acks

2011-11-17 Thread rajith attapattu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2853/#review3325 --- On 2011-11-16 18:31:12, rajith attapattu wrote: --- This is an automatically generated

Re: Review Request: Sending of completions should be independent of sending message acks

2011-11-17 Thread rajith attapattu
it over I think it seems fine due to the processCompletions call in postDeliver(), but its possibly still worth a check. rajith attapattu wrote: Your observation is correct, this deals with messages that were already received by the application. For recover(), we really don't need

Re: Review Request: Sending of completions should be independent of sending message acks

2011-11-17 Thread rajith attapattu
-16 18:31:12, rajith attapattu wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2853/ --- (Updated 2011-11-16 18:31:12

Re: How do I contifure clien qpid Timeout for java?

2011-11-18 Thread Rajith Attapattu
You could use -Dqpid.heartbeat=x or use heartbeat as a broker url property. Btw, Please don't use the AMQ** classes. These are internal classes that will not be there going forward. It's better to use the JMS interfaces. Rajith On Fri, Nov 18, 2011 at 11:17 AM, Gaston Quezada

Re: GIT

2011-11-28 Thread Rajith Attapattu
As Robbie mentioned, most of the git fans are already using git-svn (I'm one of them). So we could perhaps wait for a bit to see how the trial unfolds. My concern is, that not everybody may be ready to use git at this point, so if we switch, then we will be disrupting the work for some folks.

Re: 0.14 release update - proposed final RC tomorrow

2011-11-30 Thread Rajith Attapattu
+1 to include this. This error msg was really annoying :) Rajith On Wed, Nov 30, 2011 at 5:14 PM, Robbie Gemmell robbie.gemm...@gmail.com wrote: I would like to request merging the fix for QPID-3582: Client reporting Unable to load custom SASL providers during connection. The client logs out

Re: svn commit: r1210989 - in /qpid/trunk/qpid/cpp: rubygen/ src/ src/qpid/ src/qpid/broker/ src/qpid/client/ src/qpid/cluster/ src/tests/ xml/

2011-12-06 Thread Rajith Attapattu
On Tue, Dec 6, 2011 at 11:02 AM, Alan Conway acon...@redhat.com wrote: On 12/06/2011 10:59 AM, Carl Trieloff wrote: On 12/06/2011 10:56 AM, acon...@apache.org wrote: NOTE 1: If you are using an ACL, the cluster-username must be allowed to publish to the qpid.cluster-credentials exchange.

Review Request: Add at least basic functionality to add ACL rules dynamically

2011-12-06 Thread rajith attapattu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3041/ --- Review request for qpid, Alan Conway, Gordon Sim, and Kim van der Riet. Summary

Re: Review Request: Add at least basic functionality to add ACL rules dynamically

2011-12-07 Thread rajith attapattu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3041/#review3701 --- On 2011-12-07 01:52:53, rajith attapattu wrote

Re: [jira] [Reopened] (QPID-3625) XASessionImpl Incorrectly sets Session acknowledge mode to AUTO_ACKNOWLEDGE when it should be CLIENT_ACKNOWLEDGE

2011-12-09 Thread Rajith Attapattu
Yes Gordon alerted me to it last evening. Weston and I are looking into it. Rajith On Fri, Dec 9, 2011 at 3:26 AM, Keith Wall (Reopened) (JIRA) j...@apache.org wrote:     [ https://issues.apache.org/jira/browse/QPID-3625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Re: New JIRA Component Java JCA

2011-12-20 Thread Rajith Attapattu
I've added JCA as a component in JIRA. Regards, Rajith On Tue, Dec 20, 2011 at 8:08 AM, Weston M. Price wpr...@redhat.com wrote: With the completion of https://issues.apache.org/jira/browse/QPID-3044 there is a new JCA component (actually a sub-component of Java). I was wondering if it

Re: AMQP Java JMS Topic Exchange

2011-12-20 Thread Rajith Attapattu
Assuming your Queue name is my-queue and is already bound to TopicExchange with an appropriate binding, you can do the following. destination.my-queue = my-queue destination.topicExchange = TopicExchange/usa.news You create your consumer with my-queue and your producer with topicExchange. Your

Re: AMQP Java JMS Topic Exchange

2011-12-21 Thread Rajith Attapattu
On Wed, Dec 21, 2011 at 5:59 AM, eugene eugen.ra...@gmail.com wrote: Hello Rajith, Thank you for your answers indeed it helped a lot. I still have a few questions if I may :-) 1. Why isn't this documented? I mean may be it is but I googled a lot yesterday and did not find much :( Have you

Re: AMQP Java JMS Topic Exchange

2011-12-23 Thread Rajith Attapattu
On Thu, Dec 22, 2011 at 4:10 AM, eugene eugen.ra...@gmail.com wrote: Aha - thx for the link. So a subject is really a routing key, right? That is why I missed it, cause I was looking for a routing key and not subject. Eugene, sorry for the late reply. The subject is mapped to the routing key

Re: Review Request: QPID-3604 - If connection is started and stopped, the client may get more messages than required by the prefetch value

2012-01-09 Thread rajith attapattu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2832/ --- (Updated 2012-01-09 19:27:40.039273) Review request for qpid, Gordon Sim,

Re: Review Request: QPID-3604 - If connection is started and stopped, the client may get more messages than required by the prefetch value

2012-01-09 Thread rajith attapattu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2832/ --- (Updated 2012-01-10 03:52:44.305560) Review request for qpid, Gordon Sim,

Re: MRG + Java JMS Expiration

2012-01-10 Thread Rajith Attapattu
Robbie, you beat me to it :) Rajith On Tue, Jan 10, 2012 at 9:09 AM, Robbie Gemmell robbie.gemm...@gmail.com wrote: I was literally going to send the same email when i started reading the thread. The way to set thigns like TTL, priority, deliveryMode is on the MessageProducer either via the

Fwd: failure notice

2012-01-24 Thread Rajith Attapattu
/java/client/src/main/java/org/apache/qpid/client:  AMQSession.java AMQSession_0_10.java From: Rajith Attapattu rajit...@gmail.com To: comm...@qpid.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org

Re: svn commit: r1235795 - /qpid/trunk/qpid/java/test-profiles/JavaPre010Excludes

2012-01-25 Thread Rajith Attapattu
Valid point ! Let me add a note there. Rajith On Wed, Jan 25, 2012 at 12:36 PM, Robbie Gemmell robbie.gemm...@gmail.com wrote: Can we please ensure to add reasons for tests being excluded from particular profiles. While its obvious now, after a while it often becomes less clear which tests

handling no-local for existing queues

2012-02-13 Thread Rajith Attapattu
IIRC the no-local argument is passed on during queue-declare. But if you create a subscription with no-local=true on an existing queue how should we handle this situation ? Perhaps there is also a way to pass no-local in the arguments map when creating a subscription ? Regards, Rajith

Re: handling no-local for existing queues

2012-02-13 Thread Rajith Attapattu
February 2012 17:36, Rajith Attapattu rajit...@gmail.com wrote: IIRC the no-local argument is passed on during queue-declare. But if you create a subscription with no-local=true on an existing queue how should we handle this situation ? Perhaps there is also a way to pass no-local in the arguments

Re: Outstanding open JIRAs

2012-02-21 Thread Rajith Attapattu
On Sun, Feb 19, 2012 at 6:59 PM, Robbie Gemmell robbie.gemm...@gmail.com wrote: Hi everyone, As you may or may not have noticed from the hundreds of emails I have no doubt generated (I kept some of the traffic off the dev list with bulk changes, but you cant fix some things in bulk without

Address validation Queues vs Topics

2012-02-27 Thread Rajith Attapattu
As per the discussion on QPID-792, I'm moving the discussion onto the dev list under. I have attempted to summarise the current behaviour and some of the comments expressed by Rob and Robbie. Currently the clients (C++, python and JMS) resolves an address (with the 0-10 protocol) as follows. 1.

Re: Address validation Queues vs Topics

2012-02-27 Thread Rajith Attapattu
first email) and then convert it a Queue or Topic if the Destination object is passed to any methods that require a Queue/Topic interface. Regards, Rajith On Mon, Feb 27, 2012 at 11:30 PM, Rajith Attapattu rajit...@gmail.com wrote: As per the discussion on QPID-792, I'm moving the discussion onto

Re: Address validation Queues vs Topics

2012-02-28 Thread Rajith Attapattu
On Tue, Feb 28, 2012 at 3:19 AM, Rob Godfrey rob.j.godf...@gmail.com wrote: On 28 February 2012 05:37, Rajith Attapattu rajit...@gmail.com wrote: If the queue and topic qualifiers are used then I guess it makes it really easy for us to work out the validation. What are we going to do

Re: Address validation Queues vs Topics

2012-02-28 Thread Rajith Attapattu
, Rajith Attapattu rajit...@gmail.com wrote: If the queue and topic qualifiers are used then I guess it makes it really easy for us to work out the validation. What are we going to do with the destination qualifier ? Ex destination.my-dest=address-string 1. We deprecate this and get qpid users

Re: Address validation Queues vs Topics

2012-02-28 Thread Rajith Attapattu
missed. Regards, Rajith On Tue, Feb 28, 2012 at 9:53 AM, Rajith Attapattu rajit...@gmail.com wrote: Rob, Addressing is indeed a pain point and most of it is due to grey areas causing undesirable side effects. I've got some work that I'm hoping to post today. Let me first check

Re: Address validation Queues vs Topics

2012-02-29 Thread Rajith Attapattu
for sharing your thoughts on this. Regards, Rajith On Wed, Feb 29, 2012 at 7:46 AM, Robbie Gemmell robbie.gemm...@gmail.com wrote: On 28 February 2012 17:35, Rajith Attapattu rajit...@gmail.com wrote: Based on the discussion I would like to outline the following proposal. I believe it reflects

Re: Address validation Queues vs Topics

2012-02-29 Thread Rajith Attapattu
handled at configuration time by an administrator than us trying to do the magic in the code. Regards, Rajith Robbie On 29 February 2012 15:46, Rajith Attapattu rajit...@gmail.com wrote: Robbie, My preference is also to just use queue and topic qualifiers and deprecate destination , hence listed

Re: Address validation Queues vs Topics

2012-02-29 Thread Rajith Attapattu
how that works already. Robbie On 29 February 2012 19:22, Rajith Attapattu rajit...@gmail.com wrote: On Wed, Feb 29, 2012 at 12:49 PM, Robbie Gemmell robbie.gemm...@gmail.com wrote: Just to be clear, I have never been suggesting we remove 'destination.' entries from the equation. I think we

Re: AMQP 1.0 Work

2012-03-02 Thread Rajith Attapattu
+1 on the dir structure. I'm not too excited about the name 'amp', but it's not a big deal either :) It seems this is going to be treated more like a sub project of Qpid with it's own release schedule, which I believe is the right approach. Perhaps we should also add a /doc dir to contain the

  1   2   3   4   5   6   7   8   9   10   >