summaryrefslogtreecommitdiff
path: root/qpid
Commit message (Collapse)AuthorAgeFilesLines
* Add missing Statistics.cpp to sender test's sourcesStephen D. Huston2010-04-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935600 13f79535-47bb-0310-9956-ffa450edef68
* Fix g++ compile warning-turned-errorStephen D. Huston2010-04-191-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935595 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2379 / QPID-2400: Unregister event listeners during QMFService shutdown ↵Robert Gemmell2010-04-191-0/+11
| | | | | | to prevent fielding object removal events that cant be actioned anymore. Add null check to the QMFClass retrieval during the unmanage process. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935474 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that ConnectionImpl is notified of shutdown even in the case of ↵Gordon Sim2010-04-191-1/+7
| | | | | | disconnect (which needs different handling than eof) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935473 13f79535-47bb-0310-9956-ffa450edef68
* An alternative attempt at ensuring ConnectionImpl is not deleted before IO ↵Gordon Sim2010-04-173-36/+41
| | | | | | thread is finished with it. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935275 13f79535-47bb-0310-9956-ffa450edef68
* Formatting whitespace.Jonathan Robie2010-04-171-46/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935168 13f79535-47bb-0310-9956-ffa450edef68
* Added Hello World examples in Python and Java (these have also been checked ↵Jonathan Robie2010-04-171-22/+259
| | | | | | in to the examples directory). Added section on JNDI properties for Java JMS. Significant changes to introduction. General cleanup. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935104 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2487: fix route propagation tests to prevent spurious timeouts.Kenneth Anthony Giusti2010-04-161-58/+263
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935079 13f79535-47bb-0310-9956-ffa450edef68
* Removed exception listenerJonathan Robie2010-04-161-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935070 13f79535-47bb-0310-9956-ffa450edef68
* Fix for QPID-2420 to correctly handle restoring and commit/abort prepared ↵Stephen D. Huston2010-04-1618-262/+899
| | | | | | | | transactions. The basic approach is documented in QPID-2420. This also makes improvements in the way changes are done to the tblMessageMap table which should perform much better, avoiding pulling the whole table into the broker just to add or edit or delete a single record. Also, some of the consistency checks and enforcements are moved into the database itself from the C++ code. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935068 13f79535-47bb-0310-9956-ffa450edef68
* Fixed a minor compile issue and changed the prop file to denote the syntax ↵Rajith Muditha Attapattu2010-04-162-3/+3
| | | | | | as "addressing" instead of binding URL git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935061 13f79535-47bb-0310-9956-ffa450edef68
* Simplifying with Rajith's helpJonathan Robie2010-04-161-9/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935058 13f79535-47bb-0310-9956-ffa450edef68
* Fixed problems with the broker's QMFv2 mode:Ted Ross2010-04-166-12/+27
| | | | | | | | | | - app_id is a message property, not an application header - even in v2 mode, the agent must respond to v1 schema requests - missing object_id was added to the periodic data updates - epoch/boot-sequence added to agent information (locate-response, heartbeat) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935044 13f79535-47bb-0310-9956-ffa450edef68
* Removed two superfluous comments, added parameters to createSession()Jonathan Robie2010-04-161-5/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935037 13f79535-47bb-0310-9956-ffa450edef68
* "Hello world!" example in JavaJonathan Robie2010-04-162-0/+110
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935034 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that ConnectionImpl is notified of shutdown even in the case of ↵Gordon Sim2010-04-162-1/+7
| | | | | | disconnect (which needs different handling than eof) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@935017 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2512Rajith Muditha Attapattu2010-04-163-1/+4
| | | | | | | | | Changed the default destination syntax to addressing. Added qpid.dest_syntax=BURL to the test profiles to ensure all existing tests work. At some point next week the existing binding URL based entries will be prefixed with "BURL:" and the above system property will be removed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934997 13f79535-47bb-0310-9956-ffa450edef68
* Added the following tests exclude list temporarily.Rajith Muditha Attapattu2010-04-161-0/+3
| | | | | | | | | The same tests are working well against the c++ broker. These tests are failling due to the commit made in rev934236 See QPID-2471 for more details. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934995 13f79535-47bb-0310-9956-ffa450edef68
* qpid_cpp_benchmark: added options to set address options for sending/receiving.Alan Conway2010-04-161-13/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934987 13f79535-47bb-0310-9956-ffa450edef68
* Added throughput reporting to sender.cpp.Alan Conway2010-04-162-8/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934986 13f79535-47bb-0310-9956-ffa450edef68
* brokertest.py: added __str__ methods to Broker and PopenAlan Conway2010-04-161-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934985 13f79535-47bb-0310-9956-ffa450edef68
* Revised introduction, new "Hello world" examples in C++ and Python (still ↵Jonathan Robie2010-04-161-192/+117
| | | | | | needs text around these examples), working on Java. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934970 13f79535-47bb-0310-9956-ffa450edef68
* Hello World example in Python - matches hello_world.cppJonathan Robie2010-04-161-0/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934663 13f79535-47bb-0310-9956-ffa450edef68
* Fix unreferenced local variable warnings.Stephen D. Huston2010-04-151-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934650 13f79535-47bb-0310-9956-ffa450edef68
* Applied Gordon's patch - much simpler now.Jonathan Robie2010-04-151-37/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934624 13f79535-47bb-0310-9956-ffa450edef68
* Remove reference to non-existent file.Gordon Sim2010-04-151-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934605 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2496Rajith Muditha Attapattu2010-04-151-1/+1
| | | | | | | Fixed a minor bug when processing link props. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934582 13f79535-47bb-0310-9956-ffa450edef68
* Naming change: variable queueName is now called address.Jonathan Robie2010-04-151-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934581 13f79535-47bb-0310-9956-ffa450edef68
* Added hello_world.cpp example for tutorial.Jonathan Robie2010-04-152-1/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934573 13f79535-47bb-0310-9956-ffa450edef68
* This is related to QPID-2496Rajith Muditha Attapattu2010-04-157-280/+835
| | | | | | | | | | The changes include support the new addressing structure and most items on the list specified in the JIRA. The following is not included in the commit 1. Add subject as filter in JMS - for exchanges use it as binding key and for queues use it as a selector - this needs to be thought through. Besides JMS already provides a way to handle this. 2. Implementation of DELETE option. Further testing needs to be done to figure out the impact. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934563 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2507: drop the userLock before calling exchange->route()Kenneth Anthony Giusti2010-04-152-77/+94
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934561 13f79535-47bb-0310-9956-ffa450edef68
* Made minor enchancements to the following support classes.Rajith Muditha Attapattu2010-04-152-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934560 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2496Rajith Muditha Attapattu2010-04-153-2/+18
| | | | | | | This allows a user to pass in an address string when creating a queue or topic using the JMS 1.0 methods (session.createQueue(String s) and session.createTopic(String s) ) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934559 13f79535-47bb-0310-9956-ffa450edef68
* Temporarily disabled the RecoverTests until properly investigated.Rajith Muditha Attapattu2010-04-151-0/+4
| | | | | | | | | The same tests are working well against the c++ broker. These tests are failling due to the commit made in rev934236 See QPID-2471 for more details. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934556 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2511: Altered shutdown sequence in connectors; after connect() has ↵Gordon Sim2010-04-155-48/+73
| | | | | | returned there will always now be a shutdown callback made and only at that point is it guaranteed that there will be no further io callbacks. ConnectionImpl consequently waits for this before allowing itself to be deleted. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934503 13f79535-47bb-0310-9956-ffa450edef68
* Edited to work on Windows; resolves QPID-2510.Stephen D. Huston2010-04-151-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934471 13f79535-47bb-0310-9956-ffa450edef68
* Implementation of QPID-2509 (Remove message staging from C++ broker)Kim van der Riet2010-04-159-110/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934463 13f79535-47bb-0310-9956-ffa450edef68
* Temporarily disabled the RecoverTests until properly investigated.Rajith Muditha Attapattu2010-04-151-0/+5
| | | | | | | | | The same tests are working well against the c++ broker. These tests are failling due to the commit made in rev934236 See QPID-2471 for more details. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934287 13f79535-47bb-0310-9956-ffa450edef68
* Removed drain and spout projects from examples as they need boostAndrew Stitcher2010-04-151-16/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934274 13f79535-47bb-0310-9956-ffa450edef68
* add extra debug info in qmf v1 exception handlerKenneth Anthony Giusti2010-04-151-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934262 13f79535-47bb-0310-9956-ffa450edef68
* Install new old-examples visual studio solution fileAndrew Stitcher2010-04-153-3/+24
| | | | | | | | Install perftest & latencytest programs Amend windows sdk zip builder script to strip out examples not buildable with new messaging API Build debug build before release build so that it's the release executables that are in the install area git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934261 13f79535-47bb-0310-9956-ffa450edef68
* Commiting the patch attached to QPID-2471Rajith Muditha Attapattu2010-04-145-11/+88
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934236 13f79535-47bb-0310-9956-ffa450edef68
* Split example Visual Studio projects into old API and new API solutionsAndrew Stitcher2010-04-142-202/+245
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934208 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2506: enable map and list method arguments.Kenneth Anthony Giusti2010-04-143-8/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934117 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2503 : Updated CommandLineParser to output '-' in front of options.Martin Ritchie2010-04-141-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934005 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up unnecessary includes in ConnectionSettings and fix consequencesGordon Sim2010-04-148-10/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@933971 13f79535-47bb-0310-9956-ffa450edef68
* Fix url parsing to make hostname requiredGordon Sim2010-04-142-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@933970 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: more specific exception handling (avoids reconnecting for invalid url)Gordon Sim2010-04-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@933924 13f79535-47bb-0310-9956-ffa450edef68
* Fix testagent for changes in r933842Gordon Sim2010-04-142-5/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@933923 13f79535-47bb-0310-9956-ffa450edef68
* added get_errorRafael H. Schloming2010-04-142-0/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@933920 13f79535-47bb-0310-9956-ffa450edef68