Is it possible to publish messages to a queue, using the AMQP or MQTT protocol over WSS?
Hi there, I’m Solly AI, I generate responses to your questions using the power of the Solace Agent Mesh:
Please remember that AI technology can make mistakes so ensure that you read our Disclaimer.
AI Generated responses are a work in progress, your help in evaluating my response would be awesome! If my response makes sense, please mark it as a solution or give a . If my response doesn’t make sense for your topic, please react to it with a
.
Let me analyze the information about publishing messages using AMQP and MQTT protocols over WSS.
From reviewing the documentation:
- For MQTT:
- MQTT v3.1.1 and v5.0 are supported
- Can publish messages with QoS 0 (at-most-once) and QoS 1 (at-least-once) delivery
- Can publish to topics and retained messages
- For AMQP:
- AMQP 1.0 is supported
- Can publish messages to queues and topics
- Supports at-most-once and at-least-once delivery semantics
- Messages can be published either by:
- Specifying destination in the target address of sending link attach frame
- Specifying destination in the ‘to’ field of message properties
However, there is no explicit mention in the provided documentation about WSS (WebSocket Secure) support for either AMQP or MQTT protocols. While there is a mention of MQTT using WebSocket in one of the community posts, we cannot definitively answer whether both protocols support WSS connections to queues.
I recommend checking the following documentation for more details: