-
- [x] [Spring guide Messaging with RabbitMQ](https://spring.io/guides/gs/messaging-rabbitmq/)
- [ ] [Spring AMQP Reference](https://docs.spring.io/spring-amqp/reference/html/)
- [ ] [Spring AMQP Ref…
-
**Is your feature request related to a problem? Please describe.**
If multiple brokers are used user might need to stop processing messages if depends on other broker,
**Describe the solution you'…
frct1 updated
1 month ago
-
In a new edge case we are forwarding AMQP messages from another AMQP broker to event hub. The source allows application properties with a value of null. When this occurs, the code linked below throw…
-
It is possible to create an AMQP to MQTT bridge by using RabbitMQ as the underlying message broker? Ideally, Mosca would forward via MQTT messages sent to a RabbitMQ Exchange or Queue. Currently, Mosc…
-
"use strict";
const amqp = require('amqp-connection-manager');
const mqcon = require('./mqConnection');
const AMQP_URL = mqcon.getAMQPURL();
module.exports.success = function success(res, next, …
-
Can you guide me to install it? Thanks a lot !
-
### Goal
The goal of this issue to help ensure that the CFX standard is able to support future message serialization formats and compression types easily without a danger to any existing client tha…
-
hello,
as line 732 in [amqp_socket.c](https://github.com/alanxz/rabbitmq-c/blob/master/librabbitmq/amqp_socket.c )
the flollowing code within amqp_try_recv return the amqp_time_infinite(),and then…
-
Consuming against queue with new consumer after cancelling/purging throws an AMQPEnvelopeException : Orphaned envelope.
Test case to reproduce:
```
$channel = new AMQPChannel(...);
// Create…
-
### Description
I would like to request that the AmqpMessenger allows using the [default AMQP Exchange](https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchange-default). I.e. a setup, where th…
d-ph updated
8 months ago