summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Set daemon mode for the connection thread.Ted Ross2010-05-051-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@941321 13f79535-47bb-0310-9956-ffa450edef68
* Allow empty subject for direct- and xml- exchangesGordon Sim2010-05-053-17/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@941306 13f79535-47bb-0310-9956-ffa450edef68
* Some cleanup on examples:Gordon Sim2010-05-0516-2061/+459
| | | | | | | | | | | * removed obsolete examples (queue-/topic-sender/receiver) * removed the need to include headers with boost dependencies * moved the argument handling in darin and spout closer to that of python (and update docs to reflect that) * changed to ship a manually constructed makefile for messaging examples (generated one doesn't work and maintaining that seems like more work with little benefit) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@941250 13f79535-47bb-0310-9956-ffa450edef68
* Added the following tests to the exclude listRajith Muditha Attapattu2010-05-041-0/+4
| | | | | | | | RecoverTest#testOderingWithAsyncConsumer RecoverTest#testOderingWithSyncConsumer git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@940914 13f79535-47bb-0310-9956-ffa450edef68
* Removed assertions based on wrong assumptions.Rajith Muditha Attapattu2010-05-031-8/+7
| | | | | | | The c++ broker does not make any guarantees about how it distributes the messages among consumers on a single queue. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@940674 13f79535-47bb-0310-9956-ffa450edef68
* Reverting the change made in rev 939416 as it's the wrong solution.Rajith Muditha Attapattu2010-05-031-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@940672 13f79535-47bb-0310-9956-ffa450edef68
* Forgotten file from last week; resolves QPID-2564.Stephen D. Huston2010-05-031-0/+113
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@940655 13f79535-47bb-0310-9956-ffa450edef68
* handle timeouts caused by long-executing commands, iterate until timeout clearsNuno Santos2010-05-031-4/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@940631 13f79535-47bb-0310-9956-ffa450edef68
* Minor edits.Jonathan Robie2010-05-031-9/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@940622 13f79535-47bb-0310-9956-ffa450edef68
* QMF: add attribute read access to ConnectionSettings ruby classKenneth Anthony Giusti2010-05-031-2/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@940611 13f79535-47bb-0310-9956-ffa450edef68
* Renamed to "Programming In Apache Qpid".Jonathan Robie2010-05-032-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@940588 13f79535-47bb-0310-9956-ffa450edef68
* Significant improvement to XML Exchange section, completed Java JMS tables.Jonathan Robie2010-05-031-32/+132
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@940587 13f79535-47bb-0310-9956-ffa450edef68
* Fix race condition in store+cluster tests.Alan Conway2010-05-031-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@940573 13f79535-47bb-0310-9956-ffa450edef68
* Add files from the QPID-2500 patch. These should have been included earlier.Stephen D. Huston2010-05-032-0/+150
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@940470 13f79535-47bb-0310-9956-ffa450edef68
* * Changed title, added subtitleJonathan Robie2010-04-301-77/+535
| | | | | | | | | | | | | | | | | * Added information on logging * Added section showing examples for setting connection settings * Added section showing how to receive messages from multiple sources using session.nextReceiver().fetch() * Added Request / Response section * Added section on performance, including batching of acks and prefetch * Added section on guaranteed delivery * Added section on transactions * Improved description of x-bindings * Added XML Exchange section - but the example does not work ... * Added Java JMS Selector syntax * General editing git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939865 13f79535-47bb-0310-9956-ffa450edef68
* QMF: Agent now sends class indications for schema added after attachement ↵Kenneth Anthony Giusti2010-04-301-5/+26
| | | | | | completes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939736 13f79535-47bb-0310-9956-ffa450edef68
* Added a couple of tests to init script and use env var for data dir if setGordon Sim2010-04-301-6/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939726 13f79535-47bb-0310-9956-ffa450edef68
* QMF: remove v1 method test from cluster testbed - clusters no longer support ↵Kenneth Anthony Giusti2010-04-291-0/+1
| | | | | | v1-style method calls. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939502 13f79535-47bb-0310-9956-ffa450edef68
* This is a fix for QPID-2559Rajith Muditha Attapattu2010-04-291-3/+5
| | | | | | | A test case will be checked in shortly. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939416 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2471Rajith Muditha Attapattu2010-04-291-0/+4
| | | | | | | Exclusing the test cases added in rev 939410 as they fail with the java broker. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939411 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2471Rajith Muditha Attapattu2010-04-291-1/+140
| | | | | | | Added two test cases to verify ordering while using recover with sync and async consumer. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939410 13f79535-47bb-0310-9956-ffa450edef68
* Modified the toString() to include the options.Rajith Muditha Attapattu2010-04-291-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939405 13f79535-47bb-0310-9956-ffa450edef68
* Added doxygen group directives.Jonathan Robie2010-04-299-8/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939373 13f79535-47bb-0310-9956-ffa450edef68
* Changed code examples and references from doxygen main page to the new API ↵Jonathan Robie2010-04-291-82/+248
| | | | | | classes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939372 13f79535-47bb-0310-9956-ffa450edef68
* Fix previous checkin and correctly quote __LINE__ in QPID_MSGAndrew Stitcher2010-04-291-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939184 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2186: Small adjustments to previous fix:Andrew Stitcher2010-04-291-5/+7
| | | | | | | - Turn one of the "if"s into an assert - Fix incorrect scope for unlocking Timer monitor around fire() callback. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939156 13f79535-47bb-0310-9956-ffa450edef68
* Don't try to get the top() of an empty queue and use it. Resolves (I ↵Stephen D. Huston2010-04-281-8/+16
| | | | | | believe) QPID-2186. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939117 13f79535-47bb-0310-9956-ffa450edef68
* Fix PYTHONPATH to pick federation from the tests source dir.Stephen D. Huston2010-04-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939078 13f79535-47bb-0310-9956-ffa450edef68
* Fix path to broker exe so it can be stopped when needed.Stephen D. Huston2010-04-281-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939077 13f79535-47bb-0310-9956-ffa450edef68
* Replaced some unnecessary streaming operators ("<<") with preprocessor ↵Andrew Stitcher2010-04-281-1/+1
| | | | | | string concatenation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939068 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2083: Added some error messages for particular codesGordon Sim2010-04-281-19/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939066 13f79535-47bb-0310-9956-ffa450edef68
* BZ572245: Clustering can force message persistence when one node remains. ↵Kim van der Riet2010-04-281-5/+10
| | | | | | Fix for problem in which forcing persistence on one queue but not another results in an error if a message is sent to both and the message is consumed from the non-forced queue. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939014 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2083: Some improvements to error handling for NSS based SSL implementation.Gordon Sim2010-04-284-10/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938992 13f79535-47bb-0310-9956-ffa450edef68
* Ensure proper error message is reported when connection is closed by brokerGordon Sim2010-04-281-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938815 13f79535-47bb-0310-9956-ffa450edef68
* Include recently added header in distribution listGordon Sim2010-04-281-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938813 13f79535-47bb-0310-9956-ffa450edef68
* Fixed some obvious spelling mistakes and removed commented out code.Rajith Muditha Attapattu2010-04-281-13/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938732 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused imports.Rajith Muditha Attapattu2010-04-271-22/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938728 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2496Rajith Muditha Attapattu2010-04-271-23/+25
| | | | | | | | | 1. Added comments to explain how the address is handled 2. Now the subscription queue is created only when the destination is used by a consumer. 3. Removed unnessacery logic in createSubscriptionQueue method git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938727 13f79535-47bb-0310-9956-ffa450edef68
* Load client side plugins just before creating the first Connection.Andrew Stitcher2010-04-273-4/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938701 13f79535-47bb-0310-9956-ffa450edef68
* Avoid possible initialisation dependency problem by using a "staticAndrew Stitcher2010-04-271-6/+9
| | | | | | singleton" pattern for plugin module file suffix git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938700 13f79535-47bb-0310-9956-ffa450edef68
* Applied patch from QPID-2359 adding functional tests for the transactional ↵Stephen D. Huston2010-04-2715-17/+1141
| | | | | | AMQP WCF channel. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938695 13f79535-47bb-0310-9956-ffa450edef68
* Applied patch from QPID-2516. New sample for WCF Channel configuration.Stephen D. Huston2010-04-272-0/+252
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938694 13f79535-47bb-0310-9956-ffa450edef68
* Applied patch from QPID-2501.Stephen D. Huston2010-04-277-17/+247
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938691 13f79535-47bb-0310-9956-ffa450edef68
* Apply all three patches from QPID-2500. Also included WcfPerfTest into the ↵Stephen D. Huston2010-04-2715-64/+866
| | | | | | QpidWcf.sln solution. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938677 13f79535-47bb-0310-9956-ffa450edef68
* Added necessary #include for memmoveAndrew Stitcher2010-04-271-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938675 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2556: add tests for maps and lists in method args and events.Kenneth Anthony Giusti2010-04-274-15/+163
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938600 13f79535-47bb-0310-9956-ffa450edef68
* add handling for sasl related failures during connection startGordon Sim2010-04-271-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938558 13f79535-47bb-0310-9956-ffa450edef68
* correct name of exception to be caughtGordon Sim2010-04-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938550 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2556: fix conversion of signed integers in maps and lists.Kenneth Anthony Giusti2010-04-275-69/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938506 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: allow safe closing of session as part of handling a session exceptionGordon Sim2010-04-274-13/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938460 13f79535-47bb-0310-9956-ffa450edef68