Skip to content

Commit

Permalink
Pointing to the new wiki url (Azure#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nepomuceno authored and hmlam committed Jul 14, 2016
1 parent 5d8bab2 commit 98bec3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/send_receive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ client.createReceiver('$Default', '10', { startAfterTime: Date.now() })
rx.on('errorReceived', function (err) { console.log(err); });
rx.on('message', function (message) {
var body = message.body;
// See https://github.com/Azure/amqpnetlite/wiki/Azure-Service-Bus-Event-Hubs for details on message annotation properties from EH.
// See http://azure.github.io/amqpnetlite/articles/azure_sb_eventhubs.html for details on message annotation properties from EH.
var enqueuedTime = Date.parse(message.systemProperties['x-opt-enqueued-time']);
});
});
Expand Down

0 comments on commit 98bec3e

Please sign in to comment.