Enhancements to remote rpc server. Using zmq router-dealer bridge to make the server...
authorAbhishek Kumar <abhishk2@cisco.com>
Thu, 12 Dec 2013 19:50:31 +0000 (11:50 -0800)
committerEd Warnicke <eaw@cisco.com>
Mon, 20 Jan 2014 21:43:24 +0000 (15:43 -0600)
commit22a9aeee77ebfff3605d7c6e14d107a2672df944
tree3790d189e924c0d8c26e0b7e5409aa63b95f877b
parent0539ab40ed209b6539b06afcf5f93b3e2e371807
Enhancements to remote rpc server. Using zmq router-dealer bridge to make the server async.
Enhancements to remote rpc client. Using zmq router-dealer bridge to make the client async.
Added configuration for remote rpc in Configuration subsystem
On Server startup reading of routingtable to populate remoterpcs was giving exception - fixed the same
Client was not registered with Server and addRPCImplementation was failing - fixed the same
ServerImpl was not getting registered as listener to RoutingTable hence announcement was not received on remote - fixed the same
Patch 6: Some unit tests were intemittently hanging. ZMQ Test server was not gracefully shutting down.

Change-Id: I6054443b39394f82258522205ccd4be470f597f0
Signed-off-by: Basheeruddin Ahmed <syedbahm@cisco.com>
Signed-off-by: Abhishek Kumar <abhishk2@cisco.com>
opendaylight/md-sal/sal-dom-api/src/main/java/org/opendaylight/controller/sal/core/api/RpcRoutingContext.java [new file with mode: 0644]