Hi all,
I recently noticed that there is wrong entry order in file using
FileIdempotentRepository implementation.
The effect is that instead of having order like:
file1.txt.20171123
file2.txt.20171123
file1.txt.20171124
file3.txt.20171125
file2.txt.20171126
we have:
file1.txt.20171123
file1.txt
Hi,
While creating custom component i want to pass one object as
parameter, but i am getting following error
org.apache.camel.RuntimeCamelException:
org.apache.camel.FailedToCreateRouteException: Failed to create route
route1 at: >>> To[mycomponent://foo?param1=value1&myConfig=myconfig]
<<< due
Scratch that - setting
the activeMQConfiguration.setUseSingleConnection(true) causes everything to
run in the same thread and the problem still occurs.
On 27 November 2017 at 23:59, Gary Hodgson wrote:
> Hi
>
> So after a hiatus I got time to look at this problem again. From delving
> into the
Hi
So after a hiatus I got time to look at this problem again. From delving
into the atomikos code and the trace logs I believe the issue lies in
threading. As shown in the logs below the atomikos jms factory bean
appears to correctly create a composite transaction on the camel
JmsConsumer threa
Hello there, I'm using the HazelcastComponent in one of my projects where I
configure a hazelcast instance in blueprint and inject that bean into my
routebuilder where I use code such as:
HazelcastComponent hc = new HazelcastComponent();
hc.setHazelcastInstance(hazelcastInstance);
getConte