IceStorm how publish to a specific "live" subscriber
Hello and congrats for your great product.
We are planning to use IceStorm to send control messages in a distributed network of servers.
Those servers could be deployed in complex topologies, so we are thinking to deploy on icegrid nodes too. IceGridNode and Admin will make live cycle of our servers.
Each server should be a subscriber of a specific topic, so broadcast control messages, one of case uses, can be commited in a simply manner by our management tool.
However, our tool should be enabled to select a specific subscriber and send a message to this specific server.
Im stuck.
I did search forum. I did compile and made modification to the iceStorm samples and read the docs. In section 44.6 of "Distributed Programming with Ice", Publishing to a Specific Subscriber, i made the sample code, but not works for me because the sample sentences only send a message to a new local subcriber created specifically. The doc suggest an Observer pattern, if I understand each time a subscriber call subscribeAndGetPublisher, should save the generated proxy in a list to all Observers (in a topic to notify all observers)
Well, question, exists some Ice api to find the proxy of a "live" preexistent subscriber so I can send a message to this subscriber only ? How ? thanks and regards.
Ingenieria de Software Bancario (ISBAN)
Madrid-Spain