summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* QPID-2793 - Python and Ruby bindings for the C++ QMFv2 APITed Ross2010-08-1214-22/+1187
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@985020 13f79535-47bb-0310-9956-ffa450edef68
* Added some missing typecasts and type-check clauses.Ted Ross2010-08-121-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@985019 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2792 - QMF Clients in C++ following the ABI-stable pattern of the new ↵Ted Ross2010-08-1245-2/+5507
| | | | | | messaging API git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@985016 13f79535-47bb-0310-9956-ffa450edef68
* Remove misleading "no message store" message.Alan Conway2010-08-121-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@984958 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2791: batch up data indications and repliesKenneth Anthony Giusti2010-08-122-25/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@984935 13f79535-47bb-0310-9956-ffa450edef68
* fixed reply-to conversionRafael H. Schloming2010-08-122-5/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@984906 13f79535-47bb-0310-9956-ffa450edef68
* Updated selinux policy to work on versions lacking aisexec_t.Alan Conway2010-08-123-26/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@984858 13f79535-47bb-0310-9956-ffa450edef68
* Fix some compilation errorsGordon Sim2010-08-122-41/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@984714 13f79535-47bb-0310-9956-ffa450edef68
* Completed the set of permutations of type-conversion for all signed and ↵Ted Ross2010-08-122-8/+651
| | | | | | unsigned integer types. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@984622 13f79535-47bb-0310-9956-ffa450edef68
* Correctly parse replies containing multiple qmf messages.Kenneth Anthony Giusti2010-08-111-15/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@984424 13f79535-47bb-0310-9956-ffa450edef68
* fix error reporting for negotiation failure in sasl stubRafael H. Schloming2010-08-112-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@984386 13f79535-47bb-0310-9956-ffa450edef68
* default sasl service to qpiddRafael H. Schloming2010-08-111-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@984382 13f79535-47bb-0310-9956-ffa450edef68
* Revert commits r981517 and r981435 that moved periodic purging of queues ↵Gordon Sim2010-08-115-22/+31
| | | | | | onto cluster's timer. If the timer fires during an update it causes errors; it also puts a potentially time consuming task on the clusters dispatch thread. Instead don't purge LVQs to avoid cluster inconsistencies (and more directly the assertion that aims to prevent these). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@984357 13f79535-47bb-0310-9956-ffa450edef68
* Exclude testResumeNonemptyReplay from ConnectionTest for all Java profilesAndrew Donald Kennedy2010-08-111-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@984334 13f79535-47bb-0310-9956-ffa450edef68
* QMF: include exception handler callback in v1 topic listenerKenneth Anthony Giusti2010-08-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@984253 13f79535-47bb-0310-9956-ffa450edef68
* Added broker wait timeout to broker test frameworkKim van der Riet2010-08-101-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@984058 13f79535-47bb-0310-9956-ffa450edef68
* Fix test race conditions causing cluster_tests.py:management_test to hang.Alan Conway2010-08-102-24/+18
| | | | | | | | Got rid of expect_fail, ignore exceptions in the caller. Avoid concurrent calls to _cleanup, call only from from wait/poll. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@984017 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2775: Exclude the FirewallConfigTest from InVM test runs, the tests ↵Robert Gemmell2010-08-091-0/+3
| | | | | | no-op because the Firewall plugin only operates on TCP connections git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@983806 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2775: use the JMX interface to reload the configuration synchronously, ↵Robert Gemmell2010-08-092-35/+27
| | | | | | helping to avoid situations where the timeout is insufficient for the SIGHUP process to complete git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@983805 13f79535-47bb-0310-9956-ffa450edef68
* Fixed memory management error in cluster::Quorum causing problems with ↵Alan Conway2010-08-092-4/+5
| | | | | | | | | | --cluster-cman. Sometimes caused brokers using --cluster-cman to fail with a "no permission" or "bad file-descriptor" error. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@983786 13f79535-47bb-0310-9956-ffa450edef68
* Add missing destroy permissions to qpidd selinux module.Alan Conway2010-08-091-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@983784 13f79535-47bb-0310-9956-ffa450edef68
* Removed finally - Python before 2.5 did not allow finally together with ↵Jonathan Robie2010-08-092-4/+4
| | | | | | specific exceptions. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@983743 13f79535-47bb-0310-9956-ffa450edef68
* Changed conditional assignment to vanilla if/then/else, for compatibility ↵Jonathan Robie2010-08-091-2/+9
| | | | | | with older Python. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@983718 13f79535-47bb-0310-9956-ffa450edef68
* fixed heartbeatingRafael H. Schloming2010-08-092-4/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@983597 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2787: Add test for persistence of Conflation/LastValue queuesRobert Gemmell2010-08-094-38/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@983571 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2783: Eliminate the UnknownMessageTypeException from ↵Robert Gemmell2010-08-082-47/+1
| | | | | | | | | o.a.q.server.protocol package Appled patch from Sorin Suciu <ssuciu@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@983441 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2787: split existing test into component test methods regarding ↵Robert Gemmell2010-08-063-172/+425
| | | | | | persistence/recovery of queues, exchanges, messages,bindings. Add additional tests around removal of persisted items. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@982988 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2787: Move QpidTestCase to Common test module so that any test can ↵Robert Gemmell2010-08-069-15/+29
| | | | | | | | | inherit from it, allowing exclusions to be applied. Add ability to gather the class name of the message store associated with the test profile in use. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@982986 13f79535-47bb-0310-9956-ffa450edef68
* remove empty directoriesAndrew Donald Kennedy2010-08-060-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@982921 13f79535-47bb-0310-9956-ffa450edef68
* Fix crash on exit with --cluster-cman.Alan Conway2010-08-051-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@982698 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2786Rajith Muditha Attapattu2010-08-051-17/+31
| | | | | | | | Removed the checking for dest style and instead added support for providing the address name and subject is the exchange name and routing key is null. Otherwise we would have to modify the hashcode, equals methods etc to take the dest style into account. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@982652 13f79535-47bb-0310-9956-ffa450edef68
* Don't request non-zero session expiration (as resume is not supported at ↵Gordon Sim2010-08-051-1/+1
| | | | | | this time) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@982517 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2786Rajith Muditha Attapattu2010-08-041-1/+13
| | | | | | | | | | | This fix is only for creating a durable subscription without a selector. When creating a durable subscription with a selector a different code path is used. The patch in QPID-2418 attempts to fix the code duplication among other things. Once that patch is applied I may have to readjust the code. I will be adding a test case to DurableSubscriptionTest.java once the code is sorted out. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@982381 13f79535-47bb-0310-9956-ffa450edef68
* Fix ClusterFailover.cpp and ForkedBroker.cpp to avoid using the default data ↵Alan Conway2010-08-042-3/+15
| | | | | | | | | directory. Was causing tests to fail because of a pre-existing lock file in the default data dir. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@982374 13f79535-47bb-0310-9956-ffa450edef68
* Fix race conditions in brokertest.py and cluster_tests.py.Alan Conway2010-08-042-9/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@982309 13f79535-47bb-0310-9956-ffa450edef68
* Missed in a previous commit. Updated README from Chuck Rolke.Ted Ross2010-08-041-10/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@982261 13f79535-47bb-0310-9956-ffa450edef68
* Re-enabled the wrapping of the messaging API with fixes for earlier versionsTed Ross2010-08-045-9/+13
| | | | | | | of Swig, Python, and Ruby. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@982244 13f79535-47bb-0310-9956-ffa450edef68
* Added conditional-compilation directives to hide the PrivateImplRef templateTed Ross2010-08-044-1/+17
| | | | | | | | from Swig. It seems that earlier versions of Swig (like that in RHEL5) don't like the template syntax. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@982243 13f79535-47bb-0310-9956-ffa450edef68
* Remove prefix in broker logs for brokertest.py.Alan Conway2010-08-031-1/+1
| | | | | | | Prefix is redundant and makes it more difficult to compare logs with diff. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@982003 13f79535-47bb-0310-9956-ffa450edef68
* Disable non-0 session timeouts.Alan Conway2010-08-038-15/+66
| | | | | | | | | | Since session resume is not fully implemented, non-0 session timeouts are of no use. Moreover the partial implementation causes problems in a cluster as stale sessions kept alive by a timeout can interfere with failover and updates. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@981933 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2744: Property name check in wrong placeAndrew Donald Kennedy2010-08-031-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@981896 13f79535-47bb-0310-9956-ffa450edef68
* Bugfix: Schema cache in console.py could get locked in the state whereTed Ross2010-08-021-1/+1
| | | | | | | entries were partial (i.e. schema key is known but schema is not). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@981682 13f79535-47bb-0310-9956-ffa450edef68
* Return rather than exiting once route is deletedGordon Sim2010-08-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@981643 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug in setting of the app-id header (it was set in the ↵Ted Ross2010-08-022-3/+19
| | | | | | | | | | application-headers rather than the message-properties). Made the broker agent more selective about when it broadcasts console-added messages. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@981592 13f79535-47bb-0310-9956-ffa450edef68
* Give queue cleaner task an explicit nameGordon Sim2010-08-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@981517 13f79535-47bb-0310-9956-ffa450edef68
* fixed bug in flow control logic; added testsRafael H. Schloming2010-08-023-15/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@981474 13f79535-47bb-0310-9956-ffa450edef68
* Ensure that for clustered broker the queue cleaner is run on the correct thread.Gordon Sim2010-08-025-8/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@981435 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2782: update qmf console binding api.Kenneth Anthony Giusti2010-08-015-59/+187
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@981277 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2718: Update the common.bnd version to 0.7.0Robert Gemmell2010-08-011-1/+1
| | | | | | | Applied patch from Sorin Suciu <ssuciu@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@981269 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2717: Upgrade the bnd to version 0.0.384Robert Gemmell2010-08-013-1/+1
| | | | | | | Applied patch from Sorin Suciu <ssuciu@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@981268 13f79535-47bb-0310-9956-ffa450edef68