Hello,
I currently embed JPPF in an OSGi environment. I run JPPFNodes directly by creating a JPPFRemoteNode() and executing it in its own thread and I do the same thing for JPPF Clients.
I want to define a fallback server for my system. With the JPPF Clients it's easy to configure a server pool with the fallback server as lowest priority.
How can I achieve this with JPPFRemoteNode? If I understand correctly it offers no way of defining connections pools nor does it have any connection hooks to manually configure a different server.
Would it be hard to create the same connection pool capabilities or a connection listener? It's quite an important feature for us.
Thanks!
Bob
EDIT: This might belong in the Troubleshooting forum, but it was essentially a configuration problem.