• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

fileName in camel context.

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone, my second post about camel.

This seems to be easy.
I need to wrte files in a path with a dynamic fileName:



Notice that this "test" is where i will create my dynamic string.
But after that, i will need to read only files with this string:




It worked only for the first file i've create into the path: /u01/amx03/new_oc/prod/camel/out/
But after that, a lot of other files were created with same name "test" and this file was not consumed, so each "test" file were replacing the old one.


Regards,
Alessandro Melo
reply
    Bookmark Topic Watch Topic
  • New Topic