Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Appengine backend publish to mqtt broker

Hello! I have a nodejs backend running in a appengine standard evironment, and i have a problem attemping to publish to a mqtt broker. I can see that it has a connection, but it cant publish or receive anything..

Is it possible to use mqtt protocol on port 8883 in appengine?

Solved Solved
0 1 263
1 ACCEPTED SOLUTION

Found a workaround for RabbitMQ. You can publish and get queue info with its http api. Still curious if mqtt:8883 is possible with/without flexible though.

View solution in original post

1 REPLY 1

Found a workaround for RabbitMQ. You can publish and get queue info with its http api. Still curious if mqtt:8883 is possible with/without flexible though.

Top Solution Authors