Hello,
My route is as follows:
from("jms:topic:T.INPUT?disableReplyTo=false")
.process(requestProcessor)
.unmarshal().json(JsonLibrary.Jackson, MyRequest.class)
.split(messageSplitter)
.process(restProcessor)
.unmarshal().json(JsonLibrary.Jackson, MyResponse.class)
.aggregate(messagesAggregator)
.
Ther is no splitting of the topic so there will not be an example where on
topic should go to two topics
Thanks for help
Best regards
--
Mariusz Koprowski
Thanks for your ansewer. I'm using 2.12.2 version. As a workaround I have
just used '[0]' as placeholder as 'file.dat.[0].gz' string is retrieved from
properties file.
Mariusz
--
View this message in context:
http://camel.465427.n5.nabble.com/How-to-pass-in-
Hi,
I want to use somethig like this:
from("file:test?fileName=${bean:Utils.getFileName('file.dat.{0}.gz',
'DDmm')}").to(...)
Method is executed but there are passed 'null' parameters. Without {0}
method is working fine.
Please advise.
--
View this message in context:
http://camel.465427
Hi Claus,
I have created JIRA: https://issues.apache.org/jira/browse/CAMEL-6750
--
View this message in context:
http://camel.465427.n5.nabble.com/GenericFileOperationFailedException-for-file-deletion-tp5739382p5739412.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi,
When I'm trying do execute following simple route:
I'm getting:
Error during commit. Exchange[text.txt]. Caused by:
[org.apache.camel.component.file.GenericFileOperationFailedException -
Cannot
delete
it is not possible to delete file when LockFile is aquired. I
see in code that in GenericFileDeleteProcessStrategy class file deletion is
before: exclusiveReadLockStrategy.releaseExclusiveReadLock(operations,
file,
exchange);
Thanks,
Mariusz
--
View this message in context:
http://camel