About 25,900,000 results
Open links in new tab
  1. c# - Can I send a masstransit message with raw json format …

    Aug 27, 2024 · There is a header for message type: MT-MessageType It has a very specific format, which you can see if you produce a message using MassTransit with the raw JSON …

  2. AWS Transit Gateway Equivalent services in Azure

    Mar 27, 2019 · Is there any AWS Transit Gateway Equivalent services in Azure? Azure docs Is this similar to Azure Firewall?

  3. AWS TransitGateway VPN Routes Remain in Blackhole State

    May 20, 2019 · When I look at the corresponding transit gateway route table, I can see all VPN routes are in blackhole state. If I set them to the active state, but they still come back to …

  4. How do I properly set up a cross-region transit gateway route with ...

    May 30, 2024 · I'm trying to set up a transit gateway (TGW) that spans two regions via terraform. I set up the two TGWs on either region, create a TGW attachment in either region, a route table …

  5. c# - MassTransit Consumer not consuming messages when doing …

    Jun 16, 2021 · 2 I have my consumers and endpoints setup for dependency injection but my consumer isn't getting the messages from the message queue. I just have 2 messages for the …

  6. c# - Masstransit transactinal outbox does not use the outbox in …

    Oct 10, 2023 · In the following scenario, an API publishes a message to a queue using the SqlServer transactional outbox. Another component consumes that message and uses the …

  7. MassTransit: Setting the default queue type to quorum queues …

    Apr 27, 2023 · We are in the process of updating from using classic mirrored queues to using quorum queues. We are using MassTransit 6.0.0 and I have updated all our calls to …

  8. How does Concurrency Limit work in MassTransit RabbitMQ?

    Dec 21, 2021 · The concurrency limit setting applies to the concurrency filter in GreenPipes. It sets a limit on a single consume pipe, which is a pipe for a single consumer type. It basically …

  9. Check if my database instance on SQL server is encrypted by TDE?

    Apr 30, 2020 · SELECT db.name, db.is_encrypted, dm.encryption_state, dm.percent_complete, dm.key_algorithm, dm.key_length FROM sys.databases db LEFT OUTER JOIN …

  10. c# - .NET - Azure Function with Mass Transit - Stack Overflow

    Feb 4, 2025 · I have an issue that is happening in my Azure Function and Service Bus usage with Mass Transit implementation. I have attached the repository where the issue is shown. Before …