Hi, We’re in the process of building on top of the ProtonJ Reactor and I’d appreciate some guidance as to correct usage.
What I’m struggling with is the correct/safe way to interact with Proton after the reactor has been started; my concern is that the only method that can safely be called from another thread is ‘wakeup()’ which is an issue if I want to establish a new connection, create new sessions/senders/receivers on existing connections, etc. My hope was that I could ‘simply’ create command style events that I could then dispatch into the reactor and handle them inside the regular event-loop, but that doesn’t appear to be a viable mechanism. Thoughts.. Thanks.. — Jem
