Types -
rabbitmq
- AcknowledgementMode AUTO_ACK | CLIENT_ACK
- Types of acknowledgement modes supported by the Ballerina RabbitMQ Connector.
- MessageContent int | float | byte | boolean | string | map | xml | json | byte[]
- Types of message content that can be published.
- ExchangeType direct | fanout | topic | headers
- Types of exchanges supported by the Ballerina RabbitMQ Connector.