summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* QPID-2261: fix path to modules.qmfv2Kenneth Anthony Giusti2010-01-256-32/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmfv2@902894 13f79535-47bb-0310-9956-ffa450edef68
* Move the QMFv2 implementation to its own directory.Kenneth Anthony Giusti2010-01-2511-0/+6558
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmfv2@902858 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2261: check in the qmf python tests.Kenneth Anthony Giusti2010-01-215-0/+1425
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmfv2@901879 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2261: Checkpoint initial (brain-dead) event implementation.Kenneth Anthony Giusti2010-01-214-36/+361
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmfv2@901871 13f79535-47bb-0310-9956-ffa450edef68
* JIRA QPID-2261Kenneth Anthony Giusti2010-01-205-132/+351
| | | | | | | | | | | | | | | | Checkpoint: *) added to python test infrastructure: agent discovery tests basic query tests basic method call tests You can run the tests from the python directory using the following command: ./qpid-python-test -m qmf.test *) misc fixes to bugs flushed out by tests git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmfv2@901217 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2261 - Branch patch from Ken GiustiTed Ross2010-01-155-402/+995
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmfv2@899644 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2261 - Patch from Ken Giusti committed to the qmfv2 branch.Ted Ross2010-01-115-1526/+1199
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmfv2@898057 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2261 - Ken G's patch applied to the qmfv2 branchTed Ross2009-12-225-308/+740
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmfv2@893326 13f79535-47bb-0310-9956-ffa450edef68
* Rebased the qmfv2 branch to trunk version 892277.Ted Ross2009-12-18108-1074/+5103
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmfv2@892292 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2261 - Applied patch from Ken GiustiTed Ross2009-12-165-261/+624
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmfv2@891456 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2261 - Branch patch from Ken GiustiTed Ross2009-12-143-89/+427
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmfv2@890369 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2261 - Patch from Ken GiustiTed Ross2009-12-105-0/+3191
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmfv2@889416 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2245 patch (applied to qmfv2 branch).Ted Ross2009-12-1026-362/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmfv2@889354 13f79535-47bb-0310-9956-ffa450edef68
* Created a branch for qmf-v2 developmentTed Ross2009-12-100-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmfv2@889335 13f79535-47bb-0310-9956-ffa450edef68
* Update OSGI/Eclipse bundle versions and filenames for the 0.6 releaseRobert Gemmell2009-12-108-13/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@889271 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2216: correct option name in log message for ssl plugin.Gordon Sim2009-12-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@889207 13f79535-47bb-0310-9956-ffa450edef68
* Move generation of qpidversion.properties files to a shared definition in ↵Robert Gemmell2009-12-104-42/+26
| | | | | | module.xml, update property name used during generation to prevent circularly defined properties when svnversion isnt available on the path. Update release.sh script to override the svnversion output property when using exported files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@889173 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2256: Removed an unnecessary lock that was causing deadlock due to lock ↵Andrew Stitcher2009-12-101-4/+0
| | | | | | inversion git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@889073 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2258 : AMQP0-9-1 Compliance fixesRobert Godfrey2009-12-0926-51/+197
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@889022 13f79535-47bb-0310-9956-ffa450edef68
* Modified the script to check QMAN_LIB is set and use that instead of always ↵Rajith Muditha Attapattu2009-12-091-2/+4
| | | | | | | | | looking for the libs relative to QMAN_HOME. This makes it easy to run QMan from an svn checkout. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888977 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1753: Update the Qman modules build.xml to use the release-bin task, ↵Robert Gemmell2009-12-092-0/+3
| | | | | | update the release.sh script to copy the resulting artifact git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888939 13f79535-47bb-0310-9956-ffa450edef68
* split out some of the generic parsing stuff in the address parser, and added ↵Rafael H. Schloming2009-12-098-138/+416
| | | | | | a real mimetype parser in anticipation of a fix for QPID-2255 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888901 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2253 - Cluster node shuts down with inconsistent error.Alan Conway2009-12-093-18/+8
| | | | | | | | | | Add a missing memberUpdate on the transition to CATCHUP mode. The inconsistent error was caused because the newly updated member did not have its membership updated and so was missing an failover update message that the existing members sent to a new client. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888874 13f79535-47bb-0310-9956-ffa450edef68
* New directory for documentation.Jonathan Robie2009-12-090-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888850 13f79535-47bb-0310-9956-ffa450edef68
* Set up python test list correctly and get the correct exit code from a test ↵Stephen D. Huston2009-12-092-2/+3
| | | | | | process; resolves QPID-2252 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888670 13f79535-47bb-0310-9956-ffa450edef68
* Correct typo in diagnostic message.Stephen D. Huston2009-12-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888656 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2249 Python Headers Exchange ExampleTed Ross2009-12-086-0/+362
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888452 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2177: rework noddy unit testRobert Gemmell2009-12-081-16/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888348 13f79535-47bb-0310-9956-ffa450edef68
* Updated exclude files to aline with the broker they work with.Martin Ritchie2009-12-0815-51/+57
| | | | | | The CPPExcludes file needs to be split in to a 010Excludes file so that the CPPExclude only contains test the CPP broker should not run and the 010Exclude contains tests that any 0-10 broker should exclude. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888347 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2242 : Update to 0-8 producer to set the JMS_QPID_DESTTYPE when sending ↵Martin Ritchie2009-12-085-12/+133
| | | | | | | | | | | messages. This update required a change to the FieldTable to clear any _encodedBuffer when setting a new value Provided test in JMSDestintationTest. This test requires a broker that supports both 0-8/9 and 0-10 as we must first use a 0-10 connection to send a message, which does not set JMS_QPID_DESTTYPE, then receive the message on 0-8/9. This allows us to validate that messages recieved without JMS_QPID_DESTTYPE set will can correctly set the value without a BufferOverflow Exception when simply forwarding the message. Excluded test from all cpp and InVM runs as test requires a 0-8/9 and 0-10 capable broker. Can reinstate to InVM when multiprotocol testing is capable. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888345 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2250: Remove requirement for message persistence and queue durability ↵Robert Gemmell2009-12-081-19/+15
| | | | | | from the copy process git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888251 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2177: unit and system testing for the new flow controlled related ↵Robert Gemmell2009-12-084-15/+182
| | | | | | attributes of the Queue MBean git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888250 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2177: expose Capacity, FlowResumeCapacity, and FlowOverfull as ↵Robert Gemmell2009-12-087-4/+105
| | | | | | attributes of the Queue MBeans git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888248 13f79535-47bb-0310-9956-ffa450edef68
* Add file to allow exclusion of tests from only the InVM default.testprofileRobert Gemmell2009-12-082-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888246 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2244: output additional MessageTransferMessage header properties, add ↵Robert Gemmell2009-12-081-23/+35
| | | | | | fallback support to ensure display of other types of message git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888244 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2238: ToString calls itselfs causing stack overflow exceptionAidan Skinner2009-12-081-5/+1
| | | | | | patch by julien.lavigne git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888209 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2237: Decode UUID properlyAidan Skinner2009-12-081-0/+1
| | | | | | patch by julien.lavigne git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888208 13f79535-47bb-0310-9956-ffa450edef68
* Fix test config file.Aidan Skinner2009-12-082-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888207 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2242 : Update to the 0-8/9 code path to use the 0-10 static lookup ↵Martin Ritchie2009-12-076-111/+214
| | | | | | tables for the Destination type when JMS_QPID_DESTTYPE has not been set. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@887994 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2214: Opening and closing client connections causes memory use to grow ↵Andrew Stitcher2009-12-072-27/+63
| | | | | | | | unboundedly - Clean up the DeletionManager state for each thread when the thread exits git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@887956 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2244 : Remove LogMessages_de_DE.properties that was erroneously added ↵Martin Ritchie2009-12-071-81/+0
| | | | | | in commit r887946 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@887953 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up assert error, should be queues not exchangesMartin Ritchie2009-12-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@887952 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2242 : Removed unused AMQMessagseDelegate_0_10 constructorMartin Ritchie2009-12-071-12/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@887951 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1992 : Exclude message move test from CPP broker as it uses JMX.Martin Ritchie2009-12-073-47/+50
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@887950 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2242 : Fixed 0-10 code path's getJMSDestination() updated ↵Martin Ritchie2009-12-075-90/+245
| | | | | | | | | | | | JMSDestinationTest to cover more test cases: - Recieving a msg via Queue,Topic - Recieving a msg via Queue with a MessageListener - Recieving a msg on a queue that was sent to a topic, requires JMX interface to perform message move. Excluded test from 0-8 profile until the problem has been resolved git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@887948 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2244 : Added initial support of 0-10 Messages via JMX viewMessages.Martin Ritchie2009-12-073-4/+143
| | | | | | There are a still a few headers that need to be investigated and displayed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@887946 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1992 : Update ProtocolEngine to create LogSubject in constructor as it ↵Martin Ritchie2009-12-071-2/+3
| | | | | | now correctly formats based on the current sate of the Engine. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@887945 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2246 - QMF - Querying objects using a selector of type ObjectId yields ↵Ted Ross2009-12-047-28/+82
| | | | | | incorrect results git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@887320 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1987: missed adding App.configAidan Skinner2009-12-041-0/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@887201 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1992 : Fix compilation error missed during merge.Martin Ritchie2009-12-042-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@887154 13f79535-47bb-0310-9956-ffa450edef68