Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 857 Bytes

README.adoc

File metadata and controls

30 lines (19 loc) · 857 Bytes

Camel Example Main Endpoint DSL with Google Pubsub

This example shows how to use the endpoint DSL in your Camel routes to define endpoints using type safe fluent builders, which are Java methods that are compiled.

The example will publish messages to Google Cloud PubSub topic and consume them from the affiliated subscription

Notice how you can configure Camel in the application.properties file.

Don’t forget to correctly set the credentials options in the application properties file

How to run

You can run this example using

$ mvn camel:run

Help and contributions

If you hit any problem using Camel or have some feedback, then please let us know.

We also love contributors, so get involved :-)

The Camel riders!