-
First: really awesome the emulator was released!! Thank you so much :)
When trying to create a message batch with the method ServiceBusSender.CreateMessageBatchAsync() I get the following error:
Sys…
-
## Use case
Starting from rabbitMQ 4.0, AMQP protocol 1.0 is natively supported, and it should be more performant.
https://www.rabbitmq.com/blog/2024/08/05/native-amqp
This will requires some…
-
### Describe the bug
we are using Emitters for sending message to remote MQ broker.
Normally without any OnOverflow annotation
` @Inject
@Channel(RESPONSE_QUEUE)
Emitter emitter;
.…
-
The AMQP listener plugin uses the python **pika** library, made for AMQP v0.9:
https://github.com/metwork-framework/mfdata/blob/master/adm/templates/plugins/amqplistener/%7B%7Bcookiecutter.name%7D%…
-
When using Event Publication Registry in combination with Event externalization to RabbitMQ (AMQP), the entry in the registration for externalize listener is marked completed even when the message fai…
-
### Describe the bug
As discussed on the Slack thread https://rabbitmq.slack.com/archives/C1EDN83PA/p1727472217316949, when a message is exchanged between an ActiveMQ broker and a RabbitMQ broker …
-
While most examples showcase HTTP load tests, other samplers are supported by JMeter as well. One that is especially useful to verify with load tests is Azure EventHubs.
https://github.com/pnopjp/j…
-
## Features
- [x] Task protocol v1 client
- [x] Task protocol v2 worker
- [x] amqp broker
- [x] redis broker
- [x] amqp backend
- [x] redis backend
- [x] Task protocol v2 client
- [x] Task p…
-
-
Hi, I worked on an AMQP 0.9.1 protocol binding using the [RabbitMq.Client](https://www.rabbitmq.com/client-libraries/dotnet-api-guide#overview).
I followed the ["RabbitMQ Protocol Binding for Cloud…