summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* QPID-4876: Throw an exception when virtual host configuration is not found ↵Alex Rudyy2013-05-224-9/+25
| | | | | | in virtual host file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1485163 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4591: patch from Ernie Allen to add queue sequence number to messagesGordon Sim2013-05-214-1/+92
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1485001 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Corrected vhostname typo in HA example vhost configuration. Also ↵Keith Wall2013-05-212-40/+62
| | | | | | moved documentation of <envConfig> element to BDBMessageStore config section as it applies generally git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1484763 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4844 : [JMS AMQP 1.0] Allow option to use String rather than Binary ↵Robert Godfrey2013-05-201-1/+1
| | | | | | values for generated message-ids git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1484601 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Generalized the generation of iovectors from field iterators.Ted Ross2013-05-203-2/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1484576 13f79535-47bb-0310-9956-ffa450edef68
* NO_JIRA - Work-in-progress for Dispatch agent and field-accessTed Ross2013-05-207-32/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1484572 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fixed requiring Perl to do a buildDarryl L. Pierce2013-05-201-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1484505 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: cleanup temp files to fix the distcheck buildKenneth Anthony Giusti2013-05-201-7/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1484491 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Java Broker docbook - Correct spelling errorKeith Wall2013-05-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1484441 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4868: Add UI into web management console to edit JMX management ↵Alex Rudyy2013-05-202-0/+38
| | | | | | configuration git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1484430 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4685: additional documentation updatesRobert Gemmell2013-05-202-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1484417 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: remove unnecessary includes from test scriptGordon Sim2013-05-201-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1484391 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4685: additional documentation updates following broker configuration ↵Robert Gemmell2013-05-2021-372/+613
| | | | | | model changes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1484370 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA updated queue replication section of qpid C++ book.Alan Conway2013-05-173-59/+115
| | | | | | | | - Added information needed to use HA queue replication as a replacement for old async queue state replication. - Updated links in README-HA.txt to point to (as yet non-existent) 0.22 documentation. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483957 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix incorrect queue declare argument for priority queue type. ↵Keith Wall2013-05-171-2/+9
| | | | | | Improve AMQSession#createQueue example git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483887 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4864 The JMS client needlessly holds the failover mutex whenRajith Muditha Attapattu2013-05-171-7/+4
| | | | | | creating a text message. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483877 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4858: Prevent silent use of insecure HTTP connector when HTTP protocol ↵Alex Rudyy2013-05-179-46/+13
| | | | | | | | with SSL transport was requested. Remove separate HTTPS protocol and use HTTP protocol with SSL transport for consistency with all other protocol types. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483866 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4860: Show virtual host state in UI and transition virtual host into ↵Alex Rudyy2013-05-172-1/+17
| | | | | | ERRORED state on failing to activate git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483865 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4851: Allow users to access http management using '/' instead of ↵Alex Rudyy2013-05-171-0/+2
| | | | | | forcing them to type '/management' or '/index.html' git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483864 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4862: Improve registration/unregistration for JMX MBean objectsAlex Rudyy2013-05-173-43/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483863 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4739: Remove redundant validation of keystore attributes as they are ↵Alex Rudyy2013-05-171-22/+0
| | | | | | validated at keystore creation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483862 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4863: Validate plugin attribute changes and throw ↵Alex Rudyy2013-05-177-0/+141
| | | | | | UnsupportedOperationException where attribute changes are not supported git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483861 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4857: Fixed passing Perl Message to C++ codeDarryl L. Pierce2013-05-171-3/+3
| | | | | | | The Perl code mistakenly passed the Perl Message object, rather than the wrapped C+ Message object, to the release and reject methods. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483771 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4856: Fix reference to qpid.pm in Makefile.amDarryl L. Pierce2013-05-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483541 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Add motivation for change to README-HA.txt.Alan Conway2013-05-161-7/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483515 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA clean up ha_tests.py to use HaCluster more consistently.Alan Conway2013-05-161-29/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483455 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4855: fix compilation error with some compilersGordon Sim2013-05-162-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483436 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Stability fixes for use with non-presettled messagesTed Ross2013-05-162-6/+17
| | | | | | | | 1) Make the server module more conservative about when it calls pn_driver_wakeup 2) Remove the unconditional settling of dispositions from upstream senders git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483313 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4852: Try to close opened AMQP 1.0 connections on broker shutdownAlex Rudyy2013-05-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483260 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA Use qpid::Address in ha::BrokerInfo rather than host/port.Alan Conway2013-05-165-20/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483138 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4851: Fix ConcurrentModificationException thrown on closing of AMQP 1.0 ↵Alex Rudyy2013-05-151-1/+2
| | | | | | connection with existing sessions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483121 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4850: HA Sporadic stall in ha_tests.test_failover_send_receiveAlan Conway2013-05-153-9/+4
| | | | | | | | Fixed a deadlock in the test: test was killing a backup broker then waiting to pass a checkpoint: however if the backup was expected by the primary, the primary holds queues till it connects, so we deadlock. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483107 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4849 The previous code was assuming that "CN" was the first entryRajith Muditha Attapattu2013-05-151-2/+3
| | | | | | | in the name string. Changed the code to first find "CN" and then extract from there. testMultipleCertsInSingleStore verifies this change. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1483079 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4745: Clean up test_backup_acquired to use HaCluster.Alan Conway2013-05-151-15/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482882 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4745: HA safe port allocation for brokers in HA tests.Alan Conway2013-05-155-87/+128
| | | | | | | | | | | | | | | | | | Many HA tests use --port=0 to start a broker on an available port, but then need to shutdown and restart the broker on the same port. This is not safe, on a busy system it is possible for another process to take the port between the time the broker is shut down and the time it is restarted. The solution is to do bind(0) and listen in the python test framework (class HaPort) and let the broker use the socket using qpidd --socket-fd. When the broker is shut down the port remains bound by the python process. When the broker is re-started it again is given access to the socket via --socket-fd. Other changes - move ha_store_tests into ha_tests. - add heartbeats to avoid stalling. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482881 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4847: add support for message group attributes when creating/inspecting ↵Robert Gemmell2013-05-1510-21/+74
| | | | | | queues via the rest interface and web management ui git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482838 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4846: prevent assertion when translating empty 0-10 message content ↵Gordon Sim2013-05-152-1/+32
| | | | | | into 1.0 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482795 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4830 : [JMS AMQP 1.0] Improve JMS client error handlingRobert Godfrey2013-05-155-2/+70
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482770 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4845 : [JMS AMQP 1.0] Client incorrectly reports temporary ↵Robert Godfrey2013-05-152-4/+30
| | | | | | destinations as deleted git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482729 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4844 : [JMS AMQP 1.0] Allow option to use String rather than Binary ↵Robert Godfrey2013-05-143-21/+51
| | | | | | values for generated message-ids git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482609 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4843: Fixed the Perl spout.pl example.Darryl L. Pierce2013-05-141-1/+1
| | | | | | | It still called the old setProperty method on Message rather than set_property. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482598 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4842: Ruby spout.rb calls wrong API to set message properties.Darryl L. Pierce2013-05-141-1/+1
| | | | | | | | Previously it was calling the read-only API (the one that returns an array created from the underlying C++ code) rather than the method to actually set values in the underlying C++. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482597 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4841 : Ensure all data values returned through the REST API are ↵Robert Godfrey2013-05-1416-87/+103
| | | | | | properly sanitised before displaying in HTML to prevent XSS attacks git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482562 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4839: HA Sporadic failure of ha_tests.test_join_ready_clusterAlan Conway2013-05-142-5/+10
| | | | | | | Bug in StatusCheck, was setting fetch timeout to uninitialized value which was sometimes 0, causing an immediate timeout of fetch. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482481 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: clear delivery on disposition updateKenneth Anthony Giusti2013-05-141-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482415 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4781: Fix the Perl bindings for CMake < 2.8Darryl L. Pierce2013-05-131-2/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482038 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: HA moved ha_store_tests.py into ha_tests.py test suite.Alan Conway2013-05-134-129/+88
| | | | | | It was too easy to forget the store tests in a separate file. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1482023 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4832: Split 0.8 python test ↵Alex Rudyy2013-05-132-0/+7
| | | | | | | | | | DefaultExchangeRuleTests.testDefaultExchange into 2 tests: testDefaultExchange testing that queue is automatically bound to a default exchange testDefaultExchangeExplicitBind testing explicit queue bind on a default exchange Exclude testDefaultExchangeExplicitBind from Java Broker python test profile git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1481824 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: removing maximum latency from Java performance charts because it is ↵Phil Harvey2013-05-139-111/+91
| | | | | | not very useful and makes it harder to read the average git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1481726 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4831 : [Java Broker] Allow identification of SSLv2 Client Hello ↵Robert Godfrey2013-05-121-0/+16
| | | | | | messages (used in Java 1.6) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1481567 13f79535-47bb-0310-9956-ffa450edef68