David Ansari

Results 62 comments of David Ansari

Thank you for this great contribution @gomoripeti !

> to add extra safety & segregation when used locally @jvary what does that mean? Can you explain these two terms `extra safety` and `segregation` in more detail? Specifically: 1....

IIRC we agreed that for RabbitMQ 4.x, instead of AMQP 1.0 shovels introducing their own conversion rules as done in this PR, they should use the `rabbit_queue_type` interface directly and...

> I wonder if anyone have been actively working on this issue? If not, I am willing to take it. :) @JimmyWang6 No, nobody has been working on this. Please...

I implemented this enhancement in https://github.com/rabbitmq/rabbitmq-server/pull/14147 which will ship in RabbitMQ 4.2.

This is a bug in the shovel plugin. The shovel plugin must forward the bare message as is instead of converting from an amqp-value section to a data section.

It's only displayed wrongly in the management UI. Only one consumer is actually active at any given time. Function `consumer_update_active_effects/5` in `rabbit_fifo` needs to be called for the low prio...

As explained in https://github.com/rabbitmq/rabbitmq-server/pull/11729#issuecomment-2911345020, the solution for RabbitMQ 4.x should use the `rabbit_queue_type` interface directly and should convert between protocols using the `mc` (message container) module. Advantages: * the well...

Should this issue be closed given that https://www.erlang.org/docs/28/apps/stdlib/binary.html#join/2 exists?

Same for me. On Apple M2 Pro, Sonoma 14.7, kerl 4.3.0 (without using any asdf) ``` kerl build-install 27.1.1 ``` resulted in: ``` In file included from aarch64-apple-darwin23.6.0/opt/jit/asmjit/asmjit.hpp:27: In file...