Previously I was routing this internal message in a static raw route to a single thread. Now, I need to route it to either one thread or another based on userdata. Can I do that (how do I set the TrxID)? Or should I just route it to both threads and have the threads determine if it should process the message or not.
Thanks, Rick