Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 2.2 KB

File metadata and controls

33 lines (21 loc) · 2.2 KB

Build custom MongoDB integration adapter

| Recipes by Topic | Recipes by Author | Request Enhancement | Report a bug | Fix documentation |

Mayur Mohan Belur Mayur Mohan Belur

The MongoDB: MongoDB is a very popular NoSQL solution and the camel-mongodb component integrates Camel with MongoDB allowing you to interact with MongoDB collections both as a producer (performing operations on the collection) and as a consumer (consuming documents from a MongoDB collection)

This integration adapter enables an integration flow to connect to MongoDb collection.

Download the integration flow sample\

Instructions to build the adapter

References

Sample integration flow

In this integration flow the payload configured as a message payload will be persisted to MongoDB database Collections. iflowimage iflowimage

Sample Input

The hard coded message in the content modifier will be pushed to the queue. \

input-image

Sample Output

Here we see the message sent is visible on the MongoDB server
Output Image