
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
rmq-wrapper
Advanced tools
Kind: global function
| Param | Type | Description |
|---|---|---|
| [host] | string | default is process.env.RMQ_HOST |
Kind: global function
| Param | Type | Description |
|---|---|---|
| name | string | Name of the exchange |
| [type] | string | 'direct', 'fanout' etc, default is 'direct' |
| [options] | object | amqp channel.assertExchange options object |
Kind: instance method of Exchange
| Param | Type | Description |
|---|---|---|
| queue | string | name of queue |
| consumeHandler | function | handler function to call when message arrives on queue |
| [routingKey] | string | optional routing key, defaults to queue name |
| [prefetch] | number | optional number of messages to prefetch, default is 1 |
| [messageTtl] | number | optional time to live for messages on the queue, default is process.env.RMQ_MESSAGE_TTL |
Kind: instance method of Exchange
| Param | Type | Description |
|---|---|---|
| message | object | message to ack |
Kind: instance method of Exchange
| Param | Type | Description |
|---|---|---|
| routingKey | string | optional routing key, defaults to queue name |
| message | object | message to send (JSON object) |
| [options] | object | amqplib options object for publish method |
Kind: instance method of Exchange
| Param | Type | Description |
|---|---|---|
| queue | string | name of queue |
| message | object | message to send (JSON object) |
| [timeout] | number | time to wait for response in ms, default is process.env.RMQ_RPC_TIMEOUT |
Kind: instance method of Exchange
| Param | Type | Description |
|---|---|---|
| message | object | the original message to reply to |
| reply | object | JSON content of the reply messsage |
FAQs
RMQ wrapper
We found that rmq-wrapper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.