What are your thoughts on reusing the JMS Streams functionality to
effectively send all routing and context data once, followed by a stream of
updating data? Is this at all possible to acheive using the existing
implementation, and is this really something that one would even want to
consider given your experience?

Why can't you send updated data in plain messages?

I don't know the format of your data, but when you marshal your updated data into a stream your datasets are chopped into messages from arbitrary places. It gets more error prone and you can't (easily) join the update stream later on.

Reply via email to