@azteam/rabbitmq-async 1.0.198 → 1.0.200

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.
@@ -359,7 +359,8 @@ var RabbitMQAsync = /*#__PURE__*/function () {
359
359
  return messageQueue.send(messageQueue.parsePrefix('RETRY'), {
360
360
  queueName: queueName,
361
361
  data: data,
362
- retry_time: new Date()
362
+ retry_time: new Date(),
363
+ ip: messageQueue.serverIp
363
364
  });
364
365
  case 18:
365
366
  _context5.next = 20;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azteam/rabbitmq-async",
3
- "version": "1.0.198",
3
+ "version": "1.0.200",
4
4
  "description": "N/A",
5
5
  "keywords": [
6
6
  "toda",
@@ -16,7 +16,7 @@
16
16
  "prepublishOnly": "babel src --delete-dir-on-start -d lib"
17
17
  },
18
18
  "dependencies": {
19
- "@azteam/util": "1.0.47",
19
+ "@azteam/util": "1.0.48",
20
20
  "amqplib": "0.8.0",
21
21
  "fs-extra": "10.1.0",
22
22
  "lodash": "4.17.21"
@@ -160,6 +160,7 @@ class RabbitMQAsync {
160
160
  queueName,
161
161
  data,
162
162
  retry_time: new Date(),
163
+ ip: messageQueue.serverIp,
163
164
  });
164
165
  }
165
166
  await channel.ack(msg);