Category "amqp"

RabbitMQ PRECONDITION_FAILED - unknown delivery tag

We have a PHP app that forwards messages from RabbitMQ to connected devices down a WebSocket connection (PHP AMQP pecl extension v1.7.1 & RabbitMQ 3.6.6).

How can I connect to IBM MQ via the AMQP API in .Net Core

I am using "AMQPNetLite.Core" to connect to the IBM MQ server. However, when I try to new the connection there is an OperationCanceledException thrown. Address

Confusion on AsyncAPI AMQP binding for subscribe operation

I have a server which publishes rabbitmq messages on a exchange, so I tried to create following async api specs for this - asyncapi: 2.3.0 info: title: Hello