Aspire.Hosting.RabbitMQ
Official
📦 Aspire.Hosting.RabbitMQv13.4.04Functions
1Types
1 types and 9 members
Types
Functions
method
addRabbitMQbuilderAdds a RabbitMQ container to the application model.
addRabbitMQ(name: string, userName?: ParameterResource, password?: ParameterResource, port?: number): RabbitMQServerResourcemethod
withDataBindMountbuilderAdds a bind mount for the data folder to a RabbitMQ container resource.
withDataBindMount(source: string, isReadOnly?: boolean): RabbitMQServerResourcemethod
withDataVolumebuilderAdds a named volume for the data folder to a RabbitMQ container resource.
withDataVolume(name?: string, isReadOnly?: boolean): RabbitMQServerResourcemethod
withManagementPluginbuilderEnables the RabbitMQ management plugin
withManagementPlugin(port?: number): RabbitMQServerResource