Applying patch https://issues.apache.org/activemq/browse/AMQ-2173 Thx Colin\! |
|
More...
|
almost 16 years ago
|
Added some transactional interfaces to the store |
|
More...
|
almost 16 years ago
|
better Store interface.. added a flush method and a way to know when transaction get flushed. |
|
More...
|
almost 16 years ago
|
More store work |
|
More...
|
almost 16 years ago
|
Making the store interface more async |
|
More...
|
almost 16 years ago
|
Prototyping a new better store interface |
|
More...
|
almost 16 years ago
|
split out the inner classes being used by the store impl. |
|
More...
|
almost 16 years ago
|
Adding existing KahaDB message store impl since it's simple enough to mold into whatever we need it to be. Updated to use new protbuf alt code generator |
|
More...
|
almost 16 years ago
|
Added virtual hosts to the broker model. Some protocols may be able to take advantage of it.. if not, they can use the default virtual host. |
|
More...
|
almost 16 years ago
|
Made protocol handlers discoverable so that protocol extensions can be more easily added. |
|
More...
|
almost 16 years ago
|
Committing Colin's patch for https://issues.apache.org/activemq/browse/AMQ-2165 Thanks! |
|
More...
|
almost 16 years ago
|
Fixed up flow control for the Stomp protocol |
|
More...
|
almost 16 years ago
|
Added in initial bits needed to support the STOMP protocol better. |
|
More...
|
almost 16 years ago
|
- Added the abiliity to discriminate the protocol used by a connection. - The BrokerConnection now uses a ProtocolHandler once the protocol is discriminated. |
|
More...
|
almost 16 years ago
|
Added missing license headers |
|
More...
|
almost 16 years ago
|
Add routing support for composite/multi destinations |
|
More...
|
almost 16 years ago
|
Got all the flow control bits working now. |
|
More...
|
almost 16 years ago
|
Better flow names to make debugging easier. |
|
More...
|
almost 16 years ago
|
Flow control is working a little better now. But still have some kind of timing issue. |
|
More...
|
almost 16 years ago
|
Consumer actually gets messages now... just need to debug the flow control now. |
|
More...
|
almost 16 years ago
|
Producer actually sends the broker messages now |
|
More...
|
almost 16 years ago
|
Refactoring the MockBroker so that it's is more agnostic of the wire protocol used. |
|
More...
|
almost 16 years ago
|
adding missing file.. |
|
More...
|
almost 16 years ago
|
adding files I missed adding in the last commit. |
|
More...
|
almost 16 years ago
|
Applied https://issues.apache.org/activemq/browse/AMQ-2156 Thx Colin! |
|
More...
|
almost 16 years ago
|
Applying colins's https://issues.apache.org/activemq/browse/AMQ-2141 patch |
|
More...
|
almost 16 years ago
|
Applying colins patch https://issues.apache.org/activemq/browse/AMQ-2133 |
|
More...
|
almost 16 years ago
|
Applying colin's https://issues.apache.org/activemq/browse/AMQ-2132 patch. |
|
More...
|
almost 16 years ago
|
Support extending RunnableAdapter to provide the runable impl. |
|
More...
|
almost 16 years ago
|
making more extensible |
|
More...
|
almost 16 years ago
|