summaryrefslogtreecommitdiff
path: root/qpid/java
Commit message (Collapse)AuthorAgeFilesLines
* QPID-5165 : Change the Broker stores to use the generic ConfigurationStore ↵Robert Godfrey2014-07-2684-3569/+1586
| | | | | | implementations and remove old EntryStore implementations git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1613739 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5928: [Java Broker] Implement or update virtualhostnode & virtualhostAndrew MacBean2014-07-2539-386/+1237
| | | | | | Work completed by Alex Rudyy <orudyy@apache.org> and me. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1613461 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5907 : [Java Broker] Remove unreferenced messages from the store in ↵Robert Godfrey2014-07-251-2/+19
| | | | | | asynchronous store recoverer process git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1613449 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4304 : [Java Broker] Add an attribute to queues - "messageDurability" - ↵Robert Godfrey2014-07-2549-349/+672
| | | | | | which controls whether message data is persisted or not. By default, depend on the persistence setting of the message, but allow an individual queue to declare that all (or no) messages should be persisted on the queue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1613440 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java System Tests] Remove duplicated testKeith Wall2014-07-252-172/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1613425 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5857: Remove unreliable system test ↵Alex Rudyy2014-07-251-48/+0
| | | | | | ConsumerLoggingTest.testSubscriptionCreateQueueBrowser git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1613402 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5891: Strengthen BDB HA operational logging testsAlex Rudyy2014-07-251-10/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1613401 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Broker] update JMX QueueInformation example to use the ↵Keith Wall2014-07-241-14/+20
| | | | | | necessary quoted elements in its ObjectNames git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1613198 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5915: [Java Broker] Ensure that closing a Connection model object also ↵Keith Wall2014-07-246-50/+127
| | | | | | cause the underlying connection to close too git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1613197 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5922 : [Java Broker] restrict the use of PLAIN authentication to secure ↵Robert Godfrey2014-07-2449-616/+506
| | | | | | channels git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1613068 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5918: [Java Broker] Use the interpolation of file.separator to build ↵Keith Wall2014-07-243-9/+9
| | | | | | paths within Broker's initial-config git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1613056 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5913: [Java Broker] Remove explict dependency on Crypto-JSKeith Wall2014-07-238-13/+54
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612827 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5917 : deleting a user from a SCRAM-* auth provider causes the auth ↵Robert Godfrey2014-07-232-19/+16
| | | | | | provider to deregister git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612824 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5796: [Java Broker] Prevent possibility of AOOBE if connection registry ↵Keith Wall2014-07-221-42/+45
| | | | | | is closed at the same time as closes are received git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612716 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5912: [Java Broker] Prevent failure to send to a consumer on the ↵Keith Wall2014-07-223-88/+99
| | | | | | straight through delivery path from preventing the message being enqueued to the store. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612578 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5576 : Detect closure of sockets better and do not leave threads ↵Robert Godfrey2014-07-2210-101/+255
| | | | | | waiting for input which will never come git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612555 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5903: Apply json escaping mechanism to virtualhost blueprints used in ↵Keith Wall2014-07-222-2/+2
| | | | | | initial-config.json and test-profiles git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612530 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5911: [Java Broker] Increase default maximum heap size from 1g to 2gKeith Wall2014-07-222-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612526 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5400 : stop waiting for SASL completion if the connection is closed for ↵Robert Godfrey2014-07-223-13/+20
| | | | | | input git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612441 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5426 : Allow use of a URL for properties file initial context factoryRobert Godfrey2014-07-211-7/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612416 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5776 : Clean up sessions and links on AMQP 1.0 connection closingRobert Godfrey2014-07-213-9/+43
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612404 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5768 : Fix error messageRobert Godfrey2014-07-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612382 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5768 : Allow authenticated LDAP searchRobert Godfrey2014-07-212-2/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612381 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2969 : Make constructor for AMQAnyDestination public so it can be ↵Robert Godfrey2014-07-211-5/+6
| | | | | | (de)serialized git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612374 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5884 : Add additional SASL mechanisms to the JMS AMQP 1.0 clientRobert Godfrey2014-07-212-68/+608
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612369 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5909: Allow setting of BDB HA message store durability many timesAlex Rudyy2014-07-212-19/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612322 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5891: Add operational logging for the cases when remote node becomes ↵Alex Rudyy2014-07-214-0/+118
| | | | | | detached or attached git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612321 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5884 : The client should not send SASL Init frame where no mechanism is ↵Robert Godfrey2014-07-211-0/+13
| | | | | | provided git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612291 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5884 : The broker should not NPE if it receives a SASL Init request ↵Robert Godfrey2014-07-211-2/+2
| | | | | | where no mechanism is provided git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612284 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5413: [Java Broker] BDB HA VHN/VH UI text changes and improved JS ↵Andrew MacBean2014-07-214-5/+11
| | | | | | validation add permitted nodes button git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612269 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5413: [Java Broker] BDB HA VHN/VH UIKeith Wall2014-07-215-14/+187
| | | | | | | | | * Fix fieldset border styling and use dojo's object.keys() [IE7/8 does not support Object.keys()] * Add support for permitted node list Work completed by Andrew MacBean <macbean@apache.org> and me. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612247 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4520 : The deletion of autodelete queue due to autodeletion should not ↵Robert Godfrey2014-07-212-6/+72
| | | | | | require ACL rights for deleting the queue git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612237 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5907 : [Java Broker] Add ability for broker to startup while persistent ↵Robert Godfrey2014-07-2017-374/+1473
| | | | | | queues are still being recovered git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612118 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2969: Make AMQConnectionFactory and AMQDestination (and subclasses) ↵Keith Wall2014-07-2018-25/+369
| | | | | | serializable git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612097 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5867: [Java Broker] Allow the virtualhost's permitted node list to ↵Keith Wall2014-07-207-26/+61
| | | | | | | | passed via the virtualhostnode's virtualhost blueprint context variable. Work completed by Andrew MacBean <macbean@apache.org> and me. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1612064 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5768 : [Java Broker] Add ability to bind without searching for LDAP ↵Robert Godfrey2014-07-182-19/+38
| | | | | | authentication manager git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1611668 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5903 : [Java Broker] allow character escaping for JSON in configured ↵Robert Godfrey2014-07-183-11/+144
| | | | | | object attribute interpolation git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1611657 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5413: [Java Broker] Add VHN/VH creation dialog for BDB HA.Keith Wall2014-07-1710-227/+432
| | | | | | Work completed by Andrew MacBean <macbean@apache.org> and me. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1611314 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5787 : [Java Broker] Management can observe a child object before its ↵Robert Godfrey2014-07-168-12/+22
| | | | | | constructor has completed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1611181 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5891: Strengthened testRemoteNodeAdded test and created log subject ↵Andrew MacBean2014-07-161-17/+82
| | | | | | matcher and improved matcher failure output git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1610968 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5413: [Java Broker] Add virtualhostnode/virtualhost creation dialogueKeith Wall2014-07-1634-702/+972
| | | | | | Work by Andrew MacBean <macbean@apache.org> and me. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1610967 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5891: Removed unnecessary mock reset call in unit testAndrew MacBean2014-07-151-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1610677 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5891: Re-instated incorrect removal of else clause in ↵Andrew MacBean2014-07-151-0/+4
| | | | | | ReplicatedEnvironmentFacade.setMessageStoreDurability() method git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1610630 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5891: [Java Broker] Add BDB HA operational logging functionalityAndrew MacBean2014-07-1414-309/+1385
| | | | | | Work completed by Alex Rudyy <orudyy@apache.org> and me. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1610379 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5822: [Java Broker] change to JE param setting logic to handle ↵Andrew MacBean2014-07-141-9/+10
| | | | | | EnvironmentParams.SUPPORTED_PARAMS not always containing ALL valid params git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1610378 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5892: SSL Sender may spuriously timeout if SSL negotiation failsKeith Wall2014-07-131-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1610251 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: BrokerStartupTest now deletes Broker config left by previous test ↵Keith Wall2014-07-111-0/+7
| | | | | | run, to avoid failure if not cleaned between runs git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1609641 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: [Java Test Framework] PortHelper, apply socket option *before* ↵Keith Wall2014-07-101-15/+11
| | | | | | | | | binding the socket * Also removed the datagramsocket bind. We don't used datagram sockets at all at the moment, so the complication/overhead seems unjustifiable. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1609454 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5870 A Consumer is now marked if it's using a durable subscription.Rajith Muditha Attapattu2014-07-084-11/+35
| | | | | | The topic subscription queue is now deleted when the subscription ends unless it's marked as a durable-topic-subscription. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1608971 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5885: [Java Broker] Virtualhostnode to replace real virtualhost with ↵Keith Wall2014-07-084-40/+21
| | | | | | replica virtualhost in the event that the BDB HA goes into detached state git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1608956 13f79535-47bb-0310-9956-ffa450edef68