Aspire.Hosting.RabbitMQ
Official
📦 Aspire.Hosting.RabbitMQ v13.4.0 4 Functions
1 Types
1 types and 9 members
Types
Functions
method
addRabbitMQ builder Adds a RabbitMQ container to the application model.
addRabbitMQ(name: string, userName?: ParameterResource, password?: ParameterResource, port?: number): RabbitMQServerResource method
withDataBindMount builder Adds a bind mount for the data folder to a RabbitMQ container resource.
withDataBindMount(source: string, isReadOnly?: boolean): RabbitMQServerResource method
withDataVolume builder Adds a named volume for the data folder to a RabbitMQ container resource.
withDataVolume(name?: string, isReadOnly?: boolean): RabbitMQServerResource method
withManagementPlugin builder Enables the RabbitMQ management plugin
withManagementPlugin(port?: number): RabbitMQServerResource