UNPKG
amqp-heartbeat
Version:
latest (1.6.0)
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
0.2.0
Send heartbeat messages to RabbitMQ
github.com/ma-ha/amqp-heartbeat
ma-ha/amqp-heartbeat
amqp-heartbeat
/
test
/
testError.js
6 lines
(4 loc)
•
281 B
JavaScript
View Raw
1
2
3
4
5
6
var
heartbeat =
require
(
'../'
)
// stand alone: replace with require( 'amqp-heartbeat' )
var
pjson =
require
(
'../package.json'
); heartbeat.
setError
(
'ERROR 1234: Something ugly!!'
) heartbeat.
start
(
'amqp://user:password@localhost'
,
'Some Service Name'
, pjson.
version
)