Platforms to show: All Mac Windows Linux Cross-Platform

RabbitMQBasicPropertiesMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class RabbitMQ MBS RabbitMQ Plugin 21.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The basic properties class.

Delivery modes

Constant Value Description
kDeliveryNonPersistent 1 Non-persistent message.
kDeliveryPersistent 2 Persistent message

Field flags

Constant Value Description
kFlagAppId 8 AppID field is set.
kFlagClusterId 4 ClusterId field is set.
kFlagContentEncoding 16384 ContentEncoding field is set.
kFlagContentType 32768 ContentType field is set.
kFlagCorrelationId 1024 CorrelationId field is set.
kFlagDeliveryMode 4096 DeliveryMode field is set.
kFlagExpiration 256 Expiration field is set.
kFlagHeaders 8192 Headers field is set.
kFlagMessageId 128 MessageId field is set.
kFlagPriority 2048 Priority field is set.
kFlagReplyTo 512 ReplyTo field is set.
kFlagTimestamp 64 Timestamp field is set.
kFlagType 32 Type field is set.
kFlagUserId 16 UserId field is set.

This class has no sub classes.

Some methods using this class:

  • RabbitMQConnectionMBS.BasicPublish(channel as Integer, exchange as String, routingKey as String, mandatory as Boolean, immediate as Boolean, properties as RabbitMQBasicPropertiesMBS, body as String) as Integer

Some properties using for this class:

Some examples using this class:

Blog Entries


The items on this page are in the following plugins: MBS RabbitMQ Plugin.


QuartzFilterViewMBS   -   RabbitMQConnectionInfoMBS


The biggest plugin in space...