better delivered ack handling. |
|
More...
|
over 15 years ago
|
Fixes for the testQueueAckRemovesMessage test. |
|
More...
|
over 15 years ago
|
Fixing broken test case: testGroupedMessagesDeliveredToOnlyOneConsumer. It wasn't properly testing group enforcement. |
|
More...
|
over 15 years ago
|
Fixing timing issue in testTopicNoLocal -- consumer wasn't always being created prior to messages being sent. |
|
More...
|
over 15 years ago
|
Fixing CursoredQueue Expirator infinite loop (caused by expired element not being removed from the list) |
|
More...
|
over 15 years ago
|
Updating CursoredQueue and protocol handlers to enable message redelivery. |
|
More...
|
over 15 years ago
|
Adding eclipse plugin config back |
|
More...
|
over 15 years ago
|
ACTIVEMQ-2297 update to nexus, apache 6 pom, etc. Protobuf needs more attention |
|
More...
|
over 15 years ago
|
Whoops build error! |
|
More...
|
over 15 years ago
|
Adding Subscription support to the store |
|
More...
|
over 15 years ago
|
moving tests that are passing out of the legacy package. |
|
More...
|
over 15 years ago
|
Moving lots of tests out of the legacy package since they are now passing. |
|
More...
|
over 15 years ago
|
A couple more tests are now passing.. move em out of the legacy package. |
|
More...
|
over 15 years ago
|
Making the JMSMessageTest pass. - Had to fix a few issues with pipe transport marshalling options. |
|
More...
|
over 15 years ago
|
more legacy tests are passing move them out of the legacy package.. |
|
More...
|
over 15 years ago
|
Starting to make the TopicSubscription implementation more configurable. |
|
More...
|
over 15 years ago
|
Putting back the Domain class in since it's going to have to do some synchronization. |
|
More...
|
over 15 years ago
|
- Decoupled the DestinationMap so that it just works on AsciiBuffer 'path' keys instead of Destination obects. Should make this more re-usable. - Integrated into the Router package and the Domain classes were not needed anymore. |
|
More...
|
over 15 years ago
|
Updated the DestinationMap to use AsciiBuffer throughout instead of String. Should avoid some conversions in the broker. |
|
More...
|
over 15 years ago
|
Fixing compile issue. |
|
More...
|
over 15 years ago
|
changing the package names so it's under apollo |
|
More...
|
over 15 years ago
|
ported the 5.x DestinationMap impl over. |
|
More...
|
over 15 years ago
|
Adding support for exclusive consumers on shared queues. |
|
More...
|
over 15 years ago
|
Refactoring queue package to allow Subscriptions for all queue types |
|
More...
|
over 15 years ago
|
Changing isRemoveOnDispatch to return false for qeueue receivers. Otherwise messages are removed from the queue too soon. |
|
More...
|
over 15 years ago
|
Fixing testConsumerPrefetchAndStandardAck: Flow cotrol was not really being applied in the Topic case. Changed it so that topic subs are also backed by queues. |
|
More...
|
over 15 years ago
|
Fixed testQueueSendThenAddConsumer * Need to auto create destination on demand. |
|
More...
|
over 15 years ago
|
Fix for the testConsumerClose test. |
|
More...
|
over 15 years ago
|
Fixing the testAddConsumerThenSend test case. |
|
More...
|
over 15 years ago
|
Fixing the testTopicNoLocal tests in BrokerTest. It may also fix some other selector issues. |
|
More...
|
over 15 years ago
|