-
Following the [cancel safety example](https://github.com/minghuaw/fe2o3-amqp/blob/main/examples/cancel_safety/src/main.rs), it seems the generally accepted way of accepting messages from another threa…
-
Some of the AMQP brokers log their events and traces in exchanges (e.g. Rabbitmq amq.rabbitmq.event).
These kind of messages are useful for auditing brokers and we would like to consume them with g…
p-8-z updated
3 years ago
-
- **Package Name**: azure-servicebus
- **Package Version**: 7.12.3
- **Operating System**: Linux
- **Python Version**: 3.8.20
**Describe the bug**
When scheduling a large message (>1MB) over AMQP to …
-
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…
-
**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…
-
Hello,
I don't know if it's a problem, the body of the messages I send have a binary format, for example:
`SpESsESw�Hello, ActiveMQ`
i am using Apache activeMQ **v5.15.6**, node **v20.15.1,*…
jhgil updated
3 months ago
-
We have severe performance problems with node-amqp when under load in production. To reproduce I created this little publisher program:
``` JavaScript
var amqp = require('amqp');
var conn = amqp.cr…
-
I'm using BadgerDB as persistent DB and when trying to publish around 500K messages with `Persistent` messages for testing without any delay, it causes publisher to freeze.
```go
package main
i…
-
Retry with delays for AMQP messages. Environment variable: AMQP_PUBLISH_RETRY_DELAY, AMQP_PUBLISH_RETRY_ATTEMPTS.
Defaults: AMQP_PUBLISH_RETRY_DELAY - 100ms AMQP_PUBLISH_RETRY_ATTEMPTS - 10 Java AMQ…
-
When publishing to *Direct*, *Topic* or *Fanout* exchange (e.g.: `amqp://guest:guest@localhost/myExchange?type=topic`) no *Queue* and no *Queue Binding* needs to be done. Only simple publish is suffi…