Skip to content

Commit

Permalink
fix(subscriber): user current channel only for message management
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrishajev committed Jul 21, 2020
1 parent d8f1e06 commit f85da35
Show file tree
Hide file tree
Showing 8 changed files with 281 additions and 222 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10-alpine
FROM node:10

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand All @@ -13,3 +13,4 @@ COPY ./src ./src
ARG YG_NPM_TOKEN

RUN npm install
RUN npm install jest -g
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ services:
- docker-compose.env
environment:
YG_NPM_TOKEN: ${YG_NPM_TOKEN}
AMQP_URI: amqp://guest:guest@rabbitmq
rabbitmq:
image: registry.gitlab.com/trysimply/cloud/rabbitmq-test
image: ygrishajev/rabbitmq-dev
restart: on-failure
ports:
- "5672:5672"
Expand Down
166 changes: 104 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rxamqp",
"version": "0.3.4",
"version": "0.3.5",
"description": "Library for easy amqplib configuration and usage",
"main": "./src/index.js",
"scripts": {
Expand Down Expand Up @@ -36,6 +36,7 @@
"lodash.flow": "^3.5.0",
"rxjs": "^6.2.1",
"rxjs-compat": "^6.2.1",
"util.promisify": "^1.0.1",
"uuid": "^3.0.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit f85da35

Please sign in to comment.