Questions tagged [amqpnetlite]

4 questions
3
votes
1 answer

Unable to get Topic Exchange to Work in RabbitMQ AMQP 1.0

I am finding it very difficult to work with RabbitMQ and AMQP 1.0, particularly as it pertains to topic exchanges using AMQPNetLite. I am unable to send a message using a topic exchange to a specific queue. I'm not even using wildcards. My…
Paul Carlton
  • 2,785
  • 2
  • 24
  • 42
1
vote
0 answers

amqpnetlite link.Accept(msg) not dequeuing

I am using AMQPNetLite to send and receive AMQP messages from ActiveMQ brokers. I am new to this and would like to understand what I am doing wrong. I am following the example from the documentation as below. var _receiverLink = new…
V R
  • 33
  • 3
0
votes
1 answer

AmazonMQ ActiveMQ Performance Improvement with C#

We are using AmazonMQ using ActiveMQ in an ASP.NET Core Microservice that require high throughput. My message size is around 1KB. We are using AmqpNETLite.Core as the client library for the same. AWS has documented its Queue benchmark here. In my…
Jins Peter
  • 2,368
  • 1
  • 18
  • 37
0
votes
1 answer

How do I deserialize a binary AMQP message received with protobuf-net?

I am just learning C# and am using it with Godot. We are trying to send a binary Protobuf-encoded message from a client over AMQP and receive it with the C# script running in Godot. I am at the point where the message is received and I am trying to…
Erik Jacobs
  • 841
  • 3
  • 7
  • 19