Since Oracle has gone out of their way to obliterate all support for 32-bit OSs.
I'm faced with the issue where I have to update my server-side Java version to 11. However, I can't upgrade my client since it needs to support 32 bit systems.
What are some of the issues with running this environment in a staggered fashion? Where the JMS client is Java 8 and the server is Java 11.
Now before this is marked as too broad, there's very little information I could obtain about this via Google searches and it can become a common concern with Oracle dumping 32-bit support without any outright announcement. However, I do concede I'm trying to save up some time here.