summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-3642, QPID-3640: Add Dead Letter Queue functionality for 0-10 path. Also...Keith Wall2011-11-285-12/+77
* QPID-3642,QPID-3643: Add Dead Letter Queue functionality for 0-8/0-9/0-9-1 pa...Keith Wall2011-11-2819-84/+573
* QPID-3474: Maintain connectionid/username Map from only JMXManagedObjectRegis...Keith Wall2011-11-252-16/+31
* QPID-3474: Use JMX notification handback data to ensure that open/close/fail ...Keith Wall2011-11-242-13/+73
* QPID-3641: ACLV2 Simplifications and Improvements for Java BrokerKeith Wall2011-11-247-108/+132
* QPID-3559: SimpleDateFormat used in thread unsafe manner in JMX Managed Queue...Keith Wall2011-11-201-18/+32
* QPID-3622: Add Sorted Queue funtionalityKeith Wall2011-11-2017-207/+1126
* NO-JIRA: add missing licence headers to various files in the java treeRobert Gemmell2011-11-171-0/+20
* QPID-2703: 0-8..0-9-1 Transaction rollback/recover does not restore consumer ...Keith Wall2011-11-176-17/+22
* QPID-3617: AMQQueueMBean.viewMessages: Viewing message without priority set e...Keith Wall2011-11-171-1/+1
* QPID-3592: ensure that the 'used credit' values are decremented when message ...Robert Gemmell2011-11-1111-53/+42
* QPID-3490: creating queue via JMX now binds the queue to the default exchange...Keith Wall2011-11-112-5/+20
* QPID-3539: NoLocal should occur at the connection level and not the session l...Keith Wall2011-11-102-12/+39
* QPID-3518: Introduce client side ability to detect server side support.Keith Wall2011-11-096-6/+63
* QPID-3446: Unregister existing subscriptions when closing the connections [du...Robert Gemmell2011-11-074-17/+31
* QPID-3583: Update trunk version from 0.13 to 0.15Justin Ross2011-11-031-1/+1
* QPID-3570: update MessageTransferMessage and TransferMessageReference to use ...Robert Gemmell2011-11-015-104/+95
* QPID-3558: Add broker Maven and OSGi artifacts to buildAndrew Donald Kennedy2011-10-311-0/+26
* QPID-3428: update to stop duplicate 0-10 session registrations into the manag...Robert Gemmell2011-10-304-8/+9
* QPID-3561: stop allocating such a large buffer up front when encoding the 0-1...Robert Gemmell2011-10-301-1/+1
* QPID-3517: Inconsistent SSL configuration keys in Java Broker in config.xmlKeith Wall2011-10-162-13/+33
* 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-3444: issue an invalid argument execution exception if the exchange name...Robert Gemmell2011-09-252-8/+21
* 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-156-73/+87
* QPID-3486: Make connector server port used for JMX configurable.Keith Wall2011-09-145-128/+172
* 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-0913-279/+548
* 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-073-15/+51
* QPID-3473 : Replace use of MINA IO with transport IO (joint work with Robbie ...Robert Godfrey2011-09-079-96/+196
* 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-263-12/+31
* 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-215-79/+123
* QPID-3414: Refactoring. List of packages to be exported as OSGi system packag...Robert Gemmell2011-08-214-48/+240
* QPID-3439: add intermediate task class for Signal handling using reflection t...Robert Gemmell2011-08-212-29/+109
* 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-182-15/+3
* 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-1410-958/+930
* Initial checkin of AMQP 1-0 Java Prototype workRobert Godfrey2011-08-1410-930/+958
* QPID-2873: ensure that queues in the configuration file are always bound to t...Robert Gemmell2011-08-132-34/+33
* 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-084-14/+9
* QPID-3386: move all server Subscription creation into the SubscriptionFactory...Robert Gemmell2011-08-089-69/+133