Re: Apache-Ignite Example

2017-06-09 Thread Claus Ibsen
he mqtt channel. > However while querying the cache I'm getting the empty result. > > Do I need to map the object here or something I am missing ? > > Regards, > Solomon > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Apache

Re: Apache-Ignite Example

2017-06-09 Thread solomon
ying the cache I'm getting the empty result. Do I need to map the object here or something I am missing ? Regards, Solomon -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Ignite-Example-tp5800977p5802804.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Apache-Ignite Example

2017-06-08 Thread Gary Hodgson
System.out.println("Processing JSON Meassage: "+ > > exchange.getIn().getBody(String.class)); > > } > > }) > > .to("ignite-cache:cache:myCacheName?operation=PUT"); > > > > Can anyone help me what I am missing. > > > > How to insert the Key-Value into Ignite's cache and query it later. > > > > > > > > -- > > View this message in context: http://camel.465427.n5.nabble. > com/Apache-Ignite-Example-tp5800977p5802573.html > > Sent from the Camel - Users mailing list archive at Nabble.com. > > > > -- > Claus Ibsen > - > http://davsclaus.com @davsclaus > Camel in Action 2: https://www.manning.com/ibsen2 >

Re: Apache-Ignite Example

2017-06-08 Thread Claus Ibsen
.to("ignite-cache:cache:myCacheName?operation=PUT"); > > Can anyone help me what I am missing. > > How to insert the Key-Value into Ignite's cache and query it later. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Apache-

Re: Apache-Ignite Example

2017-06-08 Thread solomon
ss)); } }) .to("ignite-cache:cache:myCacheName?operation=PUT"); Can anyone help me what I am missing. How to insert the Key-Value into Ignite's cache and query it later. -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Ignite-Example-tp5800977p5802573.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Apache-Ignite Example

2017-05-27 Thread Claus Ibsen
message in context: > http://camel.465427.n5.nabble.com/Apache-Ignite-Example-tp5800977p5801002.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Re: Apache-Ignite Example

2017-05-27 Thread solomon
message in context: http://camel.465427.n5.nabble.com/Apache-Ignite-Example-tp5800977p5801002.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Apache-Ignite Example

2017-05-27 Thread Claus Ibsen
e.printStackTrace(); > } > > streamer.setEndpointUri("ignite-cache:myCacheName?operation=PUT"); > > > Can any one guide me on how to ingest data into Ignite's cache. > > Thanks > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Apache-Ignite-Example-tp5800977.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Apache-Ignite Example

2017-05-27 Thread solomon
}); } catch (Exception e) { e.printStackTrace(); } streamer.setEndpointUri("ignite-cache:myCacheName?operation=PUT"); Can any one guide me on how to ingest data into Ignite's cache. Tha