We have a set of applications that I want to use JMS for messaging between. Right now, our applications all make TCP connections to the ActiveMQ broker. Is it possible to make the 15 or so applications that are on the same host use the inVM connections or use a form of shared memory while the remaining 20 or so applications that are off of that host use TCP still?
Basically, I want combine a broker configured with inVM and a broker configured with TCP. Can I do that, or do I have to do a bridge configuration?