<route>
  <from uri="direct:start" />
  <!-- using bean 'mongoBean' defined above -->
  <to uri="mongodb-gridfs:mongoBean?database=${mongodb.database}&operation=findOne" />
  <to uri="direct:result" />
</route>
<route>
  <from uri="direct:start" />
  <!-- using bean 'mongoBean' defined above -->
  <to uri="mongodb-gridfs:mongoBean?database=${mongodb.database}&operation=findOne" />
  <to uri="direct:result" />
</route>
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow