Re: JMS Data Streamer: Not writing to data to cache when message received by Streamer

2016-03-21 Thread Denis Magda
Raul, /If I understand correctly, flushing controls when the changes in the streamer will be sent to the grid (can someone confirm?). / Your understanding is correct. Autoflush allows to trigger data flushing to the grid periodically. If autoflush is disabled then the data is sent either when

Re: JMS Data Streamer: Not writing to data to cache when message received by Streamer

2016-03-20 Thread techbysample
Raúl, Thank you for the valuable clarification.. Much appreciated! -- 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-tp3590p3595.html Sent from the Apache Ignite Users mailing list arch

Re: JMS Data Streamer: Not writing to data to cache when message received by Streamer

2016-03-20 Thread Raul Kripalani
Auto flush / flushing is a characteristic of all streamers, that's why you won't find it explained explicitly in the docs of specific streamers, but in the general streamer one. If I understand correctly, flushing controls when the changes in the streamer will be sent to the grid (can someone conf

Re: JMS Data Streamer: Not writing to data to cache when message received by Streamer

2016-03-19 Thread techbysample
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

Re: JMS Data Streamer: Not writing to data to cache when message received by Streamer

2016-03-19 Thread Raul Kripalani
onfiguration cfg = new CacheConfiguration<>("words"); // Index all words streamed into cache. cfg.setIndexedTypes(String.class, String.class); cfg.setStatisticsEnabled(true); return cfg; } } -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/JMS-Data-Streamer-Not-writing-to-data-to-cache-when-message-received-by-Streamer-tp3590.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

JMS Data Streamer: Not writing to data to cache when message received by Streamer

2016-03-19 Thread techbysample
cache. cfg.setIndexedTypes(String.class, String.class); cfg.setStatisticsEnabled(true); return cfg; } } -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/JMS-Data-Streamer-Not-writing-to-data-to-cache-when-message-received-by-Streamer-tp3590.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.