[jira] Commented: (QPID-2082) Put all of the C++ code in the source tree into a namespace

2009-09-09 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753287#action_12753287 ] Andrew Stitcher commented on QPID-2082: --- I've now put all of the test code into the qp

Re: [c++] latest messaging api patch

2009-09-09 Thread Alan Conway
I just went over the messaging API on trunk, I scribbled some comments on it diff attached. Diff against SVN revision 813100 diff --git a/qpid/cpp/include/qpid/messaging/Address.h b/qpid/cpp/include/qpid/messaging/Address.h index e66c52f..f9c9d0c 100644 --- a/qpid/cpp/include/qpid/messaging/Addres

[jira] Resolved: (QPID-2086) intermittent federated cluster hangs since r810591

2009-09-09 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway resolved QPID-2086. --- Resolution: Fixed Fixed in 813100 cluster::Connection did not give read credit if there was an except

[jira] Resolved: (QPID-2090) C++ client doesn't build with Boost 1.40

2009-09-09 Thread Steve Huston (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Huston resolved QPID-2090. Resolution: Fixed Fix Version/s: 0.6 Fixed on trunk r813092 > C++ client doesn't build with

[jira] Created: (QPID-2090) C++ client doesn't build with Boost 1.40

2009-09-09 Thread Steve Huston (JIRA)
C++ client doesn't build with Boost 1.40 Key: QPID-2090 URL: https://issues.apache.org/jira/browse/QPID-2090 Project: Qpid Issue Type: Bug Components: C++ Client Affects Versions: 0.5

[jira] Created: (QPID-2089) Messages delivered with acquire mode NOT_ACQUIRED and accept mode NONE are not correctly dequeued on acquisition

2009-09-09 Thread Gordon Sim (JIRA)
Messages delivered with acquire mode NOT_ACQUIRED and accept mode NONE are not correctly dequeued on acquisition Key: QPID-2089 URL: https://issues.ap

Re: C++ Namespace use for tests and examples

2009-09-09 Thread Andrew Stitcher
On Wed, 2009-09-09 at 11:17 -0400, Jonathan Robie wrote: > Alan Conway wrote: > > Thinking about examples and not sure if they should be in a > > qpid::example namespace. We don't want to imply that users should put > > their code in a qpid namespace, and it changes name resolution a bit > > whi

[jira] Created: (QPID-2088) any service on windows vista linking with c++ qpid client (common & clinet) and calling CoInitializeEx to use COM fails to start with "Error 1053 ..."

2009-09-09 Thread Nicolae Claudius (JIRA)
any service on windows vista linking with c++ qpid client (common & clinet) and calling CoInitializeEx to use COM fails to start with "Error 1053 ..." ---

Re: C++ Namespace use for tests and examples

2009-09-09 Thread Jonathan Robie
Alan Conway wrote: Thinking about examples and not sure if they should be in a qpid::example namespace. We don't want to imply that users should put their code in a qpid namespace, and it changes name resolution a bit which could create some confusion, e.g. if an example is missingn a using de

[jira] Commented: (QPID-2087) Improve/clarify doxygen for SubscriptionSettings

2009-09-09 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753120#action_12753120 ] Gordon Sim commented on QPID-2087: -- Clarify autoAck v. acceptMode Describe acquire mode and

[jira] Created: (QPID-2087) Improve/clarify doxygen for SubscriptionSettings

2009-09-09 Thread Gordon Sim (JIRA)
Improve/clarify doxygen for SubscriptionSettings Key: QPID-2087 URL: https://issues.apache.org/jira/browse/QPID-2087 Project: Qpid Issue Type: Improvement Components: C++ Client

Re: C++ Namespace use for tests and examples

2009-09-09 Thread Alan Conway
On 09/09/2009 09:33 AM, Jonathan Robie wrote: Should tests and examples be in the same namespace, or different namespaces? If we're going to do this, I'd suggest different namespaces. Perhaps qpid::test and qpid::example? Jonathan Thinking about examples and not sure if they should be in a q

Re: [Java] 0.6/0.7Upcoming Development

2009-09-09 Thread Martin Ritchie
Following Rob's extesnive list of additional work, I only have the one thing to add : ACLv2 Plugin for Java Broker I have implemented the version 2 ACLs for the Java broker, currently I'm writting a more comprehensive test suite. Currently the ACLs are only on AMQP connections but it would be nic

Re: C++ Namespace use for tests and examples

2009-09-09 Thread Jonathan Robie
Should tests and examples be in the same namespace, or different namespaces? If we're going to do this, I'd suggest different namespaces. Perhaps qpid::test and qpid::example? Jonathan - Apache Qpid - AMQP Messaging Implement

[jira] Assigned: (QPID-2086) intermittent federated cluster hangs since r810591

2009-09-09 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher reassigned QPID-2086: - Assignee: Alan Conway (was: Andrew Stitcher) > intermittent federated cluster hangs since

Re: [Java] 0.6/0.7Upcoming Development

2009-09-09 Thread Robert Godfrey
2009/9/8 Marnie McCormack : > Just a quick update on the 0.6 content & 0.6+ work coming on the Java side, > The NIO changes for encapsulation that Aidan as been working on are going > well and hopefully we'll see more of the component items from the > design/work breakdown on the wiki make it in

[jira] Commented: (QPID-1899) --require-encryption doesn't work unless cyrus sasl authentication is turned on

2009-09-09 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753021#action_12753021 ] Gordon Sim commented on QPID-1899: -- I think the ideal behaviour would be to reject all plai

[jira] Resolved: (QPID-1809) SimpleACLTest..testServerPublishInvalidQueueSuccess fails due to incorrect exception

2009-09-09 Thread Aidan Skinner (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aidan Skinner resolved QPID-1809. - Resolution: Fixed > SimpleACLTest..testServerPublishInvalidQueueSuccess fails due to incorrect >