Did you know you can use #NServiceBus to receive #RabbitMQ msgs from any platform? Get the sample code!
See how to blend #SignalR and #NServiceBus when dealing with occasionally connected, transient clients in this sample
Our step-by-step #NServiceBus tutorial teaches the basic concepts of async messaging as well as the NServiceBus API
See how to blend #SignalR and #NServiceBus when dealing with occasionally connected, transient clients in this sample
Our step-by-step #NServiceBus tutorial teaches the basic concepts of async messaging as well as the NServiceBus API
Start coding with #NServiceBus now and you could be sending messages in less than a half hour
Want to give an #NServiceBus demo/presentation and show off the Platform tools as well? We have a portable version of the Platform that interacts with a Visual Studio solution using the Learning Transport just for that purpose! Here's how:
Make your existing system reliable using messaging with #NServiceBus and SQL Server
By leveraging the built-in transaction management capabilities of #NServiceBus, we were able to create cleaner and more maintainable code. 🎉
See how Kyle did this: 👀↙️
blog.nimblepros.com/blogs/unit-of-work-made-...
#DesignPatterns
When #NServiceBus processes a message, it automatically creates a transaction scope that includes the database operations performed within the handler. 📨
In this post, Kyle mentions how this works: ↙️
blog.nimblepros.com/blogs/unit-of-work-made-...
#DesignPatterns
Your #NServiceBus system can monitor and report on the status of 3rd-party dependencies too!
⚒️ In the .NET ecosystem, many ORMs already implement the UoW pattern, like Entity Framework Core’s DbContext.
This is a pattern we also see with transactional messaging in #NServiceBus. Read more: 👀↙️
blog.nimblepros.com/blogs/unit-of-work-made-...
#DesignPatterns
Networks hiccup, databases time out, and that AI agent you’ve been using seems to hallucinate more each day 🤖.
Kyle write about how you can use NServiceBus' features to recover from messaging failures. ⬇️
blog.nimblepros.com/blogs/recoverability-wit...
#NServiceBus
Use #NServiceBus to receive #RabbitMQ messages from any platform, get the sample code!
Don't connect a WPF app to #NServiceBus, forward those events to #SignalR instead. See how!
Check out our sample on hosting #NServiceBus endpoints in #Docker Linux containers
Use #NServiceBus (even) in legacy systems using SQL Server. See how to get started with this sample
#RabbitMQ has clients for just about any language, and #NServiceBus can process messages from all of them
NServiceBus provides a built-in implementation of sagas that makes it easy to use. In this article, Kyle McMaster introduces us to sagas and the workflow that NServiceBus uses for them.
https://bit.ly/43Tzv7c
#NServiceBus #Sagas #DesignPatterns #SoftwareDevelopment
When a 3rd party dependency goes down, #NServiceBus's monitoring solution can let you know
Ready to test your NServiceBus message handlers? 🚀 Discover how to write effective unit tests with NServiceBus.Testing!
blog.nimblepros.com/blogs/testing-nservicebu...
#testing #messaging #dotnet #NServiceBus
We run public webinars every month on a variety of topics!
Learn about upcoming topics here: https://nimblepros.com/events-1
These events are FREE and supporting links are available to those on our mailing list!
Learn about #OAuth, #DDDesign, #NServiceBus, #EventStorming, #dotnet, and more!
If you've been following our Supercharged Sagas series, Kyle shows us how to test sagas using #NServiceBus with NServiceBus.Testing.
Learn more:
blog.nimblepros.com/blogs/supercharged-sagas...
#SoftwareDevelopment #SoftwareArchitecture #Sagas
⌚Timeouts can be used to trigger a message to be sent to the saga after a specified period of time.
Kyle McMaster talks about saga timeouts in this blog post: blog.nimblepros.com/blogs/supercharged-sagas...
#NServiceBus #SoftwareDevelopment
In this post in our #NServiceBus series, @KyleMcMaster writes about commands, events, messages, and how they differ. Read it here: blog.nimblepros.com/blogs/commands-events-me...
#SoftwareDevelopment #dotnet
#RabbitMQ has clients for just about any language, and #NServiceBus can process messages from all of them
In this post, Kyle McMaster shows us how to implement a Saga using #NServiceBus
https://bit.ly/4g6rbob
#SoftwareDevelopment #Sagas #DesignPatterns
💻 Build cross-language integrations with ease! Watch the demo of a .NET producer and Python consumer using RabbitMQ transport with NServiceBus.
➡️ https://youtube.com/live/YWHY09R46m4
#RabbitMQ #Integration #NServiceBus #Microservices
🚀 Streamline your architecture! Learn the high-level flow of the Particular Service Platform & how it can revolutionize your system design.
▶️ Catch our on-demand webinar on our YouTube channel: https://youtube.com/live/YWHY09R46m4
#NServiceBus #Architecture #Microservices
Have you gotten started with #NServiceBus, but looking for some specific samples? Check out our Recipes page, part of our Learning Path to help guide you from getting started all the way to deploying to production