STOMP bugfix: msg.topic can't be used with STOMP out node and ack node (#1009)

* Bugfix: not responsive to msg.topic on input of STOMP out node

* Bugfix: not responsive to msg.topic on input of STOMP ack and out node

* Bugfix: backward compatible node.topic has prio + Docs: added info about msg.topic in ACK node docs

* Typo fix
This commit is contained in:
Olivier Verhaegen
2023-06-08 22:14:40 +02:00
committed by GitHub
parent 983cab970e
commit 8743c2afa6
2 changed files with 19 additions and 4 deletions

View File

@@ -197,6 +197,7 @@
<p>
The node allows for following inputs:
<ul>
<li><code>msg.topic</code>The topic for which the message should be acknowledged, if the <b>Destination</b> field is set the msg.topic will be overwritten by this value</li>
<li><code>msg.messageId</code>: The id of the message to acknowledge</li>
<li><code>msg.transaction</code>: Optional transaction name</li>
</ul>