summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* QPID-4710: [AMQP 1.0] Support for transactions in qpid::messaging C++ client.aconway-amqp-txAlan Conway2015-02-260-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/aconway-amqp-tx@1662584 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6415: Core dump in ha_tests and interlink_tests with proton 0.9 (test fix)Alan Conway2015-02-261-0/+1
| | | | | | Minor test fix to avoid core dumps git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662583 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6415: Core dump in ha_tests and interlink_tests with proton 0.9 (missed)Alan Conway2015-02-262-2/+2
| | | | | | | | With proton 0.9 you need call pn_connectin_free before pn_transport_free. Missed 2 cases in the previous commit. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662526 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6415: Core dump in ha_tests and interlink_tests with proton 0.9Alan Conway2015-02-261-1/+1
| | | | | | With proton 0.9 you need call pn_connectin_free before pn_transport_free. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662509 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6418 : [Java Broker] Fix testRobert Godfrey2015-02-261-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662489 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6418 : [Java Broker] Use annotation to denote managed object which ↵Robert Godfrey2015-02-2611-13/+35
| | | | | | manage the storage of their childrens' data git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662473 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6414: Skip HA tests if qpid-ha or qpid-config tools are not available.Alan Conway2015-02-253-14/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662275 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6413: Sporadic failure of HA tests causd by maxNegotiateTimeoutAlan Conway2015-02-252-15/+18
| | | | | | | | | | | | | | | | | | | | Increased maxNegotiateTimeout to the default (10 seconds). A smaller value speeds up detection of non-running brokers on remote hosts, but this is not necessary for the tests. Increased some other test timeouts and added some improved error reporting. The occasional long (> 1 second) connection delays are caused by Cyrus SASL authentication. Not clear why this takes so long, but that is a separate issue. Here's a client log excerpt showing the delay. 2015-02-25 08:29:37.461299895 [Network] trace RECV [[127.0.0.1:34247-127.0.0.1:45983]]: Frame[BEbe; channel=0; {ConnectionStartBody: server-properties={qpid.federation_tag:V2:36:str16(77800bff-a176-46c1-917a-32f136dee650)}; mechanisms=str16{V2:9:str16(ANONYMOUS), V2:5:str16(PLAIN)}; locales=str16{V2:5:str16(en_US)}; }] 2015-02-25 08:29:37.463116303 [Security] debug CyrusSasl::start(ANONYMOUS PLAIN) (Note delay > 1 sec here) 2015-02-25 08:29:38.839793753 [Security] debug min_ssf: 0, max_ssf: 256 2015-02-25 08:29:38.839851781 [Security] debug CyrusSasl::start(ANONYMOUS PLAIN): selected ANONYMOUS response: 'anonymous@wallace' 2015-02-25 08:29:38.839963162 [Client] warning Connection [127.0.0.1:34247-127.0.0.1:45983] closed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662247 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix path encoding in rest system tests#Alex Rudyy2015-02-254-14/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662225 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6412: Use ConcurrentMap interface rather than concrete class to ensure ↵Keith Wall2015-02-251-1/+2
| | | | | | linking issues when running JDK 1.8 compiled code under JDK 1.7 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662211 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6411 : Don't throw an NPE if there is no Error associated with the a ↵Robert Godfrey2015-02-241-8/+28
| | | | | | broker initiated detach git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662051 13f79535-47bb-0310-9956-ffa450edef68
* Fix up/remove pasted comments re Linux per Andrew's review comments in ↵Stephen D. Huston2015-02-241-4/+0
| | | | | | review for QPID-6312 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1662025 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6410: [Java Broker] Disambiguate connection adapter name by adding a ↵Alex Rudyy2015-02-245-11/+29
| | | | | | connection ID to the name git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661929 13f79535-47bb-0310-9956-ffa450edef68
* Don't take the address of a 0-length vector. Fixes QPID-6409.Stephen D. Huston2015-02-241-5/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661830 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6408: [Java Broker] Expose AMQP connection limits (max concurrent ↵Keith Wall2015-02-236-38/+95
| | | | | | connections) through the web management ui. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661741 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6407: [Java Broker] Fix Web UI defect that prevents the actual node ↵Keith Wall2015-02-2314-60/+35
| | | | | | priority / quorum override from populating within the dialogue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661693 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6405: [Python Client] Fallback if pkg_resources is not available.Keith Wall2015-02-231-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661647 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6406: [Java Broker] Prevent the spurious firing of the attribute ↵Keith Wall2015-02-222-2/+87
| | | | | | listener for attribute where no value change is made git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661531 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6247: [Java Broker] Use try-with-resources to avoid some repeated ↵Keith Wall2015-02-224-37/+5
| | | | | | cleanup code git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661530 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6405: [Python Client] Retreive package version number from ↵Keith Wall2015-02-223-12/+25
| | | | | | pkg_resources and report to the peer at connection time using version/qpid.client_version connection property git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661459 13f79535-47bb-0310-9956-ffa450edef68
* Replace non-Apache licensed CheckSizeTNativeType.cmake with ASF-licensed and ↵Stephen D. Huston2015-02-225-63/+60
| | | | | | more correct for our needs, CheckSizetDistinct.cmake. Resolves QPID-6312. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661450 13f79535-47bb-0310-9956-ffa450edef68
* Add missing AIX-needed SystemInfo.cpp source; relates to QPID-6312, 0003 ↵Stephen D. Huston2015-02-221-0/+205
| | | | | | attachment git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661449 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6404 : Message construction from received messages should be lenientRobert Godfrey2015-02-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661373 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6404 : Change default Message constructor to be strict by defaultRobert Godfrey2015-02-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661368 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6404 : Be lenient in receiving invalid messages, send AmqpValue(null) ↵Robert Godfrey2015-02-214-17/+20
| | | | | | for the empty message git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661364 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6404 : [AMQP 1.0 JMS Client ] session.createMessage() should not ↵Robert Godfrey2015-02-201-1/+5
| | | | | | attempt to create a message with no body sections git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661212 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6346: [Java Broker] Fix field reference when file reader is unsupportedAlex Rudyy2015-02-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661207 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6398: [Java Broker] Update web management console UI to invoke dojo ↵Alex Rudyy2015-02-2068-214/+424
| | | | | | parser.parse as a promise git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661166 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6364: Display actual value for a secure attribute with value not ↵Alex Rudyy2015-02-204-5/+20
| | | | | | matching secureValueFilter git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661165 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6247: Updates to configuration files should maintain existing file ↵Alex Rudyy2015-02-2012-183/+461
| | | | | | permissions git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661162 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6400 : [Java AMQP 1.0] add accessors for the SSLConnection to the ↵Robert Godfrey2015-02-201-0/+10
| | | | | | connection factory git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661142 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6401 : move authroize check inside try-catchRobert Godfrey2015-02-201-7/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1661079 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6401 : [Java Broker] Add ability to validate connection attempts based ↵Robert Godfrey2015-02-198-13/+149
| | | | | | on plugins git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660882 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA : [JMS AMQP 1.0 client] add log message when underlying connection ↵Robert Godfrey2015-02-191-1/+1
| | | | | | is closed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660830 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6389: ensure source/target is null when responding to attach requests ↵Gordon Sim2015-02-181-0/+2
| | | | | | in which they are also null git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660763 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6394 [linearstore] Make linearstore the default store for linux builds ↵Kim van der Riet2015-02-182-2/+2
| | | | | | - Fixed incorrect status messages git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660702 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6390: [Java Broker Tests] Remove tests that rely on presence of the ↵Keith Wall2015-02-186-92/+5
| | | | | | | | | Anon Authentication Provider Many of these tests were testing core mechanisim rather than auth provider specific logic. Those that remained would be more suited to a unit test. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660634 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6390: [Java System Tests] Ensure that Broker's system properties are ↵Keith Wall2015-02-183-5/+22
| | | | | | loaded before the test begins to use the Model to create test config git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660604 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6396 : [Java Broker] Allow queues to enforce all consumers to be ↵Robert Godfrey2015-02-186-2/+144
| | | | | | non-destructive git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660553 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6395 : [Java Broker] add support for queue default filters, and filters ↵Robert Godfrey2015-02-1731-171/+792
| | | | | | solely on arrival time git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660458 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6394 Make linearstore the default store for linux buildsKim van der Riet2015-02-172-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660430 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6364: Introduce attribute annotation property 'secureValueFilter' to ↵Alex Rudyy2015-02-1716-155/+279
| | | | | | | | | | mask only secure values matching the filter. Set secureValueFilter on keystores/trustores to mask only data URLs. Stop applying oversize when actuals attributes are requested. Update corresponding keystore/truststore UI tp show actual values for non data URLs. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1660391 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6393: [Java Broker] Prevent possibility for the permature close of ↵Keith Wall2015-02-141-1/+1
| | | | | | queue browser git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659763 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6338 : [Java AMQP 1.0 Client] validate sections in created MessageRobert Godfrey2015-02-131-6/+173
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659700 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6390: [Java Broker] Move setting of initial properties from Main into ↵Alex Rudyy2015-02-136-53/+172
| | | | | | Broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659613 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6374: [Java Broker] 0-10 Failover: the thread performing the failover ↵Keith Wall2015-02-139-46/+140
| | | | | | prep now syncs the dispatch queue (avoids possibility of app level dead lock) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659605 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6388 : Treat terminus with durability of "configuration" as durableRobert Godfrey2015-02-121-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659359 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6386 : [AMQP 1.0 Common] close the sender if the TCP connection is ↵Robert Godfrey2015-02-121-0/+1
| | | | | | terminated before connection.open has occurred git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659348 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6374 : avoid taking a lock when not modifying a valueRobert Godfrey2015-02-121-12/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659341 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6240: increment the delivery count when applying the new state and ↵Robert Gemmell2015-02-121-0/+1
| | | | | | releasing the queue entry git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1659229 13f79535-47bb-0310-9956-ffa450edef68