rsiewert / Nodes-Talking

a nodejs app sending/receiving to rabbitmq
Apache License 2.0
1 stars 1 forks source link

Device discovery #4

Closed rsiewert closed 10 years ago

rsiewert commented 10 years ago

The device upon booting up will publish a message asking for any resources of type = 'server' on its known messaging network to respond. (A response is required for any resource of type = 'server')

It will then listen on a queue that it published in its initial published message. Upon receiving ack it will display the ack message on its console.

rsiewert commented 10 years ago

I need to provide you with a queue name and routing key for the discovery queue. This will be info that any device needs to have as part of its configuration.

rsiewert commented 10 years ago

let's use exchange = the same one we've been using : 'test-exchange' and the queue to be the same queue = 'test-queue' and the routing-key='the.routing.register'