vx-common-amqp 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 85cc179ec72270468903a0aa0de0ea77aa2b11fa
4
- data.tar.gz: 3bb45885f9845f638981c9aa91b23e0b4c176fe4
3
+ metadata.gz: 54e3c9dbe252243ef45f59ea7aa87cf5dbffeacf
4
+ data.tar.gz: f48f4bdd1a4a5379f784a726f31f8415d975fdaa
5
5
  SHA512:
6
- metadata.gz: 9154ed670fa2c0ff153d4ad05dc94fa0cb862ef32b285ad234c1d3b389005f90330072ca35ef13becedcbece50c8762fd4dac9ffe93996f7a3193280a8a52b72
7
- data.tar.gz: f92e3d96b49d225f2fe20cddcd8d6b94c571a357cbf03bc3f76329237d84ee868fe3be3ee7c04d750e5d51a895cab4588d344f4d3a9d6c1a2663054194c4271d
6
+ metadata.gz: d8f9386fdb87efd6c5dbf7f8a1e8ede4c1a15aa26e6365e0ba34e6337cd55c08ed02501b8f5e1beb1e8ece49677b0f8fc0a285c773334d2a14a585c85cc1b65e
7
+ data.tar.gz: 94f7106d5acce4225299d71ab1967779a460791c467ae30969947b9654e9428bc2988e0f57b3f2dae4dcadc06d2d3a2c7f1a2bc074cd9330011b695f2a0916ef
@@ -14,9 +14,10 @@ module Vx
14
14
  x = declare_exchange
15
15
 
16
16
  instrumentation = {
17
- message: message.inspect,
18
- exchange: x.name,
19
- consumer: consumer_id
17
+ message: message.inspect,
18
+ exchange: x.name,
19
+ consumer: consumer_name,
20
+ consumer_id: consumer_id
20
21
  }
21
22
 
22
23
  instrument("start_publishing.consumer.amqp", instrumentation)
@@ -1,7 +1,7 @@
1
1
  module Vx
2
2
  module Common
3
3
  module AMQP
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vx-common-amqp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Galinsky