| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPID-4000 : [Java Broker] Add conversion of 0-x messages to 1-0 subscriptions | Robert Godfrey | 2013-03-17 | 10 | -216/+776 |
| * | QPID-4636: add 'peersOnly=false' on the 'regular trustStore' for clarity, add... | Robert Gemmell | 2013-03-14 | 3 | -2/+4 |
| * | QPID-4636: add unit tests for new TrustManagers | Robert Gemmell | 2013-03-14 | 3 | -0/+163 |
| * | QPID-4636: add support for a broker 'peerStore' that can be used to perform S... | Robert Gemmell | 2013-03-14 | 8 | -37/+324 |
| * | QPID-4593: Remove initial store type command line argument, simplify configur... | Alex Rudyy | 2013-03-14 | 19 | -939/+953 |
| * | QPID-4549 Applying Pavel's patch. | Rajith Muditha Attapattu | 2013-03-13 | 1 | -5/+2 |
| * | QPID-3769 Modified the hashcode impl to match equals. Added a test case | Rajith Muditha Attapattu | 2013-03-13 | 2 | -5/+57 |
| * | QPID-3769 Applying a modified version of a patch from Siddesh Poyarekar. | Rajith Muditha Attapattu | 2013-03-13 | 1 | -7/+25 |
| * | QPID-4596,QPID-4638: Change authentication provider names to shorter names, r... | Alex Rudyy | 2013-03-13 | 21 | -36/+32 |
| * | QPID-4597: Missing licence on new java test added by rev 1449342. No other c... | Keith Wall | 2013-03-12 | 1 | -0/+19 |
| * | QPID-4645: the firewall plugin no longer exists, functionality is aprt of the... | Robert Gemmell | 2013-03-12 | 2 | -3/+2 |
| * | QPID-4645: forgot the HA related jmx addon for the optional bdbstore | Robert Gemmell | 2013-03-12 | 1 | -2/+2 |
| * | QPID-4645: add the broker-plugins and bdbstore moudles as optional dependenci... | Robert Gemmell | 2013-03-11 | 4 | -2/+17 |
| * | QPID-4639: Add UI to add/delete virtual hosts into java broker web management... | Alex Rudyy | 2013-03-11 | 17 | -30/+471 |
| * | QPID-4638: Add UI to add/delete/update authentication providers into java bro... | Alex Rudyy | 2013-03-11 | 31 | -187/+1075 |
| * | QPID-4596: remove manipulation of store files, and vhost store type etc. | Robert Gemmell | 2013-03-10 | 2 | -227/+1 |
| * | QPID-4390: misc cleanup | Robert Gemmell | 2013-03-10 | 5 | -39/+6 |
| * | QPID-4390: change new sytem property names to include broker to allow disting... | Robert Gemmell | 2013-03-10 | 4 | -12/+16 |
| * | QPID-4390: move the work dir defaulting and configuration fully within Broker... | Robert Gemmell | 2013-03-10 | 4 | -38/+166 |
| * | QPID-4390: remove dead code, method was only ever called with null envVarMap arg | Robert Gemmell | 2013-03-10 | 2 | -20/+2 |
| * | QPID-4390: misc logging related changes | Robert Gemmell | 2013-03-10 | 5 | -19/+32 |
| * | QPID-4390: move the store factory interface beside the other plugin factory i... | Robert Gemmell | 2013-03-10 | 8 | -4/+8 |
| * | QPID-4390: remove the BDB-HA store factory to remove it from the types usable... | Robert Gemmell | 2013-03-10 | 3 | -44/+1 |
| * | QPID-4445: make the jar file produced by the JCA module use 'jca' in its name... | Robert Gemmell | 2013-03-10 | 13 | -20/+182 |
| * | QPID-4274 Applied the same fix when an exchange is deleted as the same | Rajith Muditha Attapattu | 2013-03-07 | 1 | -0/+1 |
| * | QPID-4274 Applied Pavel's fix of setting the resolved time to zero, but | Rajith Muditha Attapattu | 2013-03-07 | 1 | -0/+1 |
| * | QPID-3396 Excluded my new test until we make decision on whether to port | Rajith Muditha Attapattu | 2013-03-07 | 1 | -0/+2 |
| * | QPID-3396 Fixed the typo from sasl_mech to sasl_mechs. This test was | Rajith Muditha Attapattu | 2013-03-07 | 1 | -1/+1 |
| * | QPID-3396 Added a test case to verify that if mech needs user password | Rajith Muditha Attapattu | 2013-03-06 | 1 | -0/+24 |
| * | QPID-3396 Changed the test cases to relect that username and password | Rajith Muditha Attapattu | 2013-03-06 | 2 | -5/+4 |
| * | QPID-3396 Modified the URLParser to not throw an exception if the | Rajith Muditha Attapattu | 2013-03-06 | 3 | -5/+16 |
| * | QPID-4617 Added a null check to clear ReplyTo. | Rajith Muditha Attapattu | 2013-03-05 | 1 | -1/+1 |
| * | QPID-4617 null is now returned when exchange and routingkey are set to | Rajith Muditha Attapattu | 2013-03-01 | 1 | -1/+1 |
| * | QPID-4608 Added code to handle TransportException and any other | Rajith Muditha Attapattu | 2013-02-28 | 1 | -0/+8 |
| * | QPID-4609: Use correct synchronization lock in BrokerAdapter#getKeyStores(). | Alex Rudyy | 2013-02-28 | 1 | -1/+1 |
| * | QPID-4608 Moved the exception handling code to a method. The method also | Rajith Muditha Attapattu | 2013-02-28 | 2 | -22/+26 |
| * | QPID-4596: Add java broker ability to create/delete/update virtual hosts, aut... | Alex Rudyy | 2013-02-27 | 24 | -225/+1054 |
| * | QPID-4606: Java performance test unit test timeouts increased to allow for sl... | Phil Harvey | 2013-02-27 | 3 | -7/+6 |
| * | QPID-4605: Java performance test and visualisation unit tests now subclass Qp... | Phil Harvey | 2013-02-27 | 55 | -169/+154 |
| * | QPID-4602: Fix broker startup when default log4j configuration is used and fi... | Alex Rudyy | 2013-02-26 | 4 | -17/+58 |
| * | QPID-4597: Java performance tests now support visualisation of timeseries data. | Phil Harvey | 2013-02-23 | 32 | -215/+885 |
| * | [QPID-4594] Add command line option to start java broker in a management mode... | Alex Rudyy | 2013-02-22 | 16 | -15/+919 |
| * | QPID-4593: add command line argument to pass path to initial store | Alex Rudyy | 2013-02-20 | 13 | -151/+668 |
| * | QPID-4390: Add getter to broker launcher to expose broker configured object | Alex Rudyy | 2013-02-19 | 3 | -0/+17 |
| * | QPID-4390: Introduce a configuration store in java broker allowing runtime mo... | Alex Rudyy | 2013-02-19 | 344 | -10336/+13614 |
| * | QPID-4533: Java Performance Tests - added Derby to module classpaths so DB pe... | Phil Harvey | 2013-02-16 | 1 | -2/+2 |
| * | QPID-4533: Java Performance Tests - addressed bug in JdbcSeriesBuilder that c... | Phil Harvey | 2013-02-09 | 8 | -19/+203 |
| * | QPID-4570 : Multiple AMQP1-0 Connections cause error if JMX management is ena... | Robert Godfrey | 2013-02-07 | 2 | -5/+3 |
| * | QPID-4312: use the JMS Queue#getQueueName() implementation instead of getName... | Robert Gemmell | 2013-02-05 | 1 | -1/+1 |
| * | QPID-4312: reduce visibility and narrow argument type for new check methods, ... | Robert Gemmell | 2013-02-05 | 4 | -34/+95 |