[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 certificate

[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)
JMS Client should allow multiple connections, each with it's own SSL certificate from the same JVM -- Key: QPID-2447 URL: https://issues.apache.org/jira/browse/QPID-24

[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 certificate

[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)
JMS Client should allow a trust/key store per connection rather than one per JVM Key: QPID-2446 URL: https://issues.apache.org/jira/browse/QPID-2446 Project: Qpid

[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)
JMS Client needs to extract the user ID from the external auth mechanism when SASL EXTERNAL is used --- Key: QPID-2445 URL: https://issues.apache.org/jira/browse/QPID-

[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)
MS client does not verify that the hostname connected to matches that specified in the servers certificate -- Key: QPID-2444 URL: https://issues.apache.org/jir

[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 in t

RE: Windows installer tool change proposal

2010-03-12 Thread Steve Huston
Hi Andrew, > On Fri, 2010-03-12 at 10:58 -0500, Steve Huston wrote: > > Hi, > > > > I've been working on windows installation too. Specifically > an SDK type install. Ok. > > I'm working on the Windows installer for Qpid 0.6. During > the 0.5 -> > > 0.6 development cycle the build system ch

Re: Windows installer tool change proposal

2010-03-12 Thread Andrew Stitcher
On Fri, 2010-03-12 at 10:58 -0500, Steve Huston wrote: > Hi, > I've been working on windows installation too. Specifically an SDK type install. > I'm working on the Windows installer for Qpid 0.6. During the 0.5 -> 0.6 > development cycle the build system changed to cmake-generated projects > an

Java Broker Docs in DocBook

2010-03-12 Thread Jonathan Robie
The DocBook conversion includes the Java Broker docs, but I don't know who is maintaining them. Who plans to do this? If nobody steps up, I plan to leave them pretty much as is. Jonathan - Apache Qpid - AMQP Messaging Implemen

[jira] Created: (QPID-2443) ClinetSession.cs limit MessageCreditUnit.MESSAGE to 10000

2010-03-12 Thread Kaijung Chen (JIRA)
ClinetSession.cs limit MessageCreditUnit.MESSAGE to 1 - Key: QPID-2443 URL: https://issues.apache.org/jira/browse/QPID-2443 Project: Qpid Issue Type: Bug Components: Dot N

Windows installer tool change proposal

2010-03-12 Thread Steve Huston
Hi, I'm working on the Windows installer for Qpid 0.6. During the 0.5 -> 0.6 development cycle the build system changed to cmake-generated projects and along with that I put the additions in place to generate the Windows installer via Cpack which has built-in support for NSIS-based installers. The

Re: Client configuration & Connection URL

2010-03-12 Thread Rajith Attapattu
On Fri, Mar 12, 2010 at 8:59 AM, Alan Conway 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 of a  "

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

2010-03-12 Thread Rajith Attapattu
Jan, Could you please create a JIRA and attach the patch there. (Pls make sure to tick the check box granting the license.) 2010/3/12 Ján Sáreník : > Hi! > > Here is a little patch which makes one of the python tests > work with latest trunk qpid tree. I did not manage to find > the other error b

Little patch to make (one of) python tests work

2010-03-12 Thread Ján Sáreník
Hi! Here is a little patch which makes one of the python tests work with latest trunk qpid tree. I did not manage to find the other error because I am in a hurry. The patch applies cleanly to store r3868. Have a nice weekend! -- Red Hat Czech, MRG Quality Assurance Associate diff --git a/c

Re: Client configuration & Connection URL

2010-03-12 Thread Alan Conway
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 of a "Connection String" instead of a "Connection URL" , then I believe we c