Relay messages from Java Messaging Service (JMS) to Pub/Sub

Hi, I have a JMS topic and would like to relay messages from that topic to Pub/Sub. I see a Dataflow template that does that, and wonder if there are any additional built-in native options in GCP to bridge those two services.

2 1 93
1 REPLY 1

Hi @Rodrigo-M

Welcome and thank you for reaching out to our community.

I believe there are no other built-in options within GCP to perform this action at this time other than the Dataflow template that you have mentioned.

Consider exploring this "Publish and receive messages in Pub/Sub by using a client library" document as it offers the same use case as your.

Hope this helps.