summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* QPID-5496: WIP on a common way of configuring the default-group for a queue, ↵QPID-5496_default_groupsRobert Gemmell2014-01-205-39/+109
| | | | | | and allowing queues with 'shared groups' to support non-grouped messages git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-5496_default_groups@1559833 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5496: create temporary branchRobert Gemmell2014-01-200-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-5496_default_groups@1559831 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Broker documentation] Correct version numbers in BDBBackup ↵Keith Wall2014-01-191-2/+2
| | | | | | command examples in HA documentation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1559485 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Broker documentation] Factor out link to client connection ↵Keith Wall2014-01-193-4/+5
| | | | | | url as entity git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1559484 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java 0-8 client documentation] Correct current release numberKeith Wall2014-01-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1559483 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5488: Fix Amqp protocol version printingAndrew Stitcher2014-01-172-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1559251 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Really fix the test for the correct previous versions of cmakeAndrew Stitcher2014-01-171-2/+2
| | | | | | (sorry, this is getting embarassing) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1559198 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5065: modifications to get more tests running on windows (both ant and ↵Keith Wall2014-01-1749-159/+471
| | | | | | | | | | | | maven). Also - Fixed the jca/rar pom module name, it should be qpid-ra not qpid-rar. - Added project details such as Website, Mailing List, SCM. Patch submitted by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1559096 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5486: Creating paged queue can overwrite existing qpidd filesPavel Moravec2014-01-171-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1559090 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix switch statement not covering all cases warningAndrew Stitcher2014-01-171-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1559021 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5489: Uuid code improvementsAndrew Stitcher2014-01-1712-183/+35
| | | | | | | | | | | | | - Don't use uuid_compare() as it will get the wrong version of the function under FreeBSD which has a uuid library build into libc with different function signatures from libuuid but some overlapping names. - Reorganise the uuid code to limit the used external symbols to uuid_generate(), uuid_parse(), uuid_unparse() - Minimise the framing::Uuid code so that it is a simple wrapper around types::Uuid - Use uuid_generate() as the symbol to search in CMake (uuid_compare() isn't used in qpid anymore). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1559017 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: fix to allow warning silencing to work on previous versions of ↵Andrew Stitcher2014-01-161-2/+4
| | | | | | cmake too git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558960 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Broker Doc] Fix empty literal element (causes output rendered ↵Keith Wall2014-01-161-1/+1
| | | | | | by site's make gen-release.. to be corrupted). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558955 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Turn off cmake warnings caused by change in recent cmake 2.8 versionsAndrew Stitcher2014-01-161-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558954 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5487: [linearstore] Replace use of /dev/urandom with c random generator ↵Kim van der Riet2014-01-165-31/+28
| | | | | | calls git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558913 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5481: Messaging API Update - 1520673 Connection reconnect() and ↵Charles E. Rolke2014-01-162-0/+64
| | | | | | getUrl() added git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558911 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5481: Messaging API Update - 1520416 Message ↵Charles E. Rolke2014-01-161-11/+35
| | | | | | | | | | | | | | setProperties(Variant::Map&) added The .NET binding already had a Properties setter but it behaved worked by doing recursive property Add and not a wholesale replace. This patch calls the new setProperty method to get the correct behavior. The Properties property does non trivial calls into the unmanaged code. This patch also intercepts unmanaged exceptions from get and set and relays them into managed space. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558899 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5486 Creating paged queue can overwrite existing qpidd filesPavel Moravec2014-01-161-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558806 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5485 Deleting paged queue does not remove underlying filePavel Moravec2014-01-165-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558790 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5481: Messaging API Update - 1513536 Message constructor and content ↵Charles E. Rolke2014-01-154-144/+162
| | | | | | | | | | getters added The .NET Binding already had the bytes constructor and the getContentBytes methods. This patch adds getContentObject/setContentObject interfaces. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558619 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5484 [linearstore] Poor performance relative to legacystore. Partial ↵Kim van der Riet2014-01-152-2/+9
| | | | | | fix: The use of /dev/random exhausts the kernel's supply of non-deterministic random data, and calls to read from it block until enough is available. It has been determined that /dev/urandom is good enough for this use-case (Journal serial numbers), and does not suffer from blocking. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558592 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Removed linear/legacy store CMake checks for uuid libraryAndrew Stitcher2014-01-153-59/+16
| | | | | | | - The stores do not directly depend on the library but rather use the platform indirection in qpid to get to uuid capabilities. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558591 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5483: [linearstore] Recovery of journal with partly written record ↵Kim van der Riet2014-01-1511-139/+247
| | | | | | fails with "JERR_JREC_BADRECTAIL: Invalid data record tail" error message git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558589 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5481: Messaging API Update - r1460198 QPID-4586 Receiver and Sender ↵Charles E. Rolke2014-01-154-0/+97
| | | | | | 'Address getAddress()' added git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558549 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5482: HA Backup becomes useless if a connection-forced error is raised.Alan Conway2014-01-155-20/+39
| | | | | | | | | | | Backup will now shut-down with critical error if it receives a connection-forced while trying to connect to the primary so the problem is obvious. ha/StatusCheck: don't use the HaBroker outside the StatusCheck constructor as it may be deleted. Avoids core dump if broker shuts down early while status check is ongoing. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558538 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2294: handle signal interruptions to selectGordon Sim2014-01-151-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558503 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Reformat white space with Visual Studio 2010 ^K^F Format Selection.Charles E. Rolke2014-01-157-43/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558481 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5342 : [Java Client] 0-10 client does not close connection when ↵Robert Godfrey2014-01-158-29/+45
| | | | | | heartbeat timeout interval has been exceeded git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558363 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5478: elapsed time calculation should use a simple assignment, rather ↵Robert Gemmell2014-01-141-1/+1
| | | | | | than a compound addition+assignment which could lead to erroneous accumulation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558243 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5476: Improve the robustness and portability of check-abiAndrew Stitcher2014-01-141-7/+12
| | | | | | | - Fix check-abi for BSD mktemp/sed command line syntax. - Make sure we fix sort to C locale to avoid any confusion. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558201 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5452: Change installation directory for qpid-send/qpid-receiveAndrew Stitcher2014-01-141-9/+13
| | | | | | | | | | qpid-send/qpid/receive are useful utilities in their own right and not just used for testing so install them in an easily accessible location. Patch from Irina Boverman git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558193 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5459 : add websocket plugin modules to release scriptRobert Godfrey2014-01-142-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1558037 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5459 : Added configurable TLS parameters for AMQP 1.0 client (both TCP ↵Robert Godfrey2014-01-1410-108/+690
| | | | | | and WSS) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557982 13f79535-47bb-0310-9956-ffa450edef68
* Don't use a linkmap to cut down the exported library symbols ifAndrew Stitcher2014-01-141-5/+2
| | | | | | | the compiler if gcc 4.1.2 (as used in RHEL 5). This fixes a crash in the unit tests somehow triggered by adding the work in QPID-5415. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557946 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5459 : [Java Broker] add secure websocket support to the broker, ↵Robert Godfrey2014-01-131-2/+1
| | | | | | including ssl client auth git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557831 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5459 : [Java Broker] add secure websocket support to the broker, ↵Robert Godfrey2014-01-134-8/+38
| | | | | | including ssl client auth git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557782 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : revert accidentally commited filesRobert Godfrey2014-01-134-199/+75
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557776 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5475 : [Java Broker] Add test for REST api client cert authRobert Godfrey2014-01-135-75/+288
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557775 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5475 : [Java Broker] add ability to use ssl client auth to REST api and ↵Robert Godfrey2014-01-139-19/+177
| | | | | | HTTP management git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557770 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5472: [Java Broker] Connection model object attribute PORT should ↵Keith Wall2014-01-134-2/+8
| | | | | | | | | return the name of the Port * Added REST system test for the above * Also addressed review comments from Andrew MacBean (namely, HttpManagement#stop should chain the underlying exception). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557683 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5474: display clientId and clientVersion attributes from the connection ↵Robert Gemmell2014-01-132-14/+10
| | | | | | JSON, remove display of unimplemented attributes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557678 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5473: Recovery where last record in file is truncated (ie spans files), ↵Kim van der Riet2014-01-122-2/+3
| | | | | | but following file is uninitialized causes crash git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557620 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5472: [Java Broker] Exceptions used to report bind port failure ↵Keith Wall2014-01-125-12/+16
| | | | | | (AMQP/HTTP) now includes port id/name/number too git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557591 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5471: fix some incorrect/incomplete information in the java broker ↵Robert Gemmell2014-01-111-13/+42
| | | | | | message grouping documentation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557468 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5373: move retrieval of the peer Principal into the connection IO ↵Robert Gemmell2014-01-1112-95/+53
| | | | | | thread, retrieving from the NetworkConnection during the AMQP handshak after the SSL handshake must have already been completed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557467 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5470: Improve QMF README documentation and update JavaDocs to reflect ↵Fraser Adams2014-01-1122-35/+182
| | | | | | new location of QMF2 API docs git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557407 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5469: link should not override a topic policy specifying autodeletionGordon Sim2014-01-101-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557280 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5468: fix handling of delete-if-unused for sending linksGordon Sim2014-01-101-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557279 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5467: fix handling of delete-on-closeGordon Sim2014-01-104-8/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557272 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5463: make dynamic nodes auto deleted by defaultGordon Sim2014-01-104-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1557262 13f79535-47bb-0310-9956-ffa450edef68