Open fasblom opened 10 months ago
When using the input-node to read from an existing queue the node uses the assertQueue method which needs write privileges to the queue otherwise it fails. If instead checkQueue is used the input node can read from a queue with only read privileges.
assertQueue
checkQueue
When using the input-node to read from an existing queue the node uses the
assertQueue
method which needs write privileges to the queue otherwise it fails. If insteadcheckQueue
is used the input node can read from a queue with only read privileges.