CommunityToolkit / Aspire

A community project with additional components and extensions for .NET Aspire
MIT License
226 stars 29 forks source link

[Feature] Add ActiveMQ hosting #253

Open anoordover opened 1 week ago

anoordover commented 1 week ago

We should migrate the ActiveMQ hosting from this PR (https://github.com/dotnet/aspire/pull/4094) to the CommunityToolkit.

Minimal requirements:

anoordover commented 6 days ago

@aaronpowell I'm trying to move the project from the dotnet aspire repository to this repository. To generate a volume-name I use the VolumeNameGenerator class. Am I allowed to use this class from the shared-folder in this project or should I aim for another solution?

Alirexaa commented 6 days ago

@aaronpowell I'm trying to move the project from the dotnet aspire repository to this repository. To generate a volume-name I use the VolumeNameGenerator class. Am I allowed to use this class from the shared-folder in this project or should I aim for another solution?

Yes, there is an example for meiliesearch.

https://github.com/CommunityToolkit/Aspire/blob/02802ac98f717c4881f989176f33d61cbbe97c4e/src/CommunityToolkit.Aspire.Hosting.Meilisearch/CommunityToolkit.Aspire.Hosting.Meilisearch.csproj#L11