Re: JMS Client reconnect

2010-11-22 Thread Tim Chen
I'm currently running a cluster, and I do see it is automatically failing over to other nodes in the cluster. But I am trying to test the case where all brokers in the cluster is down ( or in other words the cluster is down ), I'm hoping both the producer and the client won't just die but keep on

Made changes for RC3? Please verify them by 6pm GMT, 23rd Nov...

2010-11-22 Thread Robbie Gemmell
I have just spent some time making updates for inclusion in 0.8 RC3, and also merging across changes from trunk by others that I believe are intended for inclusion in RC3 but have thus far not been merged. The 0.8-release-candidates branch as it stands now (r1037942) is what RC3 will currently be p

Re: How easy is it to get Qpid going ?

2010-11-22 Thread Andrew Kennedy
On 22 Nov 2010, at 18:00, Rajith Attapattu wrote: On Mon, Nov 22, 2010 at 11:09 AM, Rajith Attapattu wrote: Hi All, Based on the questions asked on our user list and feedback from customers etc.. it seems that we have plenty of room to improve when it comes to ease of use and documentatio

Fwd: Your OS License Request

2010-11-22 Thread Andrew Kennedy
All, I now have a copy of the JetBrains PyCharm license for the Qpid project, so please mail me if you would like a copy. Cheers, Andrew. -- -- andrew d kennedy ? do not fold, bend, spindle, or mutilate ; -- http://grkvlt.blogspot.com/ ? edinburgh : +44 7941 197 134 ; Begin forwarded message

Re: How easy is it to get Qpid going ?

2010-11-22 Thread Jonathan Robie
Yes, this is helpful. I've also tried to identify the "big picture" components in the new qpid/README.txt. Perhaps we should check in your PDF and point to it from qpid/README.txt? And if anyone wants to improve qpid/README.txt, please feel free! Jonathan On 11/22/2010 05:30 PM, Chuck Rolke

Re: How easy is it to get Qpid going ?

2010-11-22 Thread Chuck Rolke
oops, no attachment. http://people.apache.org/~chug/QPID-0.8-Component-Architecture.pdf -C - "Chuck Rolke" wrote: > From: "Chuck Rolke" > To: dev@qpid.apache.org > Sent: Monday, November 22, 2010 5:21:17 PM GMT -05:00 US/Canada Eastern > Subject: Re: How easy is it to get Qpid going ? > >

Re: How easy is it to get Qpid going ?

2010-11-22 Thread Chuck Rolke
I'd like to contribute a picture or two. Please comment on the current attachement. I'm trying to show how the parts relate to each other. I'm most familiar with the Cpp block so I'm most sure of what's going on in that part. My understandings are: 1. The Java stack goes end to end with no suppo

Seeking information about working in "Starter" issues

2010-11-22 Thread Zafar Ahmed
Hi All, Good Day. I have downloaded the qpid 0.5 cpp src. I want to work on the *starter issue qpid-1402*. But I need some guidelines. That is why I need some help from you. 1. Do I need to get this issue assigned on my name before starting to work? If so, how do I acquire the permission? 2. I hav

[jira] Updated: (QPID-2947) use a newer sl4j-api release to allow the Java client binary convenience package to be used out-of-the-box

2010-11-22 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated QPID-2947: - Affects Version/s: (was: 0.8) 0.7 Fix Version/s: (was: 0.9)

[jira] Updated: (QPID-2914) address parser doesn't recognize None

2010-11-22 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated QPID-2914: - Status: Ready To Review (was: In Progress) > address parser doesn't recognize None >

[jira] Commented: (QPID-2914) address parser doesn't recognize None

2010-11-22 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934583#action_12934583 ] Robbie Gemmell commented on QPID-2914: -- Updating JIRA to reflect that Rafael has fixed

[jira] Assigned: (QPID-2914) address parser doesn't recognize None

2010-11-22 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell reassigned QPID-2914: Assignee: Rafael H. Schloming (was: Robbie Gemmell) > address parser doesn't recognize None

[jira] Assigned: (QPID-2914) address parser doesn't recognize None

2010-11-22 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell reassigned QPID-2914: Assignee: Robbie Gemmell (was: Rafael H. Schloming) > address parser doesn't recognize None

[jira] Updated: (QPID-2914) address parser doesn't recognize None

2010-11-22 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated QPID-2914: - Affects Version/s: 0.7 Fix Version/s: (was: 0.9) 0.8 > address

Re: How easy is it to get Qpid going ?

2010-11-22 Thread Jonathan Robie
On 11/22/2010 02:15 PM, Jonathan Robie wrote: Most of us work directly with the source tree, so we know that works. We also need to make the source tree more accessible. The new top-level README.txt at least identifies which components can be found in the source tree, and points to their REA

Re: How easy is it to get Qpid going ?

2010-11-22 Thread Jonathan Robie
I like Rajith's idea of having one source distribution rather than a larger number of distributions that seem to go out without much testing. In RC2, most of the clients won't work if you just follow the instructions, the Python tools that we use in the programming guide aren't available as a s

Re: How easy is it to get Qpid going ?

2010-11-22 Thread Rajith Attapattu
On Mon, Nov 22, 2010 at 11:09 AM, Rajith Attapattu wrote: > Hi All, > > Based on the questions asked on our user list and feedback from customers > etc.. it seems that we have plenty of room to improve when it comes to ease > of use and documentation. > Ease of use is one that directly impacts the

Re: svn commit: r1037771 - /qpid/trunk/qpid/python/README.txt

2010-11-22 Thread Andrew Kennedy
On 22 November 2010 17:04, Jonathan Robie wrote: > By the time someone reads this README, they have already extracted the > archive. I think what we really want to do is tell them to set it to the > place they have extracted it to. > > Perhaps /path/to instead of /home/me? > > I actually prefer 0.

Re: svn commit: r1037771 - /qpid/trunk/qpid/python/README.txt

2010-11-22 Thread Jonathan Robie
By the time someone reads this README, they have already extracted the archive. I think what we really want to do is tell them to set it to the place they have extracted it to. Perhaps /path/to instead of /home/me? I actually prefer 0.8 instead of . I don't think we have ever had two consecut

Re: [jira] Updated: (QPID-2914) address parser doesn't recognize None

2010-11-22 Thread Robbie Gemmell
Hi Rafael, Im happy to include it, please merge it across to the branch. I had missed the commit on trunk and simply bumped it out to 0.9 because it looked like it had just been mis-tagged; there isnt any indication from looking at the JIRA that it has been worked on :) Robbie On 22 November 20

Re: svn commit: r1037771 - /qpid/trunk/qpid/python/README.txt

2010-11-22 Thread Andrew Kennedy
On 22 November 2010 16:51, Robbie Gemmell wrote: > I dont think replacing with /home/me is the right > thing to do here, the former simply implies wherever the user > installed it rather than a specific directory and seems the more > appropriate. Replacing with 0.8 also isnt actually all that >

Re: svn commit: r1037771 - /qpid/trunk/qpid/python/README.txt

2010-11-22 Thread Robbie Gemmell
I dont think replacing with /home/me is the right thing to do here, the former simply implies wherever the user installed it rather than a specific directory and seems the more appropriate. Replacing with 0.8 also isnt actually all that helppful in my view, and will probably only lead to it being

[jira] Resolved: (QPID-2956) cluster broker exits with "error deliveryRecord no update message."

2010-11-22 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway resolved QPID-2956. --- Resolution: Fixed Fixed in r1037763 > cluster broker exits with "error deliveryRecord no update messa

How easy is it to get Qpid going ?

2010-11-22 Thread Rajith Attapattu
Hi All, Based on the questions asked on our user list and feedback from customers etc.. it seems that we have plenty of room to improve when it comes to ease of use and documentation. Ease of use is one that directly impacts the first impression about any new product. I firmly believe this is som

[jira] Updated: (QPID-2956) cluster broker exits with "error deliveryRecord no update message."

2010-11-22 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway updated QPID-2956: -- Description: See https://bugzilla.redhat.com/show_bug.cgi?id=655141 Description of problem: A broker j

[jira] Created: (QPID-2956) cluster broker exits with "error deliveryRecord no update message."

2010-11-22 Thread Alan Conway (JIRA)
cluster broker exits with "error deliveryRecord no update message." --- Key: QPID-2956 URL: https://issues.apache.org/jira/browse/QPID-2956 Project: Qpid Issue Type: Bug

[jira] Updated: (QPID-2949) broker prompts console interactively for password when --auth=no

2010-11-22 Thread michael j. goulish (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] michael j. goulish updated QPID-2949: - Attachment: (was: dont_prompt_me_noauth.diff) > broker prompts console interactively f

[jira] Updated: (QPID-2949) broker prompts console interactively for password when --auth=no

2010-11-22 Thread michael j. goulish (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] michael j. goulish updated QPID-2949: - Attachment: (was: dont_prompt_me_2.diff) > broker prompts console interactively for pa

[jira] Updated: (QPID-2949) broker prompts console interactively for password when --auth=no

2010-11-22 Thread michael j. goulish (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] michael j. goulish updated QPID-2949: - Attachment: (was: dont_prompt_me_2.diff) > broker prompts console interactively for pa

[jira] Updated: (QPID-2949) broker prompts console interactively for password when --auth=no

2010-11-22 Thread michael j. goulish (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] michael j. goulish updated QPID-2949: - Attachment: dont_prompt_me_2.diff obsoletes previous patch this patch provides a way to t

[jira] Updated: (QPID-2949) broker prompts console interactively for password when --auth=no

2010-11-22 Thread michael j. goulish (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] michael j. goulish updated QPID-2949: - Attachment: dont_prompt_me_2.diff > broker prompts console interactively for password when

[jira] Updated: (QPID-2949) broker prompts console interactively for password when --auth=no

2010-11-22 Thread michael j. goulish (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] michael j. goulish updated QPID-2949: - Attachment: dont_prompt_me_2.diff obsoletes previous patch this patch provides a way to t

Re: JMS Client reconnect

2010-11-22 Thread Rajith Attapattu
On Thu, Nov 18, 2010 at 5:10 PM, Tim Chen wrote: > Hi all, > > I wonder what's the best way to handle reconnect to the broker when broker > is unavailable (network is down / broker crashed, etc) using Java JMS > client > to C++ broker? > Are you running a cluster or is it a bunch of standalone b

Re: qpid-config and 0.8 client distributions

2010-11-22 Thread Robbie Gemmell
I think anything required that isnt already easily available in another archive needs to be included in the new tools archive. E.g. downloading the full-release archive to extract 'qpid/extras/qmf' would obviously be a bit much given it has 50+MB of other stuff in it, but making people download the

Re: qpid-config and 0.8 client distributions

2010-11-22 Thread Jonathan Robie
Running these requires the QMF bits (qpid/extras/qmf) and the Python client. What's the best way to handle these dependencies? Jonathan On 11/21/2010 02:15 PM, Robbie Gemmell wrote: It's not too late to add it, but that doesn't necessarily mean it's going to make it in either. I'm assuming .

Re: JMS Client reconnect

2010-11-22 Thread Carl Trieloff
Is the failover for a cluster or just to brokers. For a cluster, the heartbeat etc need to be setup and the rest is automatic from the failover exchange. If just two brokers, then the connection URL needs to be used. Carl. On 11/21/2010 03:30 PM, Tim Chen wrote: Anyone? Tim On Thu, Nov 1

[jira] Commented: (QPID-2930) JMS msg.getPropertyNames() method should not return x-amqp-0-10.routing-key

2010-11-22 Thread Andrew Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934472#action_12934472 ] Andrew Kennedy commented on QPID-2930: -- But, why are you trying to get this property va

[jira] Commented: (QPID-2949) broker prompts console interactively for password when --auth=no

2010-11-22 Thread Ted Ross (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934455#action_12934455 ] Ted Ross commented on QPID-2949: >>TODO -- also must fix the pathway where auth==yes. This

Re: [jira] Updated: (QPID-2914) address parser doesn't recognize None

2010-11-22 Thread Rafael Schloming
Is it too late to get this onto the RC branch for 0.8? The fix is on trunk and fairly isolated. It just needs to be merged over. --Rafael On 11/22/2010 07:39 AM, Robbie Gemmell (JIRA) wrote: [ https://issues.apache.org/jira/browse/QPID-2914?page=com.atlassian.jira.plugin.system.issueta

[jira] Updated: (QPID-2930) JMS msg.getPropertyNames() method should not return x-amqp-0-10.routing-key

2010-11-22 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated QPID-2930: - Fix Version/s: (was: 0.8) 0.9 > JMS msg.getPropertyNames() method should n

[jira] Updated: (QPID-2914) address parser doesn't recognize None

2010-11-22 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated QPID-2914: - Fix Version/s: (was: 0.8) 0.9 > address parser doesn't recognize None > ---

[jira] Updated: (QPID-2953) Qpid Cpp Messaging .NET Binding does not include unit tests

2010-11-22 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated QPID-2953: - Affects Version/s: (was: 0.9) 0.8 Fix Version/s: (was: 0.8)