JMSReplyTo improperly utilised by camel to send an incomplete message

2019-06-04 Thread Mariusz Kosecki
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) .

MQTT to MQTT

2017-06-12 Thread Mariusz Koprowski
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

Re: How to pass '{' in simple languge expression?

2014-02-21 Thread Mariusz
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-

How to pass '{' in simple languge expression?

2014-02-21 Thread Mariusz
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

Re: GenericFileOperationFailedException for file deletion

2013-09-15 Thread Mariusz
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.

readLock=fileLock causes GenericFileOperationFailedException on Windows

2013-09-15 Thread Mariusz
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

GenericFileOperationFailedException for file deletion

2013-09-14 Thread Mariusz
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