That's one of the glamourous ideas which shall turn into something more concrete.
It would be send messages in a streamwise fashion, that is publish very large messages or even messages which never finish like a video stream. The low level would then send/publish these as small chunk messages but fully transparently to the user (he would handle these as streams). On the other side the subscriber would receive the messages as a stream without having to takle the hassle of putting togheter the chunks again. The basic idea is simple but there are a lot of thinks to think about particularly on the queues like clean up all chunks in case of a client exception and avoid to get other messages between chunks belonging to one message. We were thinking of having that development on an own branch. Regards Michele Cyrille Giquello wrote: > Coucou, > > A question for Santa Claus : > what is the "Streaming mode" ? > > Happy Streamed Christmas ! > Cyrille > > | > STABLE RELEASE yyyy/mm +-------+ x.xx > | > -BETA RELEASE 2005/11 +-------+ 1.1 > +JDK1.4 RELEASE 2005/12 +-------+ 1.1 > | > -Streaming mode | > +(Streaming mode) | > Email protocol extensions | > Database replication | > | >
