第118章 Google Pubsub コンポーネント
Camel バージョン 2.19 から利用可能
Google Pubsub コンポーネントは、Google Client Services API 経由で Cloud Pub/Sub Infrastructure へのアクセスを提供します。
現在の実装は gRPC を使用しません。
Maven ユーザーは、このコンポーネントの pom.xml に以下の依存関係を追加する必要があります。
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-google-pubsub</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
118.1. URI 形式
GoogleMail コンポーネントは以下の URI 形式を使用します。
google-pubsub://project-id:destinationName?[options]
Destination Name にはトピックまたはサブスクリプション名を指定できます。