summaryrefslogtreecommitdiff
path: root/qpid/java/broker
Commit message (Expand)AuthorAgeFilesLines
* QPID-3489: Added org.apache.qpid.server.message to exported packages for brokerAndrew Donald Kennedy2011-11-291-0/+1
* NO-JIRA: add licence headersRobert Gemmell2011-11-173-0/+60
* QPID-2703: 0-8..0-9-1 Transaction rollback/recover does not restore consumer ...Robert Gemmell2011-11-177-17/+26
* QPID-3617: AMQQueueMBean.viewMessages: Viewing message without priority set e...Robert Gemmell2011-11-171-1/+1
* QPID-3592: actually add test fileRobert Gemmell2011-11-111-0/+63
* QPID-3592: ensure that the 'used credit' values are decremented when message ...Robert Gemmell2011-11-1111-53/+42
* QPID-3446: Unregister existing subscriptions when closing the connections [du...Robert Gemmell2011-11-114-17/+31
* QPID-3583: Update release-branch version from 0.13 to 0.14Justin Ross2011-11-032-3/+3
* QPID-3570: update MessageTransferMessage and TransferMessageReference to use ...Robert Gemmell2011-11-016-111/+98
* QPID-3558: Add broker Maven and OSGi artifacts to buildAndrew Donald Kennedy2011-10-312-1/+28
* QPID-3428: update to stop duplicate 0-10 session registrations into the manag...Robert Gemmell2011-10-304-8/+9
* NO-JIRA: add example configuration for using a persistence storeRobert Gemmell2011-10-301-6/+9
* QPID-3561: stop allocating such a large buffer up front when encoding the 0-1...Robert Gemmell2011-10-301-1/+1
* QPID-3504: add the lib\opt wildcard to the classpath in the qpid.server.bat f...Robert Gemmell2011-10-241-2/+2
* QPID-3517: Inconsistent SSL configuration keys in Java Broker in config.xmlKeith Wall2011-10-164-27/+61
* QPID-3417: C++ broker - support adding arrival timestamp to received messages.Kenneth Anthony Giusti2011-10-121-0/+13
* QPID-3346: move message group feature into trunk.Kenneth Anthony Giusti2011-10-071-3/+14
* QPID-3515: update qpid-server and qpid-run to enable them to work if QPID_HOM...Robert Gemmell2011-09-301-2/+2
* QPID-3504: make the broker start script check for additional jar files in lib...Robert Gemmell2011-09-301-2/+2
* QPID-3444: issue an invalid argument execution exception if the exchange name...Robert Gemmell2011-09-252-8/+21
* QPID-3504: add the Java broker bdbstore to the build as an optional moduleRobert Gemmell2011-09-241-0/+4
* QPID-3332: Separate open/idle transaction timeout tests to remove the possibi...Keith Wall2011-09-231-1/+1
* QPID-2672: Unroutable persistent messages should be immediately removed from ...Keith Wall2011-09-157-74/+104
* QPID-3486: Make connector server port used for JMX configurable.Keith Wall2011-09-149-151/+244
* QPID-3428: make the Java broker validate 0-10 Session names, enabling it to s...Robert Gemmell2011-09-134-3/+84
* QPID-3459: Increments delivery counter before transfering message to client i...Robert Gemmell2011-09-122-2/+2
* QPID-2627 : Remove dependency on MINARobert Godfrey2011-09-0916-297/+556
* QPID-2901: fixes racing conditions on broker side when TopicDeletePolicy is c...Robert Gemmell2011-09-072-1/+15
* QPID-3467: replace the 'connection id' with the Username of the logged in use...Robert Gemmell2011-09-074-21/+89
* QPID-3473 : Replace use of MINA IO with transport IO (joint work with Robbie ...Robert Godfrey2011-09-0710-97/+197
* QPID-3463: Adds catching of Throwable on broker startupRobert Gemmell2011-09-061-1/+1
* QPID-2720: prevent NPE's in event we didnt fully set up the PluginManagerRobert Gemmell2011-08-261-9/+12
* QPID-3266: Tidy up housekeeping configuration option for scheduling frequencyKeith Wall2011-08-267-18/+82
* QPID-3452: Broker now unregisters any remaining subscriptions on receipt of S...Keith Wall2011-08-251-0/+21
* QPID-2904: Avoid race condition between SubFlushRunner and MinaAcceptor threa...Keith Wall2011-08-221-8/+17
* QPID-2720: make the PluginManager able to work with a pre-existing BundleContextRobert Gemmell2011-08-217-136/+124
* QPID-3414: Refactoring. List of packages to be exported as OSGi system packag...Robert Gemmell2011-08-215-48/+333
* QPID-3439: add intermediate task class for Signal handling using reflection t...Robert Gemmell2011-08-213-29/+227
* QPID-3430: enable excluding protocol versions from the SSL port(s) on the com...Robert Gemmell2011-08-181-37/+49
* QPID-3429: ensure that SSL is enabled correctly in MinaNetworkHandler. Refact...Robert Gemmell2011-08-184-18/+6
* QPID-3385: remove old ID generator left over after earlier commitRobert Gemmell2011-08-151-3/+0
* Undoing commits of stuff that was meant for my 1-0 sandboxRobert Godfrey2011-08-1412-989/+950
* Initial checkin of AMQP 1-0 Java Prototype workRobert Godfrey2011-08-1412-950/+989
* QPID-2873: ensure that queues in the configuration file are always bound to t...Robert Gemmell2011-08-134-35/+248
* NO-JIRA: the Java build was broken by r1156604, add stubs to allow compilationRobert Gemmell2011-08-131-0/+11
* QPID-3387: use the subscription ID to track rejection rather than the subscri...Robert Gemmell2011-08-087-33/+45
* QPID-3386: move all server Subscription creation into the SubscriptionFactory...Robert Gemmell2011-08-0812-114/+221
* QPID-3385: assign IDs from a generator within the MultiVersionProtocolEngineF...Robert Gemmell2011-08-0812-95/+237
* QPID-2903, QPID-3390, QPID-3392: split tests into those with and without exch...Robert Gemmell2011-08-041-1/+13
* QPID-2899: log the exceptionRobert Gemmell2011-08-031-0/+3