Basic Information

appmixer.rabbitmq.platform.NewMessage

1.0.0

Public

Consume messages from a queue.

Properties

FieldTypeDescription
Queue text The name of the queue to consume from.
Consumer Tag text A name which the server will use to distinguish message deliveries for the consumer; mustn’t be already in use on the channel. It’s usually easier to omit this, in which case the server will create a random name and supply it in the reply.
No Ack toggle If set, the broker won’t expect an acknowledgement of messages delivered to this consumer; i.e., it will dequeue messages as soon as they’ve been sent down the wire. Defaults to false (i.e., you will be expected to acknowledge messages).
Exclusive toggle If set, the broker won’t let anyone else consume from this queue; if there already is a consumer, there goes your channel (so usually only useful if you’ve made a ‘private’ queue by letting the server choose its name).
Priority number Gives a priority to the consumer; higher priority consumers get messages in preference to lower priority consumers.

Output Ports

out

FieldTypeDescription
Content -
Fields -
Properties -

Full Metadata