Cross-Node pubsub is working

  1. Start the broker
  2. Start Node 1
  3. Start node 2
  4. Start the admin app

In the admin app

  1. Open a publisher on node 1
  2. Open 2 subscribers on node 1
  3. Open a publisher on node 2
  4. Open 2 subscribers on node 2

If you publish from either publisher, all subscribers receive the message.

The publisher and subscriber windows were associated to the main admin form with a hardcoded url to node 1. I removed that and moved them to the the node admin form.

Now that all of the moving parts are in and working, it’s time to put a lot of effort into it and make it solid. Currently, its little more than just a prototype.

I wish I had more time to work on this. Its slow going. But, I know where my efforts will be for the immediate future.

Leave a Reply

You must be logged in to post a comment.