summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-6440: [Java Broker] Web UI, correct problem that causes checkbox ↵0.32Keith Wall2015-03-111-1/+6
| | | | | | | | | | | | values to be corrupted in edit dialogues Merged from trunk with command svn merge -c 1665735 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1666029 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6439 : Merge r1665702 to 0.32 branchRobert Godfrey2015-03-111-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1665878 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6359: Lock in 0.32 release version numbersJustin Ross2015-03-1041-42/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1665475 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6437 : merged r1664714,1664731,1664839 from trunk to 0.32 branchRobert Godfrey2015-03-093-22/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1665326 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6432: when looking for the JMSType value use the message Subject first ↵Robert Gemmell2015-03-061-0/+6
| | | | | | | | | if present merge from trunk r1664114 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1664568 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6433 : merged from trunk to the 0.32 branchrgodfrey2015-03-052-10/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1664485 13f79535-47bb-0310-9956-ffa450edef68
* add missing licence headerRobert Gemmell2015-03-051-0/+20
| | | | | | | merge from trunk r1664309 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1664311 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6419 : Merged 1662683 onto 0.32 branchRobert Godfrey2015-02-277-7/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1662688 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6418 : Merged 1662473,1662489 onto 0.32 branchRobert Godfrey2015-02-2712-14/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1662687 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6411: [AMQP 1.0 JMS Client ] NPE during session#unsubscribe is link is ↵Keith Wall2015-02-251-8/+28
| | | | | | | | | | refused but detach contains no error condition svn merge -c 1662051 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1662184 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6408: [Java Broker] Expose the AMQP connection limits through the web ↵Keith Wall2015-02-256-38/+95
| | | | | | | | | | | | management UI Merged with command: svn merge -c 1661741 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1662181 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6410: [Java Broker] Disambiguate the connection adapter name by adding ↵Keith Wall2015-02-255-11/+29
| | | | | | | | | | | | | a connection ID to the name Merged from trunk with command. svn merge -c 1661929 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1662180 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6407: Edit dialogue for BDB HA does not faithfully populate attributes ↵Keith Wall2015-02-2414-60/+35
| | | | | | | | | | | | node priority or required number of nodes Merged from trunk with command: svn merge -c 1661693 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661946 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6406: [Java Broker] ACO generates attribute set events even if the ↵Keith Wall2015-02-242-2/+87
| | | | | | | | | | | | attribute value is not changed Merged from trunk with command: svn merge -c 1661531 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661944 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6346: [Java Broker] Fix field reference when file reader is unsupportedKeith Wall2015-02-241-1/+1
| | | | | | | | | | Merged from trunk with command: svn merge -c 1661207 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661936 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6398: [Java Broker] Update web management console UI to invoke dojo ↵Keith Wall2015-02-2468-214/+424
| | | | | | | | | | parser.parse as a promise due to changes in dojo 1.8 causing the parser to run in asynchronous fashion in some cases svn merge -c 1661166 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661935 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6364: [Java Broker] Keystore data url must be a secure attributeKeith Wall2015-02-244-5/+20
| | | | | | | | | | Merged from trunk with command: svn merge -c 1661165 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661933 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6247: Updates to configuration files should maintain existing file ↵Keith Wall2015-02-2412-208/+454
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | permissions Merged from trunk with commands: svn merge -c 1661162 https://svn.apache.org/repos/asf/qpid/trunk svn merge -c 1661530 https://svn.apache.org/repos/asf/qpid/trunk git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661931 13f79535-47bb-0310-9956-ffa450edef68
| * Merge from trunkAidan Skinner2009-10-1410-30/+221
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@825292 13f79535-47bb-0310-9956-ffa450edef68
| * Merge from trunkAidan Skinner2009-10-1184-1376/+4656
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@824198 13f79535-47bb-0310-9956-ffa450edef68
| * Fix bind error messageAidan Skinner2009-09-181-2/+2
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@816614 13f79535-47bb-0310-9956-ffa450edef68
| * MINANetworkDriverTest: Make sure we sleep for at least the alloted time.Aidan Skinner2009-09-181-16/+20
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@816613 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2104 AMQProtocolHandler: hand the actual write off to a seperate threadAidan Skinner2009-09-181-2/+9
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@816612 13f79535-47bb-0310-9956-ffa450edef68
| * Merge from trunkAidan Skinner2009-09-1737-1261/+1294
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@816261 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2024 QPID-2105: Remove now unnecessary classes like Event, PoolingFilter, Aidan Skinner2009-09-1711-1003/+113
| | | | | | | | | | | | | | | | | | ReadWriteThreadModel. Move the couple of necessary methods to Job. Fix imports. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@816232 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2015: Remove AMQIoTransportProtocolSession. Release the executor ↵Aidan Skinner2009-09-164-150/+2
| | | | | | | | | | | | service in the same class as it's acquired git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@815729 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2105: Merging the patch didn't uncomment this test, stoopid git. Aidan Skinner2009-09-161-3/+3
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@815708 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2106: Don't close connections if the broker has asked it to close andAidan Skinner2009-09-164-12/+40
| | | | | | | | | | | | | | | | | | there's still stuff to process. Let the cleanup thread do that so that publishes which are denied don't result in instant connection death. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@815705 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2105: Make NetworkDriver.open use a SSLContextFactory, not an SSLEngine.Aidan Skinner2009-09-1624-487/+479
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow an existing SocketConnector to be passed into a MINANetworkDriver, for use with the ExistingSocket bit of TransportConnection. Move the ExistingSocket stuff to one place, use MINANetworkDriver in TransportConnection and make AMQProtocolHandler implement ProtocolEngine. Remove MINA specific gubbins from AMQProtocolHandler and AMQProtocolSession. Move fireAsynchEvent to Job Add getLocalAddress to AMQProtocolEngine Move TestNetworkDriver to common Use correct class for logger in AMQProtocolEngine Check the exception is thrown properly in SimpleACLTest, make it a little less prone to obscure race conditions. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@815704 13f79535-47bb-0310-9956-ffa450edef68
| * Merge from trunk Aidan Skinner2009-09-0946-353/+816
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@812936 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2025: Log errors instead of printStackTracing()Aidan Skinner2009-09-042-3/+9
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@811326 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2025: remove dead classesAidan Skinner2009-09-032-342/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@810953 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2025: Add a AMQProtocolEngine from the de-MINAfied ↵Aidan Skinner2009-09-0136-822/+1069
| | | | | | | | | | | | AMQMinaProtocolSession. Remove various now-unused classes and update references. Add tests for AMQDecoder. Net -1500 lines, +25% performance on transient messaging. Nice. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@810110 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2024: Change send to stash the future and have flush join on that so ↵Aidan Skinner2009-08-192-4/+16
| | | | | | | | | | | | | | | | | | | | that it only returns when all data has been written. Add getLocalAddress. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@805809 13f79535-47bb-0310-9956-ffa450edef68
| * QPID-2024: Add ProtocolEngine and NetworkDriver interfaces and a ↵Aidan Skinner2009-08-1810-22/+1124
| | | | | | | | | | | | NetworkDriver implementation that uses MINA. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-network-refactor@805477 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6404 : Merge of 1661212,1661364,1661368,1661373 to 0.32Robert Godfrey2015-02-235-16/+23
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661732 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6401 : Merge of 1661079 to 0.32Robert Godfrey2015-02-231-7/+8
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661731 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6400 : Merge of r1661142 to 0.32 branchRobert Godfrey2015-02-231-0/+10
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1661729 13f79535-47bb-0310-9956-ffa450edef68
* | QPID-6359: Update version numbers on the 0.32 release branchJustin Ross2015-02-194-4/+4
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.32@1660917 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-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-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