MQTT Session with Connect and Payload Submission
Hi,
I am looking for a work around where -
1. Initially I need to connect to MQTT broker. At this step, my connecting client would be receiving some acknowledgement (NOT from broker but from other end application).
Right now, I am able to achieve this with MQTT Subscriber Step.
2. Based on this acknowledgement, I'll be creating/modifying my payload and after modification, I need to submit this payload to the broker so as to get subscriptions for the same client connected in step 1.
Right now, when I am using ANY other MQTT related step (with same connection parameters as that used in first step) that step is trying to connect another client with same connection parameters.
I need to achieve this (Connection -> Then Wait for Ack -> Modify Payload with Ack -> Submit payload to Broker).
Can someone please help me?
Comments
-
If you do not receive an answer from the forum community, I would recommend contacting Parasoft Support.
0