Brokers
Brokers
Broker Systems
Broker | Queue | Topic | Subscription |
---|---|---|---|
RabbitMQ | Queue | Exchange | Binding |
Connecting to RabbitMQ
We recommend creating a dedicated user (i.e. messageaid
) in RabbitMQ if possible. Then provide the connection details in the application.
Network Access
Message Aid will connect to both the http/s
management port (80/443), as well as the amqp/s
port (5672/5671).
Permissions
User Tags: management
or monitoring
The user will need the following permissions on each vhost that you want to connect to.
configure | write | read |
---|---|---|
.* | .* | .* |
We currently recommend setting the permissions to fully open for this user. You can read up on the various access controls on RabbitMQ's documentation site.
Broker Features
Feature | Support | Notes |
---|---|---|
Stream Queues | n/a | not explicitly tested |
Message Broker Metadata
Anything in the Basic Properties
- Message Id
- Correlation Id
- Persistent
- Content Type
- Expiration
- Priority
- Type
- AppId
- Cluster Id
- Reply To