Does Google cloud supports Tibco EMS? If not, how to run EMS broker in Google cloud?

Viewed 194

I am new to Google Cloud platform and want to migrate my existing application to GCP. My application communicates with other applications using Tibco EMS queue/topic.

I am not able to find any link on internet which can suggest how to use Tibco EMS in Google Cloud Platform.

Can anyone please help me in this?

1 Answers

You can run any kind of software in GCM by creating a Virtual Machine and manually installing the software and then configuring ports in the firewall.

If you want to use a JMS system supported by Google cloud natively, then go for ActiveMQ Certified by Bitnami or even more native by exploring the Cloud Pub/Sub

Related