-
Hi all, thank you for your work. I know this has been noticed before (#2436 #1364 #1086) but apparently the proposed solutions did not fix the problem for me.
Platform: Ubuntu 22.04
SDK submodule: `7…
-
**Is your feature request related to a problem? Please describe.**
A user wants to send messages to a Gloo Edge endpoint and have them published to message queues or topics hosted by Kafka or any pla…
-
## Overview
Currently, the AMQP 1.0 serialization of CFX messages appears to consist of:
1. Serializing the message to `json` [source](https://github.com/IPCConnectedFactoryExchange/CFX/blob/mas…
-
These are already super useful, but it would be awesome if we could pipe the output from amqp-dequeue into amqp-enqueue, which would make it a great utility for ad-hoc transfer of messages from one qu…
-
in working on #120, I noticed that the C consumer auto_acknowledges messages in the library, in contrast to the careful control of acks in the python3.
```
amqp_basic_consume(sr_c-…
-
### Symfony version(s) affected
6.1.7
### Description
Since we upgraded to symfony/amqp-messenger 6.2.0, we noticed that our message consumer started failing randomly with error `Server channel err…
-
**Query/Question**
Hi all, can anyone please tell me what JMS destination could be used to access the dead letter queue? Using a premium tier service bus via Spring and JMS.
***Why is this not a B…
-
I've recently started using this library and after a couple of days of consuming messages from Event Hub I've got hit by the following errors:
> [azeventhubs::amqp::amqp_connection_scope] [ERROR] E…
-
At the moment, when a socket closes it's basically permanent. All kinds of methods are replaced in favor of functions which only `throw` and there's no reconnect support.
Even in a data center, conne…
-
### 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;
.…