3
I Use This!
Inactive

Commits : Listings

Analyzed 20 days ago. based on code collected 20 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Applying Colin's patch https://issues.apache.org/activemq/browse/AMQ-2129 Thanks!
Hiram Chirino
as Hiram R. Chirino
More... almost 16 years ago
Switch to using AsciiBuffers instead of strings wherever possible to avoid UTF8 marshalling.. also someimes you can avoid demarshalling alltogether.
Hiram Chirino
as Hiram R. Chirino
More... almost 16 years ago
Added a proto2 wire which uses the new externalizable style encoding/decoding. Just so we can benchmark protobuf encoding vs. more standard java style externalizable encoding.
Hiram Chirino
as Hiram R. Chirino
More... almost 16 years ago
Made payload generation more efficent.
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
- You can now force marshalling in the pipe transport - Better toString in the SingleFlowRelay - Producer can now send big messages - Support doing a traditional sleep in the consumer to simulate think time.
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
deploy the test jar too
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
Making the MockBrokerTest easier to extend
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
lets prototype a better nio module in a differnt sandbox area.. we are tackling enough as it is here
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
Removed unused dependency
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
Removing empty dirs
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
Switching to the alternative protobuf api
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
- The wire protocol used in the staeful interface of the ProtoWireFormatFactory did not match exactly what the non-statefull version did. Matched them up. - Since to wireformat is doing the framing, swithced to using the toUnframedByteArray() methods to save a few bytes.
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
Applying Colins patch at: https://issues.apache.org/activemq/browse/AMQ-2115 basically:
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
- the ISinkController looks and smells like a IFlowSink.. so lets let it be one. - Can replace using the exclusive queue for connection outbound messages with just a FlowContoller
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
Switching to a protobuf based wireformat
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
Cleaned up the tests a little, and fixed a deadlock situation
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
Applying colins patch https://issues.apache.org/activemq/browse/AMQ-2107
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
Adding a PipeTransport so we can bypass the IO layer in our testing.
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
test case is now working against a real IO impl.
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
Getting closer to being able to test real IO
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
Brekaing out the nested classes of the MockBrokerTest in preperation of hooking in a version of the test the uses some real io.
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
Fixing the 10_1_1 p2p case
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
Initial spike of the flow module. This is basically an experiment of a different flow control and threading model to see if we can make a faster/simpler version of the broker. This code was jointly developed between Colin Macnaughton (yes, he has an icla on file) and me.
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago
Making a little sandbox area to play with some new flow control ideas.
Hiram Chirino
as Hiram R. Chirino
More... about 16 years ago