Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do AWS messaging services support STOMP?

Do AWS SNS and SQS support STOMP protocol?

I have tried googling it. I went through several forums but I am not sure yet.

like image 356
Amio.io Avatar asked Mar 09 '23 07:03

Amio.io


2 Answers

No. Amazon SNS and Amazon SQS have their own API.

STOMP would need to support those services (rather than vice versa), but it appears that STOMP does not support SNS nor SQS.

like image 174
John Rotenstein Avatar answered Mar 21 '23 02:03

John Rotenstein


Actually, AWS have another message queue service for Apache ActiveMQ that does support JMS, NMS, AMQP, STOMP, MQTT, WebSocket and called Amazon MQ

like image 28
David Mizrahi Avatar answered Mar 21 '23 04:03

David Mizrahi