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
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.
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
>
.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-
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.
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
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.
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
});
} 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