-
Save this to foo.coffee and run `coffee foo.coffee`...
```
amqp = require('amqp')
amqp.createConnection "YOUR CONNECTION URL", {}, (connection) ->
connection.exchange 'ldexchange', {type: 'direct…
-
API Client ( read and write)
Able to connect to export-streaming.amp.cisco.cm or api.amp.cisco.com
App version: 2.0.2
Splunk Instance: 8.2.5
Event Streams: 3
Getting the following error:
…
-
**[Alen Turkovic](https://jira.spring.io/secure/ViewProfile.jspa?name=alturkovic)** opened **[AMQP-842](https://jira.spring.io/browse/AMQP-842?redirect=false)** and commented
`org.springframework.amq…
-
**Describe the bug**
Statistics are missing in the launch tab of the UI, starting from a particular launch each consecutive job does not have statistics.
What we observe:
1. Big number of exc…
-
### Apache Airflow version
Other Airflow 2 version (please specify below)
### If "Other Airflow 2 version" selected, which one?
2.7.2
### What happened?
Basically in our airflow setup w…
-
There is a warning:
The installed amqplib library is not supported officially. Proper functionality cannot be guaranteed. Supported versions: ^0.8.0 || ^0.9.0
The package.json file refers to "amqp…
-
```
What steps will reproduce the problem?
1. Install rabbitmq-c
2. Checkout from rabbitcpp's svn
3. Run make in rabbitmq source directory
Output:
gcc -c AMQPBase.cpp AMQPException.cpp AMQPMessage.cp…
-
**Description**
Provide possibility to prioritize messages of the same type by introduction of `PriorityStamp`.
Messenger currently offers [prioritized transports](https://symfony.com/doc/current/…
-
An update for the dependencies would probably fix a lot of problems.
I always got the message: "Error while trying to send message:Error: AMQP Transport: Could not send" on every second message in…
-
Hex requires pacakges to use [semantic versioning](https://semver.org/). The packages `amqp_client` and `rabbit_common` uses strict version requirements on its dependencies which causes conflicts and …