activemq/activemq-core
James Strachan 65fdf0762a updated the reliable transport to be able to deal with out of order messages within a certain range and discarding duplicates within a range
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@385480 13f79535-47bb-0310-9956-ffa450edef68
2006-03-13 09:52:15 +00:00
..
src updated the reliable transport to be able to deal with out of order messages within a certain range and discarding duplicates within a range 2006-03-13 09:52:15 +00:00
maven.xml - Since we WireFormatInfo needs to be flexible and extensible so that feilds can be added witout changing it's on the wire encoding, we are now using a primitive map to store it's data. 2006-03-07 02:32:50 +00:00
pom.xml latest tweaks. 2006-03-11 23:55:51 +00:00
project.properties - Fix NPE due to JMX problem 2006-03-09 05:41:08 +00:00
project.xml removed hacks in OpenWire to marshal the PartialCommand; we now use normal OpenWire marshalling instead. Also the LastPartialCommand now has no byte[] data in it; making the UDP marshalling code even easier. The PartialCommand literally only has a datastructure type (byte), a commandId (int) and a byte[] now. Ideally OpenWire could detect there is no need for BooleanStreams with this type. 2006-03-10 19:05:47 +00:00