summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* QPID-3941 This is a carbon copy of qpid-cpp-benchmark with minorRajith Muditha Attapattu2012-05-091-0/+316
| | | | | | | | | | | | modifications to comment out the broker option (as the URL formats are different) and rearragined the order of args passed. Currently there is an issue of parsing the receiver output. Other than that it works without any changes. We need to move this file as qpid-benchmark and add options to allow running either c++ or jms/java versions or mix and match them. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1336280 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3941 Added the c++ equivalent of qpid-send and qpid-receive withRajith Muditha Attapattu2012-05-092-0/+454
| | | | | | identical options. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1336279 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3941 Fixed an error when setting the python path.Rajith Muditha Attapattu2012-05-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1336278 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3941 Moved the printing of header information into it's ownRajith Muditha Attapattu2012-05-091-29/+34
| | | | | | function so that it can be reused by the other classes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1336277 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3941 Made modifications to get the qpid-jms-send, qpid-jms-receiveRajith Muditha Attapattu2012-05-096-878/+978
| | | | | | | scripts working. Corrected formmatting errors and removed leading/trailing spaces. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1336276 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3941 Marked the following files as excutable.Rajith Muditha Attapattu2012-05-093-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1336275 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3603: Make failover subscrption optional for Links.Alan Conway2012-05-095-62/+77
| | | | | | Used by ha::Backup because HA brokers use a different reconnect list from clients. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1336246 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3979: [Java Broker] Last value queue memory leakKeith Wall2012-05-092-21/+275
| | | | | | The failure to remove entries from the _latestValuesMap caused leak of ConflationQueueList entries. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1336127 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3980: Last Value Queue: Replaced conflation queue entries are never ↵Keith Wall2012-05-092-74/+44
| | | | | | deleted (entries remained acquired permanently) causing leak. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1336026 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3988 : Fix spurious test errors caused by change in log4j ↵Robert Godfrey2012-05-092-36/+30
| | | | | | ConsoleAppender behaviour between 1.2.12 and later versions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1335972 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3988: update dependency stubs to fix POM generation before Jenkins ↵Robert Gemmell2012-05-0811-11/+11
| | | | | | points out its borked git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1335823 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3603 Added SystemInfo::isLocalHost Charles E. Rolke2012-05-081-1/+3
| | | | | | Repair r1335562 by including proper header files. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1335706 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3989 : [Java Broker] Add ability to run "in-memory" Derby storeRobert Godfrey2012-05-089-6/+287
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1335667 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3988 : [Java] Update dependencies to latest versionRobert Godfrey2012-05-0824-14/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1335584 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3603: Add ErrorListener to Bridge to handle session errors.Alan Conway2012-05-086-28/+175
| | | | | | Will be used in HA code. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1335563 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3603: Added SystemInfo::isLocalHost to check if a host name refers to ↵Alan Conway2012-05-086-65/+165
| | | | | | the local host. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1335562 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3985 : [Java Tests] Fix locale specific testsRobert Godfrey2012-05-073-36/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1335303 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3986 : [Java Broker] Tidy up constant use for Underfull/Overfull propertiesRobert Godfrey2012-05-073-30/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1335301 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3986 : [Java Broker] Add producer flow control based on total disk usageRobert Godfrey2012-05-0726-154/+1166
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1335290 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Skip HA tests if required python tools are not available.Alan Conway2012-05-073-5/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1335218 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA Fix calculation of buffer size.Charles E. Rolke2012-05-071-1/+1
| | | | | | | | Buffers that have hex chars may have hundreds of them. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1335016 13f79535-47bb-0310-9956-ffa450edef68
* Don't go through the IOCP wait if the poller is shut down. Fixes QPID-3982.Stephen D. Huston2012-05-051-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1334487 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3767: fix queue replicator nameKenneth Anthony Giusti2012-05-041-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1334139 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3767: re-index bridge and link by constant name, not addressKenneth Anthony Giusti2012-05-0421-273/+984
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1334138 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: JCA CleanupWeston M. Price2012-05-043-10/+9
| | | | | | | | | *Renamed module.name in JCA project to be in line with directory *Removed hack in build.deps to satisfy system tests and jca compile time dependencies *Added Apache Geronimo servlet jar for JCA examples git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1334080 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3791: PropertiesFileInitialContextFactory cannot open file URLWeston M. Price2012-05-031-19/+0
| | | | | | | | | | *Removing new test for now as absolute file path is not working on test machine *Excludes mechanism did not work to remove a single test, or the entire class *Will rework git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1333645 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3971: PropertiesFileInitialContextFactory cannot open file URLWeston M. Price2012-05-034-39/+114
| | | | | | | | | | *Added capability to read java.naming.provider.url from file:// URI *Added PropertiesFileInitialContextFactoryTest *Moved functionaly from old JNDIPropertiesTest to new test class *Minor cleanup. Added @SuppressWarnings annotation to PropertiesFileInitialContext git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1333586 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3745: Improve JCA DocumentationWeston M. Price2012-05-031-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1333585 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'QPID-3957' into trunkWeston M. Price2012-05-031-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1333584 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3878:Weston M. Price2012-05-0312-584/+641
| | | | | | | | | | | | | QpidActivation should use connection per inbound listener Added ability to configure inbound listener multiplex behavior Added new property to ra.xml Updated README.txt to reflect changes Added Serialization unit tests for ActivationSpec and ResourceAdapter Contributions from Kevin Conner git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1333473 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3799 and QPID-2616 Various C++ broker ACL changesCharles E. Rolke2012-05-021-195/+236
| | | | | | | | | | * New rule matching logic * Addition and removal of object properties * New command line switches git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1333150 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2616 Count and limit client connections.Charles E. Rolke2012-05-023-15/+32
| | | | | | | | Bug fix: use Connection.getUserId() and not getUsername() to identify user and upgrade selftest to match. Add comment to Connection.h to suggest the particular pitfall. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1333110 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2616 Count and limit client connections.Charles E. Rolke2012-05-015-7/+26
| | | | | | | | Add management statistic and event to record denied connections. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332788 13f79535-47bb-0310-9956-ffa450edef68
* Clarified that syntax for selector filter is based on the selector syntax in ↵Gordon Sim2012-05-011-3/+7
| | | | | | the JMS specification git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332680 13f79535-47bb-0310-9956-ffa450edef68
* Added proposed set of initial 1.0 filter definitionsGordon Sim2012-05-012-0/+758
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332672 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3963: update cluster version.Kenneth Anthony Giusti2012-05-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332660 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3963: fix test, add cluster log filters for link and broker stateKenneth Anthony Giusti2012-05-012-17/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332659 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3963: add testcase for federation and cluster failoverKenneth Anthony Giusti2012-05-011-0/+115
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332658 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3963: replicate learned failover addresses to new cluster membersKenneth Anthony Giusti2012-05-016-3/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332657 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3963: use unique name for created session and queueKenneth Anthony Giusti2012-05-012-8/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332656 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3963: cleanups from reviewboard inputKenneth Anthony Giusti2012-05-012-21/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332655 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3963: fix naming of link exchange, and exchange creation/replication ↵Kenneth Anthony Giusti2012-05-014-32/+89
| | | | | | handling git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332654 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3963: subscribe link to remote broker's to amq.failover exchange.Kenneth Anthony Giusti2012-05-012-8/+127
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332653 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2616 Count and limit client connections.Charles E. Rolke2012-04-302-3/+69
| | | | | | | | Add self tests for connection counting feature. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332342 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3977: Add charting framework for new distributed test tool.Keith Wall2012-04-3039-5437/+5510
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332087 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3936: Performance Test Tool: Try to remove test queues in the event of ↵Keith Wall2012-04-301-0/+23
| | | | | | unexpected shutdown (Control-C etc) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332057 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2616 Count and limit client connectionsCharles E. Rolke2012-04-277-47/+353
| | | | | | | | Limit client connections by name and by host address. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1331549 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3965: Fix issue with converting ACL content to lower case Applied patch ↵Keith Wall2012-04-273-6/+10
| | | | | | by Oleksandr Rudyy <orudyy@gmail.com>, Phil Harvey <phil@philharveyonline.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1331342 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3722 : Tidy up Makefile and imagesRobert Godfrey2012-04-2626-350/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1331043 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3974: update statistics for dropped duplicate messages in replication ↵Gordon Sim2012-04-261-1/+7
| | | | | | exchange (patch from Pavel Moravec) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1331037 13f79535-47bb-0310-9956-ffa450edef68