That worked. Thank you very much. Would you please elaborate on how property is used? Does it imply that by default autoflushFrequency is disabled and DataStreamer will NOT write data to cache unless explicitly set?
I basically modeled my JMSStreamer after the following documentation here: https://apacheignite.readme.io/docs/jms-data-streamer The docs do not explicitly mention setting 'autoflushFrequency'.. Here is definition from Apache Ignite docs: - dataStreamer.autoFlushFrequency: "Sets automatic flush frequency. Essentially, this is the time after which the streamer will make an attempt to submit all data added so far to remote nodes. Note that there is no guarantee that data will be delivered after this concrete attempt (e.g., it can fail when topology is changing), but it won't be lost anyway. If set to 0, automatic flush is disabled. Automatic flush is disabled by default (default value is 0)." Please advise. Thank you -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/JMS-Data-Streamer-Not-writing-data-to-cache-when-message-received-by-Streamer-tp3590p3592.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
