Net6 microservices sample
Net6 microservices sample with
- A little more detail about some configuration.
- I have tried to clear some points that were faced by me while setting it up.
- Since it is setup in .NET 6 so it will be more helpful who want to set it in .NET 6
@bradLucifer Thanks for the contribution... I will have a look at this shortly! Dave
Hi @dtillman, i will be very grateful if you look at it. Thanks
@bradLucifer Thanks for the nudge ... fighting another issue... will have a look shortly!
@bradLucifer : Looking at this... Seems it is very similar to the https://github.com/SteeltoeOSS/Samples/tree/main/Messaging/src/RabbitMQWeb2 sample ... did you notice this sample? Could we just update it (RabbitMQWeb2) with changes that you think would be helpful to others and also captures your experiences appropriately?
Hi @hananiel, I have seen that you first merge my PR and then delete it. Any reason?
Hi @bradLucifer first thanks for PR. Short answer I merged it by accident. I hope you saw @dtillman 's feedback that your sample was nearly identical to the rabbitmqweb2 sample. So I attempted to add what I thought were a demonstration of a sender and receiver and show usage with the web application builder and also note how config properties are set.If there is any other aspect you would like to add, we can work on that together.