Situation:
I am looking at a mixed language implementation. Server side (backend) is in C++ while user facing side (frontend) is Java. A fair amount of JNI "in play". Specific option of using JMS would be painful because there is a substantial amount of backend communications between servers. Questions are straightforward. How do I get both sides (backend and frontend) to use the same Broker? Is JNI the only option? Insights and comments are welcomed and appreciated. Paul p.s. I apologize for the "Lord of the Rings" reference in subject line.