Skip to content

Commit e52ac4d

Browse files
Update persistence-with-queues.md (#149)
Updated links to Solace Cloud and Solace Doc. Co-authored-by: Tamimi Ahmad <[email protected]>
1 parent 5d474d5 commit e52ac4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/tutorials/java-mqtt-paho/persistence-with-queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ First connect and subscribe to receive the messages sent to a QoS 1 subscription
6464

6565
This tutorial uses Quality of Service (QoS) level of 1 (equivalent to Solace “Guaranteed” or “Persistent” messages), which are at least once delivery messages. So first, let’s express interest in the messages by subscribing to a topic filter.
6666

67-
A topic filter in MQTT differs from a Solace SMF topic subscription. Users can learn more about the differences between the two in the Topic Names and Filters section of [MQTT Specification Conformance – Operational Behavior](https://docs.solace.com/MQTT-311-Prtl-Conformance-Spec/Operational_behavior.htm).
67+
A topic filter in MQTT differs from a Solace SMF topic subscription. Users can learn more about the differences between the two in the Topic Names and Filters section of [MQTT Specification Conformance – Operational Behavior](https://docs.solace.com/API/MQTT-v50-Prtl-Conformance-Spec/mqtt-v50-4-operational-behavior.htm).
6868

6969
As with other tutorials, this tutorial receives messages asynchronously through callbacks. So define a callback using the 'MqttCallback' interface as outlined in the [publish/subscribe tutorial](../publish-subscribe/).
7070

0 commit comments

Comments
 (0)