Jason Rowe

Be curious! Choose your own adventure.

Tag: EasyNetQ

  • RabbitMQ Client Connection Issues

    If you suspect issues with your RabbitMQ client you can test out connectivity problems using ToxiProxy. Once ToxiProxy server is installed and running use the CLI to setup the proxy. The following command creates a local endpoint ‘localhost:5670’ which will proxy to ‘rabbitmq:5672’. With the proxy setup, you can configure your consumer to use ToxiProxy […]

  • EasyNetQ Error Conditions

    When using EasyNetQ client for RabbitMQ, there are some error conditions you might want to consider. This post will show some examples of ways you can customize the error handling when doing publishing and subscribing. For a good overview you can view the EasyNetQ Error Conditions docs on this subject. Note: This is just example […]