See the camel-ignite documentation and the unit tests of itself to
find examples. You need to configure the camel ignite component with
some cache configuration.
On Sat, May 27, 2017 at 10:05 AM, solomon wrote:
> Hi Claus,
>
> I started the CamelContext, now getting the following exception
>
> Ca
Hi Claus,
I started the CamelContext, now getting the following exception
Caused by: java.lang.IllegalStateException: No configuration resource or
IgniteConfiguration was provided to the Ignite component.
at
org.apache.camel.component.ignite.IgniteComponent.doStart(IgniteComponent.java:17
Store the body in an exchange property instead of header.
See Camel in Action chapter 1 book for more details and background.
On Thu, May 25, 2017 at 2:24 PM, owain wrote:
> Camel 2.19.0
>
> I have a route that saves the Pojo in the exchange body to a header, does an
> enrich to another route an
You need to start CamelContext at least
On Sat, May 27, 2017 at 8:24 AM, solomon wrote:
> Hi,
>
> I'm trying to run a camel program which gets the data from camel-mqtt
> component and insert the data into camel-ignite-cache, however the data is
> not inserting into Ignite's cache. There is no any
Hi,
I'm trying to run a camel program which gets the data from camel-mqtt
component and insert the data into camel-ignite-cache, however the data is
not inserting into Ignite's cache. There is no any errors while running
this.
I searched for camel-ignite example online but didn't get any.
My cod