summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * QPID-5121: Store module does not raise exception when attempting to enqueue ↵Pavel Moravec2014-02-021-2/+4
| | | | | | | | | | | | a message bigger than the journal size git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1563613 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5504 : Moving routing to Exchange from session classesRobert Godfrey2014-02-0114-366/+295
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1563431 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5532: [C++ broker] Add debug log when timeouting DTX transactionPavel Moravec2014-02-011-0/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1563403 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5530: [legacystore] store_chk raises "Operation on non-existent record: ↵Pavel Moravec2014-02-011-2/+11
| | | | | | | | | | | | operation=unlock; rid=.." on aborted DTX transaction in TplStore git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1563387 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA: [JMS Client 0-8 documentation] Correct pub/sub example to use a ↵Keith Wall2014-02-012-9/+11
| | | | | | | | | | | | integer price property (suitable for the inequality in the example's message selector). Correct typo in 'Maximum Delivery Count' section and add note that JMSXDeliveryCount optional property is not supported. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1563355 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5514: [Java Broker Documentation] Change ports section to note that ↵Keith Wall2014-01-311-2/+2
| | | | | | | | | | | | fact that only HTTP/JMX ports remain listening after port deletion. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1563343 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5525: [Java Broker Documentation] Add simple JMX documentation: simple ↵Keith Wall2014-01-314-19/+293
| | | | | | | | | | | | | | | | guide to connecting with jconsole, simple jmx client example and MBean summary with links to interfaces source files. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1563336 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5485: If no directory for paging file is enabled print warning (as ifAndrew Stitcher2014-01-318-15/+12
| | | | | | | | | | | | | | memory mapped files were not supported) but still create a queue. - Also improve DataDir const correctness. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1563256 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5527: Upgrade to Jetty 8Robert Gemmell2014-01-3118-65/+64
| | | | | | | | | | | | Applied patch from Emmanuel Bourg. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1563153 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5485: Fixes to broken original checkinAndrew Stitcher2014-01-312-4/+5
| | | | | | | | | | | | | | - Fix signatures of dummy windows memory mapped file implementation - Fix detecting no data dir git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1563152 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5529: remove failed send from delivery bufferGordon Sim2014-01-311-5/+11
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1563122 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5485: By default use a subdirectory of the data dir called "pq" forAndrew Stitcher2014-01-309-22/+40
| | | | | | | | | | | | | | page queue files. If neither data dir nor paging dir are set then error on any attempt to create a paged queue. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1563012 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA: Update configuration script to handle a PROTON_ROOT.Charles E. Rolke2014-01-291-17/+85
| | | | | | | | | | | | | | Expose the cmake command lines as they are executed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1562539 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5409: Refactor BDB HA system tests to use management REST interfaces ↵Keith Wall2014-02-0413-93/+207
| | | | | | | | | | | | instead of JMX. Add new system tests for setting priority, quorum override and role git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1564250 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5409: Setting attributes on LocalReplicationNode now causes the ↵Keith Wall2014-01-318-213/+716
| | | | | | | | | | | | corresponding update to the facade. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1563131 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5413: Fix the issue with flickering node rows in the nodes tableAlex Rudyy2014-01-292-7/+12
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1562518 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-5409: On Broker startup, the tree of configured objects are told to ↵Keith Wall2014-01-2925-903/+546
| | | | | | | | | | | | | | | | | | attain their desired state, rather than being told to be ACTIVE. On shutdown, close is used rather than setting desired state to STOPPED. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1562469 13f79535-47bb-0310-9956-ffa450edef68
* | Merge changes from the trunk in revisions 1560619:1562452 usingKeith Wall2014-01-29221-1252/+1673
|\ \ | |/ | | | | | | | | | | | | svn merge -r 1560619:1562452 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1562466 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5211: Prevent spurious not valid state transitions for ↵Keith Wall2014-01-293-7/+11
| | | | | | | | | | | | MemoryMessageStore and test QuotaMessageStore git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1562452 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5522 : TransactionController endless wait when the TCP/IP connection is ↵Robert Godfrey2014-01-295-50/+101
| | | | | | | | | | | | | | | | lost detect link / session / connection failures when sending to, and expecting a response from, the transaction controller git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1562444 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5520: qpid-python-test should not fail for skipped tests.Alan Conway2014-01-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | The qpid-python-test script has a facility for skipping tests (by raising a Skipped exception) which works fine BUT if tests are skipped the script exits with non-0 status - i.e. failure. With this commit the script exits with a 0 exit status (success) unless there are actual failures. See discussion at: http://apache-qpid-developers.2158895.n2.nabble.com/qpid-python-test-script-should-skipped-tests-be-considered-failures-td7592307.html git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1562167 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA: Removed unused defines from config.hAndrew Stitcher2014-01-271-5/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1561857 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5362: Bugfixes and enhancements to qpid_qls_analyzeKim van der Riet2014-01-274-153/+398
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1561848 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA: Minor rationalization of log statement priorities.Alan Conway2014-01-276-13/+10
| | | | | | | | | | | | | | | | | | Demote "backup of queue x connected to y" from info to debug. Tighten up redundant 'notice' messages around promotion of primary. Promote 'DTX not implemented' to warning Misc. other minor adjustments. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1561833 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA: Minor refactor to improve code safety: calling shared_from_this on ↵Alan Conway2014-01-2711-31/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | creation. Previous anti-pattern: Classes need to call shared_from_this during creation, but can't call it in the ctor so had a separate initiailize function that the user was required to call immediately after the constructor. Possible for user to forget. Improved pattern: Introduce public static create() functions to call constructor and initialize, make constructor and initialize private. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1561828 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5516: Only enable Dtrace style probes on LinuxAndrew Stitcher2014-01-271-8/+13
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1561775 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5513: HA backup fails if number of replicated queues exceeds number of ↵Alan Conway2014-01-271-1/+1
| | | | | | | | | | | | | | | | channels. Fix link error (incorrect libraries listed) in ha_test_max_queues on windows. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1561754 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5514: [Java Broker Management] Close the AMQP transport on deletion of ↵Keith Wall2014-01-273-3/+41
| | | | | | | | | | | | the port too. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1561631 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5513: HA backup fails if number of replicated queues exceeds number of ↵Alan Conway2014-01-2413-16/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | channels. The problem: - create cluster of 2 brokers. - create more than 32768 queues (exceeds number of channels on a connection) - backup exits with critical error but - client creating queues receives no error, primary continues with unreplicated queue. The solution: Primary raises an error to the client if it attempts to create queues in excess of the channel limit. The queue is not created on primary or backup, primary and backup continue as normal. In addition: raised the channel limit from 32k to 64k. There was no reason for the smaller limit. See discussion: http://qpid.2158936.n2.nabble.com/CHANNEL-MAX-and-CHANNEL-HIGH-BIT-question-tp7603121p7603138.html New unit test to reproduce the issue, must create > 64k queues. Other minor improvements: - brokertest framework doesn't override --log options in the arguments. - increased default heartbeat in test framework for tests that have busy brokers. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1561206 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA: Make the python test install depend on the python files.Andrew Stitcher2014-01-241-2/+5
| | | | | | | | | | | | | | | | - So just after the previous checkin Gordon changed the python code. This made me think that the python install needs to have the dependencies! git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1561130 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5512: suppress exception sometimes seen due to race while closing the ↵Robert Gemmell2014-01-241-1/+6
| | | | | | | | | | | | | | | | socket on Windows, prevent erroneous ConnectionTest failures. Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1561000 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5048: Moved test-scope logging dependencies to being compile scope ↵Robert Gemmell2014-01-242-20/+14
| | | | | | | | | | | | | | | | dependencies of qpid-test-utils, which other modules depend on at test scope. Workaround for maven scope dependency resolution issue causing system test run problems. Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560999 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2294: add checks for negative timeoutGordon Sim2014-01-241-1/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560974 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA : fix typos / spelling errorsRobert Godfrey2014-01-23137-424/+336
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560853 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA: Changes to python related build processes:Andrew Stitcher2014-01-231-4/+16
| | | | | | | | | | | | | | | | | | | | - Use an intermediate build area in the build area not in the source. -- With this change the source tree is now completely untouched during a build. - Fiddle with CMake so that the python install into the build area doesn't happen on every build. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560851 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA : fix spelling error/typo in DtxBranch.addPostTransactionAc(t)ionRobert Godfrey2014-01-233-8/+8
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560821 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA : fix spelling error/typo in name of Enque(ue)ableMessageRobert Godfrey2014-01-2322-75/+76
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560811 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA : set eol-style propertyRobert Godfrey2014-01-231-69/+69
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560771 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5504 : simplify QueueEntry to remove discard/dispose/dequeue and only ↵Robert Godfrey2014-01-2332-362/+302
| | | | | | | | | | | | leave delete as the correct way to remove entries git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560770 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5509: release messages that have not yet been fetched when closing receiverGordon Sim2014-01-232-11/+17
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560718 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5506: Use a randomness source to certutil that will definitely exist.Andrew Stitcher2014-01-231-1/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560692 13f79535-47bb-0310-9956-ffa450edef68
* | Merge changes from the trunk in revisions 1558036:1560619 usingKeith Wall2014-01-23295-3095/+3259
|\ \ | |/ | | | | | | | | | | | | svn merge -r 1558036:1560619 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha@1560634 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5488: Allow for not enough bytes initially received by client for ↵Andrew Stitcher2014-01-232-2/+6
| | | | | | | | | | | | protocol init git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560575 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5362: Bugfixes for journal analysis tool qpid_qls_analyzeKim van der Riet2014-01-221-6/+10
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560530 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5481: Messaging API Update - 1555202 Logger module addedCharles E. Rolke2014-01-224-0/+368
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560529 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5504 : remove InboundMessage... characterize routing as being on the ↵Robert Godfrey2014-01-2249-358/+409
| | | | | | | | | | | | immutable message and a set of instance properties git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560524 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA : remove empty directoriesRobert Godfrey2014-01-220-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560435 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA : remove empty directoriesRobert Godfrey2014-01-220-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560431 13f79535-47bb-0310-9956-ffa450edef68
| * NO-JIRA : remove empty directories in java systestsRobert Godfrey2014-01-220-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560425 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-5504 : initial refactoring to move common code into shared classes, ↵Robert Godfrey2014-01-2252-1494/+353
| | | | | | | | | | | | make transports work similarly with respect to message routing git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1560424 13f79535-47bb-0310-9956-ffa450edef68