blob: 4299897be67466605ff8435161517f421e05b4aa [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[[google-pubsub]]
= Google Pubsub
[.badges]
[.badge-key]##Since Camel Quarkus##[.badge-version]##1.0.0-M6## [.badge-key]##JVM##[.badge-supported]##supported## [.badge-key]##Native##[.badge-unsupported]##unsupported##
Send and receive messages to/from Google Cloud Platform PubSub Service.
== What's inside
* https://camel.apache.org/components/latest/google-pubsub-component.html[Google Pubsub component], URI syntax: `google-pubsub:projectId:destinationName`
Please refer to the above link for usage and configuration details.
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-google-pubsub</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.