-
Hi Team, @grs
I am using AWS MQ queue to send and receive messages. The code work as expected for a small number of messages, however, if messages pushed in large numbers concurrently in the queue. …
-
I've been fighting with this issue for a little while now so hopefully, somebody here can help me.
I've tried following the tutorial available on the connectedfactory but I must be doing something wr…
-
```
What steps will reproduce the problem?
1. start an amqp server
2. start a process which polls the amqp server for messages in a queue
3. shut down the amqp server
What is the expected output? Wha…
-
```
What steps will reproduce the problem?
1. start an amqp server
2. start a process which polls the amqp server for messages in a queue
3. shut down the amqp server
What is the expected output? Wha…
-
Hi,
When I want to play a labyrinth, I have this error :
`PHP Fatal error: Class 'Ramsey\\Uuid\\Uuid' not found in /var/www/html/openlabyrinth/application/classes/model/leap/user/session.php on …
-
# Problem statement
When using a `ServiceBusMessageSender` instance while there's a change to the entity's maximum message size, the Batch API is unaware of the change and doesn't allow messages to b…
-
These two exception messages showed up in the production API server logs a few hours ago, though nothing seems to be actually wrong with the backend:
```
Apr 25 09:21:29 api.dbhub.io api[364572]: …
-
At present, we make a new connection for every AMQP message we send. This is not ideal.
From the [RabbitMQ documentation](https://www.rabbitmq.com/dotnet-api-guide.html#endpoints-list) (emphasis th…
-
### Is your feature request related to a problem? Please describe.
Hello!
There is a question about hearbeats, for example the next code would raise to logs next messages
Code:
```go
package …
-
Currently the amqp10 module seems to have re-purposed AMQP's rcv-settle-mode on a receiver link to determine whether or not the client library itself should be doing automatic settlement when messages…