[jira] Commented: (QPID-1403) Add SSL support for C++ Windows broker/client

2010-01-21 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803522#action_12803522 ] Andrew Stitcher commented on QPID-1403: --- Comments on the patch of 8 Jan 2010: Naming:

[jira] Created: (QPID-2356) Have tools validate python version against required features...

2010-01-21 Thread Kerry Bonin (JIRA)
Have tools validate python version against required features... --- Key: QPID-2356 URL: https://issues.apache.org/jira/browse/QPID-2356 Project: Qpid Issue Type: New Feature

[jira] Created: (QPID-2355) QMF bindings build conflicts with installed qmf headers

2010-01-21 Thread Ken Giusti (JIRA)
QMF bindings build conflicts with installed qmf headers --- Key: QPID-2355 URL: https://issues.apache.org/jira/browse/QPID-2355 Project: Qpid Issue Type: Bug Components: Qpid Mana

[jira] Resolved: (QPID-1879) The client library uses a new thread for every connection

2010-01-21 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved QPID-1879. --- Resolution: Fixed > The client library uses a new thread for every connection > --

exceptions in the new apis

2010-01-21 Thread Gordon Sim
The c++ and python messaging apis need to clearly define the exceptions that can be thrown as well as when and where they can be thrown from. As a start I'd like to compile a list of the important error conditions that can occur. I'm hoping other will chip in with changes and additions and wit

Re: 10000 msgs limit per session

2010-01-21 Thread Virgoss
Returning to the main topic of the thread. Here is a message by Gordon Sim from the other thread: In AMQP 0-10 there are two levels of acknowledgement. The first involves accepting the message and your example code does that through the _session.messageAccept(_range); requests. Additionally

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

[jira] Assigned: (QPID-1662) TimeToLiveTest.testPassive occasionally receives more messages.

2010-01-21 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie reassigned QPID-1662: Assignee: Martin Ritchie (was: Aidan Skinner) > TimeToLiveTest.testPassive occasionally rec

Re: Removing dead links from Java Client page

2010-01-21 Thread Rajith Attapattu
Those links were added by me, but I never added any contents :(. However once you get the docs going I will add them with the content. Rajith On Thu, Jan 21, 2010 at 9:15 AM, Jonathan Robie wrote: > On 01/20/2010 06:16 PM, Martin Ritchie wrote: >> >> Hi Jonathan, >> >> The JNDI how to is here: >

Queue-purge and alternate exchanges

2010-01-21 Thread Ted Ross
I was doing some testing on the C++ broker and discovered that if you purge messages from a queue (using the management method Queue.purge) that has an alternate exchange configured, the messages are simply deleted. They are not sent to the alternate exchange. I'm planning to fix this because

QPid core

2010-01-21 Thread Ricardo Bueno Moreira
Hello, I am using QPid C++ Brocker version "qpidd-0.5.752581-26.el5" and storage module "rhm-0.5.3206-9.el5" and I have some core dumps from qpidd. Any help here is appreciated! How could we investigate the problem? Which extra information could help? #0 0x003292fab4db in qpid::fra

Re: Removing dead links from Java Client page

2010-01-21 Thread Jonathan Robie
On 01/20/2010 06:16 PM, Martin Ritchie wrote: Hi Jonathan, The JNDI how to is here: http://qpid.apache.org/how-to-use-jndi.html or in Confluence Page terms : [How to Use JNDI] Thanks - adding it in! I'll leave the other pages out unless someone tells me where to find them Jonathan

[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-tabpanel&focusedCommentId=12803295#action_12803295 ] Rajith Attapattu commented on QPID-2351: I committed some ground work in rev 901506

[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-tabpanel&focusedCommentId=12803293#action_12803293 ] Rajith Attapattu commented on QPID-2350: In rev 901000 in Qpid trunk, I have already

[jira] Created: (QPID-2354) ruby client exchange declaration doesn't allow 'type' argument

2010-01-21 Thread Andrea Barisani (JIRA)
ruby client exchange declaration doesn't allow 'type' argument -- Key: QPID-2354 URL: https://issues.apache.org/jira/browse/QPID-2354 Project: Qpid Issue Type: Bug Compone

Re: getObjects() doesn't always work

2010-01-21 Thread Gordon Sim
It has been noted on the user list that the console example for qmf (c++) doesn't list any objects. This appears to be a regression since 0.5 and I've created a Jira: https://issues.apache.org/jira/browse/QPID-2353 As 0.6 is not yet released I thought it would be worth raising the question of

[jira] Created: (QPID-2353) c++ qmf-console example returns 0 objects

2010-01-21 Thread Gordon Sim (JIRA)
c++ qmf-console example returns 0 objects - Key: QPID-2353 URL: https://issues.apache.org/jira/browse/QPID-2353 Project: Qpid Issue Type: Bug Components: Qpid Managment Framework Affects