Platforms to show: All Mac Windows Linux Cross-Platform
RabbitMQEnvelopeMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | RabbitMQ | MBS RabbitMQ Plugin | 21.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 7 properties
- property Channel as Integer
- property ConsumerTag as String
- property DeliveryTag as UInt64
- property Exchange as String
- property Message as RabbitMQMessageMBS
- property Redelivered as Boolean
- property RoutingKey as String
- 2 methods
- method Constructor Private
- method Destructor
This class has no sub classes.
Some methods using this class:
- RabbitMQConnectionMBS.ConsumeMessage(byref envelope as RabbitMQEnvelopeMBS, timeoutValue as double = 30, flags as Integer = 0) as RabbitMQRPCReplyMBS
Some examples using this class:
- /RabbitMQ/amqp_consumer
- /RabbitMQ/amqp_listen
- /RabbitMQ/amqp_listenq
- /RabbitMQ/RabbitMQTutorial/RabbitMQTutorial
Blog Entries
The items on this page are in the following plugins: MBS RabbitMQ Plugin.
RabbitMQConnectionMBS - RabbitMQFrameMBS