hunterloftis / hunterloftis/jackrabbit

Update amqplib to v0.4.1

Open
#46 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
291
Forks
65
PR merge metrics
No merged PRs in 30d

Description

(Same as issue "Update amqplib to v0.4.0 #24) but later :
Change dependency into 0.4.1 ( or maybe 0.4.x for next time)
as only amqplib is 0.4.1 allows Node 5 :
{
"name": "amqplib",
"homepage": "http://squaremo.github.io/amqp.node/",
"main": "./channel_api.js",
"version": "0.4.1",
"description": "An AMQP 0-9-1 (e.g., RabbitMQ) library and client.",
"repository": {
"type": "git",
"url": "https://github.com/squaremo/amqp.node.git"
},
"engines": {
"node": ">=0.8 <5 || ^5"
},

As Cloud foundry (Bluemix) uses now a Node 5.2.0, we cannot use jackrabbit ->amqp 0.4.0->node <5

thanks

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.